Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk (nodeshift#487)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - @babel/core from 7.12.0 to 7.12.1.
    See this package in npm: https://www.npmjs.com/package/@babel/core
  - @babel/preset-env from 7.12.0 to 7.12.1.
    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 Nov 13, 2020
1 parent efe299e commit 3afaa17
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 73 deletions.
202 changes: 131 additions & 71 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 @@ -46,8 +46,8 @@
},
"homepage": "https://nodeshift.dev/opossum",
"devDependencies": {
"@babel/core": "^7.12.0",
"@babel/preset-env": "^7.12.0",
"@babel/core": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"babel-loader": "^8.0.6",
"codacy-coverage": "^3.4.0",
"coveralls": "^3.1.0",
Expand Down

0 comments on commit 3afaa17

Please sign in to comment.