diff --git a/package-lock.json b/package-lock.json index 4136c0219..293c99dbb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1247,9 +1247,9 @@ } }, "@babel/runtime-corejs3": { - "version": "7.13.17", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.13.17.tgz", - "integrity": "sha512-RGXINY1YvduBlGrP+vHjJqd/nK7JVpfM4rmZLGMx77WoL3sMrhheA0qxii9VNn1VHnxJLEyxmvCB+Wqc+x/FMw==", + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.14.0.tgz", + "integrity": "sha512-0R0HTZWHLk6G8jIk0FtoX+AatCtKnswS98VhXwGImFc759PJRp4Tru0PQYZofyijTFUr+gT8Mu7sgXVJLQ0ceg==", "requires": { "core-js-pure": "^3.0.0", "regenerator-runtime": "^0.13.4" diff --git a/package.json b/package.json index c1b77f6d2..0a84242d8 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "@babel/runtime": "7.14.0", - "@babel/runtime-corejs3": "7.13.17", + "@babel/runtime-corejs3": "7.14.0", "idb-keyval": "5.0.5", "react-native-crypto-js": "1.0.0", "uuid": "3.4.0",