diff --git a/example/package.json b/example/package.json index 783c8f0..8ba602d 100644 --- a/example/package.json +++ b/example/package.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@babel/core": "^7.23.7", - "@babel/runtime": "^7.23.6", + "@babel/runtime": "^7.23.8", "metro-react-native-babel-preset": "^0.76.7" }, "jest": { diff --git a/example/yarn.lock b/example/yarn.lock index a77d7a8..2ee5991 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -882,10 +882,10 @@ pirates "^4.0.0" source-map-support "^0.5.16" -"@babel/runtime@^7.23.6", "@babel/runtime@^7.8.4": - version "7.23.6" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.6.tgz#c05e610dc228855dc92ef1b53d07389ed8ab521d" - integrity sha512-zHd0eUrf5GZoOWVCXp6koAKQTfZV07eit6bGPmJgnZdnSAvvZee6zniW2XMF7Cmc4ISOOnPy3QaSiIJGJkVEDQ== +"@babel/runtime@^7.23.8", "@babel/runtime@^7.8.4": + version "7.23.8" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.8.tgz#8ee6fe1ac47add7122902f257b8ddf55c898f650" + integrity sha512-Y7KbAP984rn1VGMbGqKmBLio9V7y5Je9GvU4rQPCPinCyNfUcToxIXl06d59URp/F3LwinvODxab5N/G6qggkw== dependencies: regenerator-runtime "^0.14.0"