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:
  - @babel/parser from 7.23.9 to 7.24.0.
    See this package in npm: https://www.npmjs.com/package/@babel/parser
  - @babel/types from 7.23.9 to 7.24.0.
    See this package in npm: https://www.npmjs.com/package/@babel/types
  - @babel/traverse from 7.23.9 to 7.24.0.
    See this package in npm: https://www.npmjs.com/package/@babel/traverse

See this project in Snyk:
https://app.snyk.io/org/yaronomer/project/7dd93246-213b-408f-8672-0ee1dcbc5680?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Mar 20, 2024
1 parent ea1cfb8 commit 06da7f5
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
50 changes: 25 additions & 25 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -413,9 +413,9 @@
},
"dependencies": {
"@amplitude/experiment-node-server": "^1.8.2",
"@babel/parser": "^7.23.9",
"@babel/traverse": "^7.23.9",
"@babel/types": "^7.23.9",
"@babel/parser": "^7.24.0",
"@babel/traverse": "^7.24.0",
"@babel/types": "^7.24.0",
"@sentry/node": "^6.16.1",
"@sentry/tracing": "^6.19.7",
"@snyk/code-client": "^4.23.5",
Expand Down

0 comments on commit 06da7f5

Please sign in to comment.