From 86c05ad783711fef558031805ad2487791802f45 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Thu, 13 May 2021 01:54:43 +0300 Subject: [PATCH] fix: upgrade @babel/runtime-corejs3 from 7.13.16 to 7.13.17 (#1361) Snyk has created this PR to upgrade @babel/runtime-corejs3 from 7.13.16 to 7.13.17. See this package in npm: https://www.npmjs.com/package/@babel/runtime-corejs3 See this project in Snyk: https://app.snyk.io/org/acinader/project/17ee3f73-4f22-492c-a53c-260a77a979d6?utm_source=github&utm_medium=upgrade-pr Co-authored-by: Diamond Lewis --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a356c6071..c492ad2b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1247,9 +1247,9 @@ } }, "@babel/runtime-corejs3": { - "version": "7.13.16", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.13.16.tgz", - "integrity": "sha512-HJq7yXmBSAGLl/4BSO25vjWnrhzKHYcB6doNbO+FjYQz6C5lgYsmJF1U8ziDP8/RBqIhNAyU7SjRip+flbjV3g==", + "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==", "requires": { "core-js-pure": "^3.0.0", "regenerator-runtime": "^0.13.4" diff --git a/package.json b/package.json index c2950b060..0137be76d 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "@babel/runtime": "7.13.17", - "@babel/runtime-corejs3": "7.13.16", + "@babel/runtime-corejs3": "7.13.17", "idb-keyval": "5.0.5", "react-native-crypto-js": "1.0.0", "uuid": "3.4.0",