Skip to content

Commit 4c352ce

Browse files
committed
fix: upgrade @babel/runtime from 7.23.9 to 7.26.0
Snyk has created this PR to upgrade @babel/runtime from 7.23.9 to 7.26.0. See this package in yarn: @babel/runtime 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 6ea7a16 commit 4c352ce

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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.26.0",
108108
"focus-lock": "^1.3.5",
109109
"prop-types": "^15.6.2",
110110
"react-clientside-effect": "^1.2.6",

yarn.lock

Lines changed: 7 additions & 0 deletions
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.26.0":
1068+
version "7.26.0"
1069+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.0.tgz#8600c2f595f277c60815256418b85356a65173c1"
1070+
integrity sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==
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)