diff --git a/package-lock.json b/package-lock.json index de4b327..75c303c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -814,9 +814,9 @@ } }, "@babel/runtime": { - "version": "7.9.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.2.tgz", - "integrity": "sha512-NE2DtOdufG7R5vnfQUTehdTfNycfUANEtCa9PssN9O/xmTzP4E08UI797ixaei6hBEVL9BI/PsdJS5x7mWoB9Q==", + "version": "7.12.5", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz", + "integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index 6734f05..51fa287 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "devDependencies": { "@babel/core": "^7.6.2", - "@babel/runtime": "^7.6.2", + "@babel/runtime": "^7.12.5", "@react-native-community/eslint-config": "^1.1.0", "@types/jest": "^25.2.1", "@types/react-native": "^0.62.2",