diff --git a/example/package.json b/example/package.json index ae65354..9267690 100644 --- a/example/package.json +++ b/example/package.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@babel/core": "^7.24.5", - "@babel/runtime": "^7.24.8", + "@babel/runtime": "^7.25.0", "metro-react-native-babel-preset": "^0.76.7" }, "jest": { diff --git a/example/yarn.lock b/example/yarn.lock index 1b16a28..0dc4228 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.8", "@babel/runtime@^7.8.4": - version "7.24.8" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.8.tgz#5d958c3827b13cc6d05e038c07fb2e5e3420d82e" - integrity sha512-5F7SDGs1T72ZczbRwbGO9lQi0NLjQxzl6i4lJxLxfW9U5UluCSyEJeniWvnhl3/euNiqQVbo8zruhsDfid0esA== +"@babel/runtime@^7.25.0", "@babel/runtime@^7.8.4": + version "7.25.0" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.25.0.tgz#3af9a91c1b739c569d5d80cc917280919c544ecb" + integrity sha512-7dRy4DwXwtzBrPbZflqxnvfxLF8kdZXPkhymtDeFoFqE6ldzjQFgYTtYIFARcLEYDrqfBfYcZt1WqFxRoyC9Rw== dependencies: regenerator-runtime "^0.14.0"