diff --git a/package-lock.json b/package-lock.json index fc5b28815..a5da6cdaf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -963,9 +963,9 @@ } }, "@babel/runtime-corejs3": { - "version": "7.7.6", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.7.6.tgz", - "integrity": "sha512-NrRUehqG0sMSCaP+0XV/vOvvjNl4BQOWq3Qys1Q2KTEm5tGMo9h0dHnIzeKerj0a7SIB8LP5kYg/T1raE3FoKQ==", + "version": "7.7.7", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.7.7.tgz", + "integrity": "sha512-kr3W3Fw8mB/CTru2M5zIRQZZgC/9zOxNSoJ/tVCzjPt3H1/p5uuGbz6WwmaQy/TLQcW31rUhUUWKY28sXFRelA==", "requires": { "core-js-pure": "^3.0.0", "regenerator-runtime": "^0.13.2" diff --git a/package.json b/package.json index c6ffd8525..c3f2eb68e 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "@babel/runtime": "7.7.6", - "@babel/runtime-corejs3": "7.7.6", + "@babel/runtime-corejs3": "7.7.7", "uuid": "3.3.3", "ws": "7.2.1", "xmlhttprequest": "1.8.0"