diff --git a/example/package.json b/example/package.json index c0c7860..04f9e76 100644 --- a/example/package.json +++ b/example/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@babel/core": "^7.12.10", - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.26.10", "babel-plugin-module-resolver": "^5.0.0", "metro-react-native-babel-preset": "^0.67.0", "patch-package": "^6.4.7", diff --git a/example/yarn.lock b/example/yarn.lock index 6dc241b..c635548 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -633,10 +633,10 @@ pirates "^4.0.6" source-map-support "^0.5.16" -"@babel/runtime@^7.0.0", "@babel/runtime@^7.12.5", "@babel/runtime@^7.8.4": - version "7.26.0" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.0.tgz#8600c2f595f277c60815256418b85356a65173c1" - integrity sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw== +"@babel/runtime@^7.0.0", "@babel/runtime@^7.26.10", "@babel/runtime@^7.8.4": + version "7.26.10" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.10.tgz#a07b4d8fa27af131a633d7b3524db803eb4764c2" + integrity sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw== dependencies: regenerator-runtime "^0.14.0"