diff --git a/package-lock.json b/package-lock.json index 9b268c7..e510f5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ }, "devDependencies": { "@babel/core": "^7.8.4", - "@babel/runtime": "^7.8.4", + "@babel/runtime": "^7.13.10", "@react-native-community/eslint-config": "^1.1.0", "@types/jest": "^26.0.22", "@types/react-native": "^0.63.2", @@ -1560,10 +1560,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.12.13", - "resolved": "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.13.tgz", - "integrity": "sha512-8+3UMPBrjFa/6TtKi/7sehPKqfAm4g6K+YQjyyFOLUTxzOngcRZTlAVY8sc2CORJYqdHQY8gRPHmn+qo15rCBw==", - "license": "MIT", + "version": "7.13.10", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.10.tgz", + "integrity": "sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==", "dependencies": { "regenerator-runtime": "^0.13.4" } @@ -14670,9 +14669,9 @@ } }, "@babel/runtime": { - "version": "7.12.13", - "resolved": "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.13.tgz", - "integrity": "sha512-8+3UMPBrjFa/6TtKi/7sehPKqfAm4g6K+YQjyyFOLUTxzOngcRZTlAVY8sc2CORJYqdHQY8gRPHmn+qo15rCBw==", + "version": "7.13.10", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.10.tgz", + "integrity": "sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index 4f44b56..9beb709 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "devDependencies": { "@babel/core": "^7.8.4", - "@babel/runtime": "^7.8.4", + "@babel/runtime": "^7.13.10", "@react-native-community/eslint-config": "^1.1.0", "@types/jest": "^26.0.22", "@types/react-native": "^0.63.2", diff --git a/yarn.lock b/yarn.lock index de4c124..cb4dfe3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -659,7 +659,7 @@ core-js-pure "^3.0.0" regenerator-runtime "^0.13.4" -"@babel/runtime@^7.12.1", "@babel/runtime@^7.8.4": +"@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==