Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk (#275)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - @babel/preset-env from 7.14.2 to 7.23.2.
    See this package in npm: https://www.npmjs.com/package/@babel/preset-env
  - @babel/preset-react from 7.13.13 to 7.22.15.
    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/e170a75b-6111-4781-ada4-5defdee12061?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
Loonz206 and snyk-bot committed Jan 13, 2024
1 parent 4745ec5 commit c1a56cf
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 @@ -46,8 +46,8 @@
"webpack-dev-middleware": "^4.3.0"
},
"devDependencies": {
"@babel/preset-env": "^7.22.14",
"@babel/preset-react": "^7.22.5",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^12.1.4",
"dotenv": "^10.0.0",
Expand Down

0 comments on commit c1a56cf

Please sign in to comment.