From b98166925832c07141071e663a90a58a4dbe786c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Oct 2024 06:38:16 +0000 Subject: [PATCH] fix: upgrade @babel/runtime from 7.23.9 to 7.25.6 Snyk has created this PR to upgrade @babel/runtime from 7.23.9 to 7.25.6. See this package in npm: See this project in Snyk: https://app.snyk.io/org/thekashey/project/ed15560c-30c1-41fe-a9c0-90baca7aced7?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 30f299c..7336c95 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ }, "homepage": "https://github.com/theKashey/react-focus-lock#readme", "dependencies": { - "@babel/runtime": "^7.0.0", + "@babel/runtime": "^7.25.6", "focus-lock": "^1.3.5", "prop-types": "^15.6.2", "react-clientside-effect": "^1.2.6", diff --git a/yarn.lock b/yarn.lock index e7d6e46..f5e067f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1064,6 +1064,13 @@ dependencies: regenerator-runtime "^0.14.0" +"@babel/runtime@^7.25.6": + version "7.25.7" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.25.7.tgz#7ffb53c37a8f247c8c4d335e89cdf16a2e0d0fb6" + integrity sha512-FjoyLe754PMiYsFaN5C94ttGiOmBNYTf6pLr4xXHAT5uctHb092PBszndLDR5XA/jghQvn4n7JMHl7dmTgbm9w== + dependencies: + regenerator-runtime "^0.14.0" + "@babel/template@^7.22.15", "@babel/template@^7.23.9": version "7.23.9" resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.23.9.tgz#f881d0487cba2828d3259dcb9ef5005a9731011a"