From 7f2e035f1735fa4515532d49552d9a49003854ed Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 May 2025 08:40:08 +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 | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 46dc382..8bd53ba 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "Adam Jenkins " ], "dependencies": { - "@babel/runtime": "^7.10.2", + "@babel/runtime": "^7.26.10", "abortcontroller-polyfill": "^1.4.0", "boolean": "^3.0.1", "caseless": "^0.12.0", diff --git a/yarn.lock b/yarn.lock index 2959b35..bac6a5a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -775,7 +775,12 @@ "@babel/types" "^7.4.4" esutils "^2.0.2" -"@babel/runtime@^7.10.2", "@babel/runtime@^7.8.4": +"@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.8.4": version "7.10.2" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.2.tgz#d103f21f2602497d38348a32e008637d506db839" integrity sha512-6sF3uQw2ivImfVIl62RZ7MXhO2tap69WeWK57vAaimT6AZbE4FbqjdEJIN1UqoD6wI6B+1n9UiagafH1sxjOtg==