From 97e752349ee30c9a79dcf81413c6fbe56d196f21 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Sep 2019 00:03:19 +0000 Subject: [PATCH] chore: upgrade @babel/runtime-corejs2 from 7.5.5 to 7.6.0 Snyk has created this PR to upgrade @babel/runtime-corejs2 from 7.5.5 to 7.6.0. See this package in NPM: https://www.npmjs.com/package/@babel/runtime-corejs2 See this project in Snyk: https://app.snyk.io/org/maxiplux/project/932c1c8a-98ac-4f28-835d-743da98a872e?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 54616782307..f898b452d96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1308,9 +1308,9 @@ } }, "@babel/runtime-corejs2": { - "version": "7.5.5", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.5.5.tgz", - "integrity": "sha512-FYATQVR00NSNi7mUfpPDp7E8RYMXDuO8gaix7u/w3GekfUinKgX1AcTxs7SoiEmoEW9mbpjrwqWSW6zCmw5h8A==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.6.0.tgz", + "integrity": "sha512-zbPQzlbyJab2xCYb6VaESn8Tk/XiVpQJU7WvIKiQCwlFyc2NSCzKjqtBXCvpZBbiTOHCx10s2656REVnySwb+A==", "requires": { "core-js": "^2.6.5", "regenerator-runtime": "^0.13.2" diff --git a/package.json b/package.json index 6593d799910..fbc1512869c 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "start": "npm-run-all --parallel serve-static open-static" }, "dependencies": { - "@babel/runtime-corejs2": "^7.5.5", + "@babel/runtime-corejs2": "^7.6.0", "@braintree/sanitize-url": "^2.0.2", "@kyleshockey/object-assign-deep": "^0.4.2", "@kyleshockey/xml": "^1.0.2",