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/cli from 7.10.5 to 7.11.5.
    See this package in npm: https://www.npmjs.com/package/@babel/cli
  - @babel/core from 7.11.4 to 7.11.5.
    See this package in npm: https://www.npmjs.com/package/@babel/core
  - @babel/polyfill from 7.10.4 to 7.11.5.
    See this package in npm: https://www.npmjs.com/package/@babel/polyfill
  - @babel/preset-env from 7.11.0 to 7.11.5.
    See this package in npm: https://www.npmjs.com/package/@babel/preset-env
  - @babel/register from 7.10.5 to 7.11.5.
    See this package in npm: https://www.npmjs.com/package/@babel/register

See this project in Snyk:
https://app.snyk.io/org/randytarampi/project/e095fb25-a87f-4931-a0ba-08adee4c492b?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 2, 2020
1 parent 117313a commit ef0866c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"temp": "^0.9.1"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.4",
"@babel/cli": "^7.11.5",
"@babel/core": "^7.11.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/plugin-transform-property-literals": "^7.10.4",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"@babel/register": "^7.10.5",
"@babel/polyfill": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/register": "^7.11.5",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"babel-eslint": "^10.1.0",
Expand Down

0 comments on commit ef0866c

Please sign in to comment.