Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk (#437)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - @babel/parser from 7.23.0 to 7.23.9.
    See this package in npm: https://www.npmjs.com/package/@babel/parser
  - @babel/types from 7.23.0 to 7.23.9.
    See this package in npm: https://www.npmjs.com/package/@babel/types
  - @babel/traverse from 7.23.2 to 7.23.9.
    See this package in npm: https://www.npmjs.com/package/@babel/traverse

See this project in Snyk:
https://app.snyk.io/org/snyk-apprisk-essentials-closed-beta-demo-group/project/cfb68d70-f797-476d-81cb-ddb104c2c103?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
jlourenc and snyk-bot authored Mar 4, 2024
1 parent 1a612a7 commit 0ea189c
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 92 deletions.
178 changes: 89 additions & 89 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 @@ -412,9 +412,9 @@
},
"dependencies": {
"@amplitude/experiment-node-server": "^1.8.2",
"@babel/parser": "^7.12.11",
"@babel/traverse": "^7.12.12",
"@babel/types": "^7.12.12",
"@babel/parser": "^7.23.9",
"@babel/traverse": "^7.23.9",
"@babel/types": "^7.23.9",
"@sentry/node": "^6.16.1",
"@sentry/tracing": "^6.19.7",
"@snyk/code-client": "^4.23.5",
Expand Down

0 comments on commit 0ea189c

Please sign in to comment.