Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk (nodeshift#523)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - @babel/core from 7.12.9 to 7.12.10.
    See this package in npm: https://www.npmjs.com/package/@babel/core
  - @babel/preset-env from 7.12.7 to 7.12.10.
    See this package in npm: https://www.npmjs.com/package/@babel/preset-env

See this project in Snyk:
https://app.snyk.io/org/nodeshift-agg/project/0569fa2f-39b2-4a6a-9bdc-8ac878d28a88?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot authored Jan 4, 2021
1 parent 6a6f08b commit 480d2ff
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 67 deletions.
149 changes: 84 additions & 65 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 @@ -41,8 +41,8 @@
},
"homepage": "https://nodeshift.dev/opossum",
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.10",
"babel-loader": "^8.2.2",
"codacy-coverage": "^3.4.0",
"coveralls": "^3.1.0",
Expand Down

0 comments on commit 480d2ff

Please sign in to comment.