Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade @nx/devkit from 19.4.2 to 20.2.2 #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

snyk-io[bot]
Copy link

@snyk-io snyk-io bot commented Jan 5, 2025

snyk-top-banner

Snyk has created this PR to upgrade @nx/devkit from 19.4.2 to 20.2.2.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


⚠️ Warning: This PR contains major version upgrade(s), and may be a breaking change.

  • The recommended version is 218 versions ahead of your current version.

  • The recommended version was released a month ago.

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
high severity Uncontrolled resource consumption
SNYK-JS-BRACES-6838727
169 Proof of Concept
high severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-CROSSSPAWN-8303230
169 Proof of Concept
high severity Inefficient Regular Expression Complexity
SNYK-JS-MICROMATCH-6838728
169 No Known Exploit
medium severity Improper Control of Dynamically-Managed Code Resources
SNYK-JS-EJS-6689533
169 Proof of Concept
medium severity Exposure of Sensitive Information to an Unauthorized Actor
SNYK-JS-PHIN-6598077
169 No Known Exploit
Release notes
Package name: @nx/devkit
  • 20.2.2 - 2024-12-10

    20.2.2 (2024-12-10)

    🚀 Features

    • misc: handle artifact generators' path options including file extensions (#29111)
    • testing: allow custom address for local registry (#29050)

    🩹 Fixes

    • angular: handle removed angular-eslint rules in root eslint config files and update package (#29262)
    • angular: normalize prerender and appShell options of the application executor correctly (#29281)
    • core: defer loading package manager until necessary (#29248)
    • core: hashing fixes (#29247)
    • core: Update bundlers to not typecheck if using new TS solution setup (#29227)
    • core: ensure @ nx/module-federation is listed in package group (#29292)
    • js: switch from fast-glob to tinyglobby (#29141)
    • nx-dev: update Nx Cloud proj created (#29272)
    • react: add files entry for publishable libraries (#29277)
    • react-native: default template fails when envs are not set (#28931)
    • react-native: typescript lib schema (#27955)
    • release: use prepatch version for pre-release dependent package updates (#29123)
    • release: make commits separator in git log command more unique (#29261)
    • repo: cleanup old plugins promise (#29295)
    • ⚠️ vite: generate config with esm by default (#29270)

    ⚠️ Breaking Changes

    • ⚠️ vite: generate config with esm by default (#29270)

    ❤️ Thank You

  • 20.2.1 - 2024-12-07

    20.2.1 (2024-12-06)

    🩹 Fixes

    • core: add workspaces path if package path is not included (#28824)
    • core: fix process being prevented from exiting (#29240)
    • storybook: only install react deps for storybook 7 #29213 (#29231, #29213)
    • storybook: ensure 'storybook' dep is installed for non-crystal workspaces (#29235)

    ❤️ Thank You

  • 20.2.0 - 2024-12-05

    20.2.0 (2024-12-05)

    🚀 Features

    • angular: add poll option to ng-packagr executors (#28909)
    • angular: add support for angular v19 (#28847)
    • angular: add migration to disable @ angular-eslint/prefer-standalone when not set (#29164)
    • angular: use new test environment function from jest-preset-angular (#29169)
    • angular: update analog packages (#29187)
    • angular: add migration to remove angular eslint rules removed in v19 (#29214)
    • angular: add migration to remove the tailwindConfig option from ng-packager executors (#29220)
    • core: add eslint vscode extension on eslint init (#28573)
    • core: improve sync messages (#29149)
    • misc: replace tutorials with social links in create-nx-workspace (#29085)
    • module-federation: add initial module-federation package (#28783)
    • module-federation: consolidate module federation utils into module-federation package (#28919)
    • module-federation: migrate to latest (#29005)
    • module-federation: move withModuleFederation for angular to new package (#29021)
    • module-federation: move withModuleFederation for webpack to new package (#29031)
    • module-federation: move withModuleFederation for rspack to new package (#29045)
    • module-federation: move common executor logic to module-federation package (#29151)
    • module-federation: alias host and remote generators to consumer and producer (#29190)
    • nx-dev: version picker (#28828)
    • nx-dev: update top-level navbar (9921496d64)
    • nx-plugin: add support for the ts solution config setup to the @ nx/plugin plugin (#28724)
    • react: update app and lib generators to support new TS solution setup (#28808)
    • rollup: use .cjs file extension for config files (#29196)
    • rspack: move logic for withNx to applyBaseConfig and bring in line with webpack (#28825)
    • rspack: update withReact plugin for parity with webpack plugin (#28812)
    • rspack: update executor to be in line with webpack (#28913)
    • rspack: add NxAppRspackPlugin and NxReactRspackPlugin (#28987)
    • rspack: migrate to latest rspack versions (#29004)
    • rspack: add convert-to-inferred generator (#29012)
    • rspack: Update configuration generator to support NxRspackAppPlugin (#29024)
    • storybook: upgrade @ storybook/test-runner to 0.19 (#28959)
    • storybook: add support for TS solutions file (#29194)

    🩹 Fixes

    • angular: when unit test runner is set to none library component should not generate spec file (#28906)
    • angular: make scam-to-standalone replace correct module (#29014)
    • angular: ngrx-root-store generator check ngModule path (#29068)
    • core: set default branch to main if no git (#28854)
    • core: lower socket path by 10 chars to reduce chances of too-long paths (#28920)
    • core: create different dummy tasks for different parent tasks an… (#28923)
    • core: typo in readme for CNW (#28942)
    • core: ensure process is kept alive when plugin communication in progress (#28948)
    • core: add missing supported CI providers to NxCloud type (#29008)
    • core: gracefully handle non-existent files in find_imports (#29027)
    • core: handle self shutdown for plugin workers is orphaned before connections and loading (1bf0e67e1b)
    • core: don't generate nxCloudId if running nx connect through nx console (#29060)
    • core: update to the async version of getting powerpack information (#29088)
    • core: fix misc issues (#29114)
    • core: provide a way to reuse cached graph in CI (#29156)
    • core: use fork to execute nx generate workspace:preset (#29122)
    • core: Update preset test snapshots and test names (#29172)
    • core: move resolving plugins back to main thread (#29176)
    • core: recreate db when unable to connect (#29207)
    • core: skip nx cloud prompt when interactive is false (#28949)
    • gradle: change gradle glob to include root gradlew (#29206)
    • gradle: read tasks from properties report (#29124)
    • gradle: fix gradle unit test (#29224)
    • js: handle outputFileName correctly when generating package json (#28915)
    • js: skip tsc batch builds for implicit dependencies (#28840)
    • js: normalize paths correctly when creating temporary tsconfig file for incremental builds (#29121)
    • js: generate multiline project references in the sync generator (#29148)
    • linter: remove legacy dependencies during convert to flat config (#28981)
    • linter: move eslint-config-prettier to the end for proper override (#28503)
    • misc: update artifact generator option descriptions and cleanup leftovers (#29077)
    • misc: use the ts sync generator with other bundler tasks (#29170)
    • module-federation: migration does not handle external nodes and errors (#29075)
    • module-federation: use 'hoisted' runtime for node to prevent issues with eager sharing (#29104)
    • nest: repair nestjs service generator schema (#28928)
    • nest: Fix generators (guard, interceptor etc...) path to not duplicate when provided (#29084)
    • nest: update project config to enable artifacts to be built as dev (#29110)
    • nextjs: fix next e2e test to ensure playwright installed (#29000)
    • nextjs: ensure next apps config is correctly checked when using jest (#29066)
    • nextjs: Add support for next.config.ts for executors (#29071)
    • nx-dev: update course API to ignore system OS Metadata file (#28886)
    • nx-dev: disable notifier for now (fc2016cc8a)
    • nx-dev: breadcrumb casing (#29032)
    • react: None buildable libs should not have a build target (#29175)
    • release: remove duplicate space character in changelog thank you header (#28664)
    • release: set make_latest legacy during github release creation (#29197)
    • release: skip changelog generation for projects without available version data (#29212)
    • remix: remove tooling packages from generated package.json since they are installed in the root (#29009)
    • remix: update app generator with valid package.json without Prettier (#29218)
    • remix: update lib generator to generate valid names in package.json (#29219)
    • rspack: ensure swc provides react runtime automatically (#28916)
    • rspack: withModuleFederationForSSR should use commonjs-module as library (#28944)
    • rspack: do not global styles as entrypoints (#28941)
    • rspack: buildLibsFromSource option (#28994)
    • rspack: Add webpack as a dependency for fork-ts-checker-plugin (#29033)
    • rspack: ensure generated app is picked up by crystal (#29048)
    • rspack: outputHashing should default to 'all' #29011 (#29058, #29011)
    • rspack: align @ rspack/core versions (#29199)
    • testing: force compatible module resolution when running the jest executor (#29189)
    • webpack: sourceMap type should accept all types of sourceMaps (#28947)
    • webpack: Webpack and Rspack ignore warnings should concat all rules instead of overwrite them. (#29112)

    ❤️ Thank You

  • 20.2.0-rc.0 - 2024-12-05

    20.2.0-rc.0 (2024-12-05)

    🚀 Features

    • angular: add migration to remove angular eslint rules removed in v19 (#29214)
    • angular: add migration to remove the tailwindConfig option from ng-packager executors (#29220)
    • module-federation: alias host and remote generators to consumer and producer (#29190)
    • rollup: use .cjs file extension for config files (#29196)
    • storybook: add support for TS solutions file (#29194)

    🩹 Fixes

    • core: recreate db when unable to connect (#29207)
    • release: set make_latest legacy during github release creation (#29197)
    • release: skip changelog generation for projects without available version data (#29212)
    • remix: update app generator with valid package.json without Prettier (#29218)
    • remix: update lib generator to generate valid names in package.json (#29219)
    • rspack: align @ rspack/core versions (#29199)
    • testing: force compatible module resolution when running the jest executor (#29189)

    ❤️ Thank You

  • 20.2.0-canary.20241205-15060e3 - 2024-12-05
  • 20.2.0-canary.20241204-75b2080 - 2024-12-04
  • 20.2.0-canary.20241203-6b87005 - 2024-12-03
  • 20.2.0-canary.20241130-ec5a5e6 - 2024-11-30
  • 20.2.0-canary.20241129-2cb58b9 - 2024-11-29
  • 20.2.0-canary.20241128-8eb6159 - 2024-11-28
  • 20.2.0-canary.20241127-b018b94 - 2024-11-27
  • 20.2.0-canary.20241126-beded4e - 2024-11-26
  • 20.2.0-canary.20241123-128778e - 2024-11-23
  • 20.2.0-canary.20241122-a1efb63 - 2024-11-22
  • 20.2.0-canary.20241121-60a9f81 - 2024-11-21
  • 20.2.0-canary.20241120-09a01eb - 2024-11-20
  • 20.2.0-canary.20241119-636cd77 - 2024-11-19
  • 20.2.0-canary.20241116-8efad63 - 2024-11-16
  • 20.2.0-canary.20241115-3c6c387 - 2024-11-15
  • 20.2.0-canary.20241114-08953af - 2024-11-14
  • 20.2.0-canary.20241113-cda7f26 - 2024-11-13
  • 20.2.0-canary.20241112-c21b039 - 2024-11-12
  • 20.2.0-beta.7 - 2024-12-04

    20.2.0-beta.7 (2024-12-04)

    🚀 Features

    • angular: update analog packages (#29187)

    🩹 Fixes

    • core: move resolving plugins back to main thread (#29176)
    • react: None buildable libs should not have a build target (#29175)

    ❤️ Thank You

  • 20.2.0-beta.6 - 2024-12-03

    20.2.0-beta.6 (2024-12-03)

    🚀 Features

    • angular: add migration to disable @ angular-eslint/prefer-standalone when not set (#29164)
    • angular: use new test environment function from jest-preset-angular (#29169)
    • core: improve sync messages (#29149)
    • module-federation: move common executor logic to module-federation package (#29151)

    🩹 Fixes

    • core: fix misc issues (#29114)
    • core: provide a way to reuse cached graph in CI (#29156)
    • core: use fork to execute nx generate workspace:preset (#29122)
    • core: Update preset test snapshots and test names (#29172)
    • js: normalize paths correctly when creating temporary tsconfig file for incremental builds (#29121)
    • js: generate multiline project references in the sync generator (#29148)

    ❤️ Thank You

  • 20.2.0-beta.5 - 2024-12-03
  • 20.2.0-beta.4 - 2024-11-29
  • 20.2.0-beta.3 - 2024-11-22
  • 20.2.0-beta.2 - 2024-11-15
  • 20.2.0-beta.1 - 2024-11-13
  • 20.2.0-beta.0 - 2024-11-13
  • 20.1.4 - 2024-11-28
  • 20.1.3 - 2024-11-23
  • 20.1.2 - 2024-11-15
  • 20.1.1 - 2024-11-14
  • 20.1.0 - 2024-11-11
  • 20.1.0-canary.20241109-77d6704 - 2024-11-09
  • 20.1.0-canary.20241108-6882ad1 - 2024-11-08
  • 20.1.0-canary.20241107-fd2e8d0 - 2024-11-07
  • 20.1.0-canary.20241106-51f47f0 - 2024-11-06
  • 20.1.0-canary.20241105-b925f8c - 2024-11-05
  • 20.1.0-canary.20241102-c290b37 - 2024-11-02
  • 20.1.0-canary.20241101-d4f4dac - 2024-11-01
  • 20.1.0-canary.20241031-ce05a98 - 2024-10-31
  • 20.1.0-canary.20241030-62f58eb - 2024-10-30
  • 20.1.0-canary.20241029-4b70d1b - 2024-10-29
  • 20.1.0-canary.20241026-f84b6e5 - 2024-10-26
  • 20.1.0-canary.20241025-1218502 - 2024-10-25
  • 20.1.0-canary.20241024-0bea5b2 - 2024-10-24
  • 20.1.0-canary.20241023-12cbfc3 - 2024-10-23
  • 20.1.0-canary.20241022-e57b851 - 2024-10-22
  • 20.1.0-canary.20241019-19e765f - 2024-10-19
  • 20.1.0-canary.20241018-f971c1b - 2024-10-18
  • 20.1.0-canary.20241017-c902036 - 2024-10-17
  • 20.1.0-canary.20241016-3634781 - 2024-10-16
  • 20.1.0-canary.20241015-1badac8 - 2024-10-15
  • 20.1.0-canary.20241012-37a7eb1 - 2024-10-12
  • 20.1.0-canary.20241011-37a7eb1 - 2024-10-11
  • 20.1.0-canary.20241010-db10812 - 2024-10-10
  • 20.1.0-canary.20241009-db10812 - 2024-10-09
  • 20.1.0-canary.20241008-c3f57ba - 2024-10-08
  • 20.1.0-beta.5 - 2024-11-11
  • 20.1.0-beta.4 - 2024-11-11
  • 20.1.0-beta.3 - 2024-11-08
  • 20.1.0-beta.2 - 2024-11-07
  • 20.1.0-beta.1 - 2024-11-06
  • 20.1.0-beta.0 - 2024-11-05
  • 20.0.13 - 2024-11-11
  • 20.0.12 - 2024-11-08
  • 20.0.11 - 2024-11-07
  • 20.0.10 - 2024-11-06
  • 20.0.9 - 2024-11-06
  • 20.0.8 - 2024-11-04
  • 20.0.7 - 2024-10-31
  • 20.0.6 - 2024-10-25
  • 20.0.5 - 2024-10-23
  • 20.0.4 - 2024-10-23
  • 20.0.3 - 2024-10-19
  • 20.0.2 - 2024-10-18
  • 20.0.1 - 2024-10-15
  • 20.0.0 - 2024-10-07
  • 20.0.0-rc.0 - 2024-10-04
  • 20.0.0-canary.20241005-75c1da3 - 2024-10-05
  • 20.0.0-canary.20241003-84a5c7a - 2024-10-03
  • 20.0.0-canary.20241002-1d10a19 - 2024-10-02
  • 20.0.0-canary.20241001-8fa7065 - 2024-10-01
  • 20.0.0-canary.20240928-f221a41 - 2024-09-28
  • 20.0.0-canary.20240926-529ab94 - 2024-09-26
  • 20.0.0-canary.20240925-6182d20 - 2024-09-25
  • 20.0.0-canary.20240924-3e1a879 - 2024-09-24
  • 20.0.0-beta.8 - 2024-10-04
  • 20.0.0-beta.7 - 2024-10-03
  • 20.0.0-beta.6 - 2024-10-02
  • 20.0.0-beta.5 - 2024-09-27
  • 20.0.0-beta.4 - 2024-09-27
  • 20.0.0-beta.3 - 2024-09-26
  • 20.0.0-beta.2 - 2024-09-25
  • 20.0.0-beta.1 - 2024-09-23
  • 20.0.0-beta.0 - 2024-09-23
  • 19.9.0-canary.20240921-a510b36 - 2024-09-21
  • 19.8.14 - 2024-12-03
  • 19.8.13 - 2024-11-25
  • 19.8.12 - 2024-11-22
  • 19.8.11 - 2024-11-15
  • 19.8.10 - 2024-11-04
  • 19.8.9 - 2024-10-31
  • 19.8.8 - 2024-10-25
  • 19.8.7 - 2024-10-25
  • 19.8.6 - 2024-10-18
  • 19.8.5 - 2024-10-15
  • 19.8.4 - 2024-10-04
  • 19.8.3 - 2024-10-01
  • 19.8.2 - 2024-09-26
  • 19.8.1 - 2024-09-25
  • 19.8.0 - 2024-09-20
  • 19.8.0-canary.20240920-999abe9 - 2024-09-20
  • 19.8.0-canary.20240919-7f4a877 - 2024-09-19
  • 19.8.0-canary.20240918-eb61254 - 2024-09-18
  • 19.8.0-canary.20240917-5b34ea5 - 2024-09-17
  • 19.8.0-canary.20240914-dc821ab - 2024-09-14
  • 19.8.0-canary.20240913-5bbaffb - 2024-09-13
  • 19.8.0-canary.20240912-b6140d4 - 2024-09-12
  • 19.8.0-canary.20240911-2a3307c - 2024-09-11
  • 19.8.0-canary.20240910-9b3a960 - 2024-09-10
  • 19.8.0-beta.3 - 2024-09-19
  • 19.8.0-beta.2 - 2024-09-19
  • 19.8.0-beta.1 - 2024-09-18
  • 19.8.0-beta.0 - 2024-09-18
  • 19.7.5 - 2024-11-22
  • 19.7.4 - 2024-09-18
  • 19.7.3 - 2024-09-12
  • 19.7.2 - 2024-09-10
  • 19.7.1 - 2024-09-10
  • 19.7.0 - 2024-09-09
  • 19.7.0-canary.20240906-a3c2db8 - 2024-09-06
  • 19.7.0-canary.20240905-ccda7f9 - 2024-09-05
  • 19.7.0-canary.20240904-f39b995 - 2024-09-04
  • 19.7.0-canary.20240903-9039e5e - 2024-09-03
  • 19.7.0-canary.20240831-18e5535 - 2024-08-31
  • 19.7.0-canary.20240830-83a387a - 2024-08-30
  • 19.7.0-canary.20240829-0ef6892 - 2024-08-29
  • 19.7.0-canary.20240828-13170da - 2024-08-28
  • 19.7.0-canary.20240827-61ecd4b - 2024-08-27
  • 19.7.0-canary.20240823-1824267 - 2024-08-23
  • 19.7.0-canary.20240822-d6a0cfb - 2024-08-22
  • 19.7.0-canary.20240821-2065033 - 2024-08-21
  • 19.7.0-canary.20240820-0853690 - 2024-08-20
  • 19.7.0-canary.20240817-b91d788 - 2024-08-17
  • 19.7.0-canary.20240816-ce2dff3 - 2024-08-16
  • 19.7.0-beta.6 - 2024-09-09
  • 19.7.0-beta.5 - 2024-09-06
  • 19.7.0-beta.4 - 2024-09-05
  • 19.7.0-beta.3 - 2024-08-28
  • 19.7.0-beta.2 - 2024-08-27
  • 19.7.0-beta.1 - 2024-08-21
  • 19.7.0-beta.0 - 2024-08-21
  • 19.6.7 - 2024-11-22
  • 19.6.6 - 2024-09-09
  • 19.6.5 - 2024-09-03
  • 19.6.4 - 2024-08-28
  • 19.6.3 - 2024-08-26
  • 19.6.2 - 2024-08-21
  • 19.6.1 - 2024-08-19
  • 19.6.0 - 2024-08-15
  • 19.6.0-rc.0 - 2024-08-14
  • 19.6.0-canary.20240815-5410794 - 2024-08-15
  • 19.6.0-canary.20240814-6d83ae2 - 2024-08-14
  • 19.6.0-canary.20240813-c72ba9b - 2024-08-13
  • 19.6.0-canary.20240809-d3747e0 - 2024-08-09
  • 19.6.0-canary.20240808-333ab77 - 2024-08-08
  • 19.6.0-canary.20240806-a3869a8 - 2024-08-06
  • 19.6.0-canary.20240803-bd7a2c9 - 2024-08-03
  • 19.6.0-canary.20240801-2111841 - 2024-08-01
  • 19.6.0-canary.20240731-341f295 - 2024-07-31
  • 19.6.0-canary.20240730-acd9bb7 - 2024-07-30
  • 19.6.0-canary.20240727-efa59fa - 2024-07-27
  • 19.6.0-canary.20240726-b3c67de - 2024-07-26
  • 19.6.0-canary.20240725-3890edc - 2024-07-25
  • 19.6.0-canary.20240724-684d2a9 - 2024-07-24
  • 19.6.0-canary.20240723-c4f9d89 - 2024-07-23
  • 19.6.0-canary.20240720-9410164 - 2024-07-20
  • 19.6.0-canary.20240719-83b88a1 - 2024-07-19
  • 19.6.0-beta.6 - 2024-08-13
  • 19.6.0-beta.5 - 2024-08-13
  • 19.6.0-beta.4 - 2024-08-12
  • 19.6.0-beta.3 - 2024-08-12
  • 19.6.0-beta.2 - 2024-08-12
  • 19.6.0-beta.1 - 2024-08-09
  • 19.6.0-beta.0 - 2024-08-07
  • 19.5.10 - 2024-11-22
  • 19.5.9 - 2024-10-15
  • 19.5.8 - 2024-10-08
  • 19.5.7 - 2024-08-07
  • 19.5.6 - 2024-08-01
  • 19.5.5 - 2024-08-01
  • 19.5.4 - 2024-07-31
  • 19.5.3 - 2024-07-25
  • 19.5.2 - 2024-07-23
  • 19.5.1 - 2024-07-18
  • 19.5.0 - 2024-07-17
  • 19.5.0-canary.20240717-039f91d - 2024-07-17
  • 19.5.0-canary.20240716-34da542 - 2024-07-16
  • 19.5.0-canary.20240713-6f50d9f - 2024-07-13
  • 19.5.0-canary.20240712-0b0db78 - 2024-07-12
  • 19.5.0-canary.20240711-2c4c2ae - 2024-07-11
  • 19.5.0-canary.20240710-2b7b523 - 2024-07-10
  • 19.5.0-canary.20240709-92e09d9 - 2024-07-09
  • 19.5.0-canary.20240706-4ae16b3 - 2024-07-06
  • 19.5.0-canary.20240705-653cad2 - 2024-07-05
  • 19.5.0-canary.20240704-28939dd - 2024-07-04
  • 19.5.0-canary.20240703-4c76b95 - 2024-07-03
  • 19.5.0-beta.5 - 2024-07-16
  • 19.5.0-beta.4 - 2024-07-16 ...

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Snyk has created this PR to upgrade @nx/devkit from 19.4.2 to 20.2.2.

See this package in npm:
@nx/devkit

See this project in Snyk:
https://app.snyk.io/org/hashim21223445/project/e8c6556c-0741-413d-9d8e-875b0e1603d6?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr
Copy link

semanticdiff-com bot commented Jan 5, 2025

Review changes with  SemanticDiff

Changed Files
File Status
  package.json  0% smaller

Copy link
Author

snyk-io bot commented Jan 5, 2025

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

license/snyk check is complete. No issues have been found. (View Details)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants