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"