Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - nanoid from 3.3.4 to 3.3.7.
    See this package in npm: https://www.npmjs.com/package/nanoid
  - tslib from 2.4.1 to 2.7.0.
    See this package in npm: https://www.npmjs.com/package/tslib

See this project in Snyk:
https://app.snyk.io/org/gkhunger-sf/project/4d9416c1-d46c-43fc-ac40-28bec9e39399?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 22, 2024
1 parent d05459d commit 64f4a8d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 39 deletions.
62 changes: 25 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
},
"dependencies": {
"@commerce-apps/core": "^1.7.0",
"nanoid": "^3.3.4",
"nanoid": "^3.3.7",
"retry": "^0.13.1",
"tslib": "^2.4.1"
"tslib": "^2.7.0"
},
"devDependencies": {
"@commerce-apps/raml-toolkit": "^0.5.12",
Expand Down

0 comments on commit 64f4a8d

Please sign in to comment.