Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk (#156)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - @babel/core from 7.17.8 to 7.18.0.
    See this package in npm: https://www.npmjs.com/package/@babel/core
  - @babel/plugin-proposal-class-properties from 7.16.7 to 7.17.12.
    See this package in npm: https://www.npmjs.com/package/@babel/plugin-proposal-class-properties
  - @babel/plugin-transform-runtime from 7.17.0 to 7.18.0.
    See this package in npm: https://www.npmjs.com/package/@babel/plugin-transform-runtime
  - @babel/preset-env from 7.16.11 to 7.18.0.
    See this package in npm: https://www.npmjs.com/package/@babel/preset-env
  - @babel/preset-react from 7.16.7 to 7.17.12.
    See this package in npm: https://www.npmjs.com/package/@babel/preset-react

See this project in Snyk:
https://app.snyk.io/org/loonz206/project/e82dae86-fb5a-4723-802c-cca6ee0bb838?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Jun 14, 2022
1 parent cfabec8 commit bfd81f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"uuid": "8.3.2"
},
"devDependencies": {
"@babel/core": "^7.17.12",
"@babel/core": "^7.18.0",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-transform-runtime": "^7.17.12",
"@babel/preset-env": "^7.17.12",
"@babel/plugin-transform-runtime": "^7.18.0",
"@babel/preset-env": "^7.18.0",
"@babel/preset-react": "^7.17.12",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.4",
Expand Down

0 comments on commit bfd81f9

Please sign in to comment.