Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk (#8161)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - @babel/core from 7.24.4 to 7.24.5.
    See this package in npm: https://www.npmjs.com/package/@babel/core
  - @babel/preset-env from 7.24.4 to 7.24.5.
    See this package in npm: https://www.npmjs.com/package/@babel/preset-env

See this project in Snyk:
https://app.snyk.io/org/satkunas/project/25c5648e-7e46-4545-b65e-84af09244f4b?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
satkunas and snyk-bot authored May 23, 2024
1 parent c548945 commit 0247c5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/html/pfappserver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.99.0",
"private": true,
"dependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@cypress/webpack-preprocessor": "^5.15.3",
"babel-loader": "^9.1.3",
"webpack": "^5.91.0"
Expand Down

0 comments on commit 0247c5a

Please sign in to comment.