From 6db875deacb8efbac632decb59d378bb1fd52b96 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 May 2025 09:50:20 +0000 Subject: [PATCH] fix: package.json & yarn.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504 --- package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 24ea666..0218f3c 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@babel/plugin-transform-runtime": "^7.4.4", "@babel/polyfill": "^7.4.4", "@babel/preset-env": "^7.4.5", - "@babel/runtime": "^7.4.5", + "@babel/runtime": "^7.26.10", "node-fetch": "^2.6.0", "yargs": "^13.2.4" } diff --git a/yarn.lock b/yarn.lock index 6590012..7c1e63a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -671,6 +671,11 @@ js-levenshtein "^1.1.3" semver "^5.5.0" +"@babel/runtime@^7.26.10": + version "7.27.1" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.1.tgz#9fce313d12c9a77507f264de74626e87fd0dc541" + integrity sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog== + "@babel/runtime@^7.4.5": version "7.7.4" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.7.4.tgz#b23a856751e4bf099262f867767889c0e3fe175b"