diff --git a/web/package-lock.json b/web/package-lock.json index 24f24159d..68f0d13b6 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -28,7 +28,7 @@ "chartjs-adapter-moment": "^1.0.1", "codemirror": "^6.0.1", "construct-style-sheets-polyfill": "^3.1.0", - "core-js": "^3.30.2", + "core-js": "^3.31.0", "country-flag-icons": "^1.5.7", "fuse.js": "^6.6.2", "lit": "^2.7.5", @@ -12584,9 +12584,10 @@ } }, "node_modules/core-js": { - "version": "3.30.2", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.31.0.tgz", + "integrity": "sha512-NIp2TQSGfR6ba5aalZD+ZQ1fSxGhDo/s1w0nx3RYzf2pnJxt7YynxFlFScP6eV7+GZsKO95NSjGxyJsU3DZgeQ==", "hasInstallScript": true, - "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/core-js" diff --git a/web/package.json b/web/package.json index 0333df313..a50e5e75d 100644 --- a/web/package.json +++ b/web/package.json @@ -44,7 +44,7 @@ "chartjs-adapter-moment": "^1.0.1", "codemirror": "^6.0.1", "construct-style-sheets-polyfill": "^3.1.0", - "core-js": "^3.30.2", + "core-js": "^3.31.0", "country-flag-icons": "^1.5.7", "fuse.js": "^6.6.2", "lit": "^2.7.5",