Skip to content

Commit d3d7e92

Browse files
committed
fix: package.json & yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504
1 parent 21d199a commit d3d7e92

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-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.10",
108108
"focus-lock": "^1.3.6",
109109
"prop-types": "^15.6.2",
110110
"react-clientside-effect": "^1.2.7",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,6 +1064,11 @@
10641064
dependencies:
10651065
regenerator-runtime "^0.14.0"
10661066

1067+
"@babel/runtime@^7.26.10":
1068+
version "7.27.1"
1069+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.1.tgz#9fce313d12c9a77507f264de74626e87fd0dc541"
1070+
integrity sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog==
1071+
10671072
"@babel/template@^7.22.15", "@babel/template@^7.23.9":
10681073
version "7.23.9"
10691074
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.23.9.tgz#f881d0487cba2828d3259dcb9ef5005a9731011a"

0 commit comments

Comments
 (0)