Skip to content

Commit

Permalink
fix: upgrade @babel/runtime from 7.23.9 to 7.25.6
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade @babel/runtime from 7.23.9 to 7.25.6.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/paralus/project/82cfd571-8229-4f0f-b176-5e217fc7b87b?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Oct 16, 2024
1 parent ed1227b commit a480d94
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "index.js",
"private": true,
"dependencies": {
"@babel/runtime": "^7.12.13",
"@babel/runtime": "^7.25.6",
"@emotion/styled": "^11.8.1",
"@material-ui/core": "^4.9.7",
"@material-ui/icons": "^4.5.1",
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1119,6 +1119,13 @@
dependencies:
regenerator-runtime "^0.14.0"

"@babel/runtime@^7.25.6":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.25.7.tgz#7ffb53c37a8f247c8c4d335e89cdf16a2e0d0fb6"
integrity sha512-FjoyLe754PMiYsFaN5C94ttGiOmBNYTf6pLr4xXHAT5uctHb092PBszndLDR5XA/jghQvn4n7JMHl7dmTgbm9w==
dependencies:
regenerator-runtime "^0.14.0"

"@babel/template@^7.22.15", "@babel/template@^7.23.9", "@babel/template@^7.3.3":
version "7.23.9"
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.23.9.tgz#f881d0487cba2828d3259dcb9ef5005a9731011a"
Expand Down

0 comments on commit a480d94

Please sign in to comment.