diff --git a/package-lock.json b/package-lock.json index 62bc4e7e3..a93e9efb7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1960,9 +1960,9 @@ } }, "@babel/runtime-corejs3": { - "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==", + "version": "7.7.2", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.7.2.tgz", + "integrity": "sha512-odQQZpujq0AHttKrvp4n2KGjK5b5cuq7LeEcsdadwZOemMkmJnlgTXMCf5fIixLLaBxUypwn0krKK51vVMA5cg==", "requires": { "core-js-pure": "^3.0.0", "regenerator-runtime": "^0.13.2" @@ -4539,9 +4539,9 @@ } }, "core-js-pure": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.3.6.tgz", - "integrity": "sha512-Ynx7lkSF3M2e2+DQMXUZgUP6hTspBm+oZyhePwYQ7phSXGIsHiyKXj3BJ8FBvb0mEP3vzDzAMiVZTRXN5z7pvA==" + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.4.0.tgz", + "integrity": "sha512-d49s6GiW3ePYM8vCglfLLo6bueYx+Sff6MYtjohTMSB0AoxVfABXMUSmYHtKAEvW77T9JTKMyHrhE20nZ8gYDA==" }, "core-util-is": { "version": "1.0.2", diff --git a/package.json b/package.json index 8d0ac817f..196f1d7c0 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "@babel/runtime": "7.7.1", - "@babel/runtime-corejs3": "7.7.1", + "@babel/runtime-corejs3": "7.7.2", "uuid": "3.3.3", "ws": "7.2.0", "xmlhttprequest": "1.8.0"