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