diff --git a/package-lock.json b/package-lock.json index bd21a662c..0a25710f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11698,9 +11698,9 @@ } }, "core-js": { - "version": "2.6.3", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.3.tgz", - "integrity": "sha512-l00tmFFZOBHtYhN4Cz7k32VM7vTn3rE2ANjQDxdEN6zmXZ/xq1jQuutnmHvMG1ZJ7xd72+TA5YpUK8wz3rWsfQ==" + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.3.3.tgz", + "integrity": "sha512-0xmD4vUJRY8nfLyV9zcpC17FtSie5STXzw+HyYw2t8IIvmDnbq7RJUULECCo+NstpJtwK9kx8S+898iyqgeUow==" }, "core-js-compat": { "version": "3.3.2", diff --git a/package.json b/package.json index 3274ecb85..4a3898593 100644 --- a/package.json +++ b/package.json @@ -182,7 +182,7 @@ "axios": "0.19.0", "command-exists": "1.2.8", "commander": "3.0.2", - "core-js": "^2.6.3", + "core-js": "^3.3.3", "electron-dl": "1.14.0", "eslint": "5.16.0", "follow-redirects": "1.9.0",