diff --git a/package-lock.json b/package-lock.json index 846f9bcb8..c5bf6e232 100644 --- a/package-lock.json +++ b/package-lock.json @@ -955,9 +955,9 @@ } }, "@babel/runtime-corejs3": { - "version": "7.7.4", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.7.4.tgz", - "integrity": "sha512-BBIEhzk8McXDcB3IbOi8zQPzzINUp4zcLesVlBSOcyGhzPUU8Xezk5GAG7Sy5GVhGmAO0zGd2qRSeY2g4Obqxw==", + "version": "7.7.5", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.7.5.tgz", + "integrity": "sha512-f1HxrduFO4bvRCWG0C/zqpVmu9wi/LvHAa56klM6uyEHGPUyqh7rYw+yxmuRcm5vlNiZRvVaUazjKKFR3zS1tg==", "requires": { "core-js-pure": "^3.0.0", "regenerator-runtime": "^0.13.2" diff --git a/package.json b/package.json index 6c0cfda15..e72bfd676 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "@babel/runtime": "7.7.4", - "@babel/runtime-corejs3": "7.7.4", + "@babel/runtime-corejs3": "7.7.5", "uuid": "3.3.3", "ws": "7.2.0", "xmlhttprequest": "1.8.0"