From 9eb5ac2de782c3730060f93909eb1e73db0115ad Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2019 10:55:06 +0000 Subject: [PATCH 1/2] fix(package): update @babel/runtime-corejs3 to version 7.7.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e8b54713..1363ec64b 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "@babel/runtime": "7.6.3", - "@babel/runtime-corejs3": "7.6.3", + "@babel/runtime-corejs3": "7.7.0", "uuid": "3.3.3", "ws": "7.2.0", "xmlhttprequest": "1.8.0" From 6df02820a334cb9fcefbc9e65640768258bc16be Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2019 10:55:10 +0000 Subject: [PATCH 2/2] chore(package): update lockfile package-lock.json --- package-lock.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 48c9bbf73..a82668456 100644 --- a/package-lock.json +++ b/package-lock.json @@ -909,9 +909,9 @@ } }, "@babel/runtime-corejs3": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.6.3.tgz", - "integrity": "sha512-933SXHQr7apa95F+3IqkBne8mqOnu1kDh6dnSddC07aW/R51WsOVD7MSczJ6DRpq/L8KLll7TFDxmt30pft44w==", + "version": "7.7.0", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.7.0.tgz", + "integrity": "sha512-fdNLfplVJktJoinhrhEN84fWHViZZ0WIENUf3oKPBcBP5+kZIm8uMGehUbv7Rg4qYTIVGIy9DuVxItwowxqZDg==", "requires": { "core-js-pure": "^3.0.0", "regenerator-runtime": "^0.13.2" @@ -10044,7 +10044,6 @@ "dev": true, "requires": { "@babel/runtime": "7.6.3", - "@babel/runtime-corejs3": "7.6.3", "uuid": "3.3.3", "ws": "7.1.2", "xmlhttprequest": "1.8.0"