Skip to content

Commit b981669

Browse files
committed
fix: upgrade @babel/runtime from 7.23.9 to 7.25.6
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/thekashey/project/ed15560c-30c1-41fe-a9c0-90baca7aced7?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent 1ce25bc commit b981669

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
},
105105
"homepage": "https://github.com/theKashey/react-focus-lock#readme",
106106
"dependencies": {
107-
"@babel/runtime": "^7.0.0",
107+
"@babel/runtime": "^7.25.6",
108108
"focus-lock": "^1.3.5",
109109
"prop-types": "^15.6.2",
110110
"react-clientside-effect": "^1.2.6",

yarn.lock

+7
Original file line numberDiff line numberDiff line change
@@ -1064,6 +1064,13 @@
10641064
dependencies:
10651065
regenerator-runtime "^0.14.0"
10661066

1067+
"@babel/runtime@^7.25.6":
1068+
version "7.25.7"
1069+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.25.7.tgz#7ffb53c37a8f247c8c4d335e89cdf16a2e0d0fb6"
1070+
integrity sha512-FjoyLe754PMiYsFaN5C94ttGiOmBNYTf6pLr4xXHAT5uctHb092PBszndLDR5XA/jghQvn4n7JMHl7dmTgbm9w==
1071+
dependencies:
1072+
regenerator-runtime "^0.14.0"
1073+
10671074
"@babel/template@^7.22.15", "@babel/template@^7.23.9":
10681075
version "7.23.9"
10691076
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.23.9.tgz#f881d0487cba2828d3259dcb9ef5005a9731011a"

0 commit comments

Comments
 (0)