From b06aafad6ea6afaf1c2041424523a399a5b731d9 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2019 15:05:43 +0000 Subject: [PATCH 1/2] fix(package): update @babel/runtime-corejs3 to version 7.7.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d83df978..a1b2af952 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "@babel/runtime": "7.7.0", - "@babel/runtime-corejs3": "7.7.0", + "@babel/runtime-corejs3": "7.7.1", "uuid": "3.3.3", "ws": "7.2.0", "xmlhttprequest": "1.8.0" From 386f41bf03509fa6f6443f30baa8e8dde8b78fec Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2019 15:05:57 +0000 Subject: [PATCH 2/2] chore(package): update lockfile package-lock.json --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e8aae5913..13d395a6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1960,9 +1960,9 @@ } }, "@babel/runtime-corejs3": { - "version": "7.7.0", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.7.0.tgz", - "integrity": "sha512-fdNLfplVJktJoinhrhEN84fWHViZZ0WIENUf3oKPBcBP5+kZIm8uMGehUbv7Rg4qYTIVGIy9DuVxItwowxqZDg==", + "version": "7.7.1", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.7.1.tgz", + "integrity": "sha512-AryML1eITnHKOTUNMR0xG53kQl7Jc+KwySDTcKeGu/7M2G/9fBvoVXGgZGwGRN+9C5UNNyoH+9XRkOMXt+nHVw==", "requires": { "core-js-pure": "^3.0.0", "regenerator-runtime": "^0.13.2"