Skip to content

Commit cd2614f

Browse files
fengmk2snyk-bot
andauthored
fix: package.json & yarn.lock to reduce vulnerabilities (#94)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
1 parent f3f10a5 commit cd2614f

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)"
1717
],
1818
"dependencies": {
19-
"@babel/runtime": "^7.8.3",
19+
"@babel/runtime": "^7.26.10",
2020
"co-wrap-all": "^1.0.0",
2121
"debug": "^4.1.1",
2222
"ioredis": "^4.14.1"

yarn.lock

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -701,12 +701,10 @@
701701
levenary "^1.1.0"
702702
semver "^5.5.0"
703703

704-
"@babel/runtime@^7.8.3":
705-
version "7.8.3"
706-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.8.3.tgz#0811944f73a6c926bb2ad35e918dcc1bfab279f1"
707-
integrity sha512-fVHx1rzEmwB130VTkLnxR+HmxcTjGzH12LYQcFFoBwakMd3aOMD4OsRN7tGG/UOYE2ektgFrS8uACAoRk1CY0w==
708-
dependencies:
709-
regenerator-runtime "^0.13.2"
704+
"@babel/runtime@^7.26.10":
705+
version "7.27.1"
706+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.1.tgz#9fce313d12c9a77507f264de74626e87fd0dc541"
707+
integrity sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog==
710708

711709
"@babel/template@^7.8.3":
712710
version "7.8.3"
@@ -6605,11 +6603,6 @@ regenerator-runtime@^0.11.0:
66056603
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
66066604
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
66076605

6608-
regenerator-runtime@^0.13.2:
6609-
version "0.13.3"
6610-
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz#7cf6a77d8f5c6f60eb73c5fc1955b2ceb01e6bf5"
6611-
integrity sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw==
6612-
66136606
regenerator-transform@^0.10.0:
66146607
version "0.10.1"
66156608
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.10.1.tgz#1e4996837231da8b7f3cf4114d71b5691a0680dd"

0 commit comments

Comments
 (0)