From 1e43eb3b341c4b94825f9bcc6a448e5dd2bcfa33 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Jul 2020 21:56:20 +0000 Subject: [PATCH] fix: upgrade @babel/runtime from 7.10.2 to 7.10.3 Snyk has created this PR to upgrade @babel/runtime from 7.10.2 to 7.10.3. See this package in NPM: https://www.npmjs.com/package/@babel/runtime See this project in Snyk: https://app.snyk.io/org/acinader/project/17ee3f73-4f22-492c-a53c-260a77a979d6?utm_source=github&utm_medium=upgrade-pr --- 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 58937ea0e..6f07fcff4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3788,9 +3788,9 @@ } }, "@babel/runtime": { - "version": "7.10.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.2.tgz", - "integrity": "sha512-6sF3uQw2ivImfVIl62RZ7MXhO2tap69WeWK57vAaimT6AZbE4FbqjdEJIN1UqoD6wI6B+1n9UiagafH1sxjOtg==", + "version": "7.10.3", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.3.tgz", + "integrity": "sha512-RzGO0RLSdokm9Ipe/YD+7ww8X2Ro79qiXZF3HU9ljrM+qnJmH1Vqth+hbiQZy761LnMJTMitHDuKVYTk3k4dLw==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index a68e3c1fc..87944eafe 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "react-native": false }, "dependencies": { - "@babel/runtime": "7.10.2", + "@babel/runtime": "7.10.3", "@babel/runtime-corejs3": "7.10.2", "crypto-js": "4.0.0", "react-native-crypto-js": "1.0.0",