diff --git a/example/package.json b/example/package.json index 2385f67..115f9be 100644 --- a/example/package.json +++ b/example/package.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@babel/core": "^7.24.5", - "@babel/runtime": "^7.24.4", + "@babel/runtime": "^7.24.7", "metro-react-native-babel-preset": "^0.76.7" }, "jest": { diff --git a/example/yarn.lock b/example/yarn.lock index 6c1694c..1c25955 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -883,10 +883,10 @@ pirates "^4.0.0" source-map-support "^0.5.16" -"@babel/runtime@^7.24.4", "@babel/runtime@^7.8.4": - version "7.24.4" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.4.tgz#de795accd698007a66ba44add6cc86542aff1edd" - integrity sha512-dkxf7+hn8mFBwKjs9bvBlArzLVxVbS8usaPUDd5p2a9JCL9tB8OaOVN1isD4+Xyk4ns89/xeOmbQvgdK7IIVdA== +"@babel/runtime@^7.24.7", "@babel/runtime@^7.8.4": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.7.tgz#f4f0d5530e8dbdf59b3451b9b3e594b6ba082e12" + integrity sha512-UwgBRMjJP+xv857DCngvqXI3Iq6J4v0wXmwc6sapg+zyhbwmQX67LUEFrkK5tbyJ30jGuG3ZvWpBiB9LCy1kWw== dependencies: regenerator-runtime "^0.14.0"