diff --git a/package-lock.json b/package-lock.json index d7d57a8f3..2080f2e81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@nextcloud/moment": "^1.3.2", "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^8.22.0", - "core-js": "^3.39.0", + "core-js": "^3.40.0", "dompurify": "^3.2.3", "file-saver": "^2.0.5", "linkify-string": "^4.2.0", @@ -4025,9 +4025,9 @@ "peer": true }, "node_modules/core-js": { - "version": "3.39.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.39.0.tgz", - "integrity": "sha512-raM0ew0/jJUqkJ0E6e8UDtl+y/7ktFivgWvqw8dNSQeNWoSDLvQ1H/RN3aPXB9tBd4/FhyR4RDPGhsNIMsAn7g==", + "version": "3.40.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.40.0.tgz", + "integrity": "sha512-7vsMc/Lty6AGnn7uFpYT56QesI5D2Y/UkgKounk87OP9Z2H9Z8kj6jzcSGAxFmUtDOS0ntK6lbQz+Nsa0Jj6mQ==", "hasInstallScript": true, "funding": { "type": "opencollective", diff --git a/package.json b/package.json index c7337c5c8..20c580fe9 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@nextcloud/moment": "^1.3.2", "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^8.22.0", - "core-js": "^3.39.0", + "core-js": "^3.40.0", "dompurify": "^3.2.3", "file-saver": "^2.0.5", "linkify-string": "^4.2.0",