Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk (#335)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - @babel/core from 7.24.0 to 7.25.2.
    See this package in npm: https://www.npmjs.com/package/@babel/core
  - @babel/plugin-transform-runtime from 7.24.0 to 7.25.4.
    See this package in npm: https://www.npmjs.com/package/@babel/plugin-transform-runtime
  - @babel/preset-env from 7.24.0 to 7.25.4.
    See this package in npm: https://www.npmjs.com/package/@babel/preset-env
  - @babel/preset-react from 7.23.3 to 7.24.7.
    See this package in npm: https://www.npmjs.com/package/@babel/preset-react
  - css-loader from 6.10.0 to 6.11.0.
    See this package in npm: https://www.npmjs.com/package/css-loader
  - eslint-plugin-react-hooks from 4.6.0 to 4.6.2.
    See this package in npm: https://www.npmjs.com/package/eslint-plugin-react-hooks
  - sass from 1.72.0 to 1.77.8.
    See this package in npm: https://www.npmjs.com/package/sass
  - webpack-dev-server from 5.0.3 to 5.0.4.
    See this package in npm: https://www.npmjs.com/package/webpack-dev-server

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

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
Loonz206 and snyk-bot authored Sep 29, 2024
1 parent 25ab633 commit 80502ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.25.3",
"@babel/plugin-transform-runtime": "^7.25.4",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^12.1.4",
Expand Down

0 comments on commit 80502ff

Please sign in to comment.