From 093c1387cb6ae18f2402d480995ef3ed542c1192 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 May 2025 06:40:52 +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 227b991..4b34d39 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "lint": "eslint src/** --fix" }, "dependencies": { - "@babel/runtime": "^7.9.2" + "@babel/runtime": "^7.26.10" }, "peerDependencies": { "react": ">=16.8.0" diff --git a/yarn.lock b/yarn.lock index 8ffaa9e..e667b80 100644 --- a/yarn.lock +++ b/yarn.lock @@ -814,6 +814,11 @@ core-js-pure "^3.0.0" regenerator-runtime "^0.13.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.4.5": version "7.6.3" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.6.3.tgz#935122c74c73d2240cafd32ddb5fc2a6cd35cf1f" @@ -828,7 +833,7 @@ dependencies: regenerator-runtime "^0.13.2" -"@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2": +"@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4": version "7.9.2" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.9.2.tgz#d90df0583a3a252f09aaa619665367bae518db06" integrity sha512-NE2DtOdufG7R5vnfQUTehdTfNycfUANEtCa9PssN9O/xmTzP4E08UI797ixaei6hBEVL9BI/PsdJS5x7mWoB9Q==