diff --git a/example/package.json b/example/package.json index e6f59fc..706071a 100644 --- a/example/package.json +++ b/example/package.json @@ -27,7 +27,7 @@ }, "devDependencies": { "@babel/core": "^7.9.6", - "@babel/runtime": "^7.9.6", + "@babel/runtime": "^7.13.10", "babel-plugin-module-resolver": "^4.0.0", "metro-react-native-babel-preset": "^0.59.0" } diff --git a/example/yarn.lock b/example/yarn.lock index 01c8201..d0b919a 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -649,10 +649,10 @@ pirates "^4.0.0" source-map-support "^0.5.16" -"@babel/runtime@^7.0.0", "@babel/runtime@^7.12.1", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.6": - version "7.12.5" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.5.tgz#410e7e487441e1b360c29be715d870d9b985882e" - integrity sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg== +"@babel/runtime@^7.0.0", "@babel/runtime@^7.12.1", "@babel/runtime@^7.13.10", "@babel/runtime@^7.8.4": + version "7.13.10" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.10.tgz#47d42a57b6095f4468da440388fdbad8bebf0d7d" + integrity sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw== dependencies: regenerator-runtime "^0.13.4"