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" 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"