Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

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

See this project in Snyk:
https://app.snyk.io/org/snyk/project/4d567ff4-11c8-43ef-aaed-37085d12ee89?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot authored and bmvermeer committed Jan 13, 2021
1 parent b1b5ac3 commit 4478590
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 51 deletions.
108 changes: 60 additions & 48 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 @@ -124,9 +124,9 @@
"trailingComma": "es5"
},
"dependencies": {
"@babel/parser": "^7.12.7",
"@babel/traverse": "^7.12.7",
"@babel/types": "^7.12.7",
"@babel/parser": "^7.12.10",
"@babel/traverse": "^7.12.10",
"@babel/types": "^7.12.10",
"@snyk/configstore": "^3.2.0-rc1",
"axios": "0.21.1",
"find-package-json": "^1.2.0",
Expand Down

0 comments on commit 4478590

Please sign in to comment.