diff --git a/package-lock.json b/package-lock.json index e85c9f5c..77eb7d83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@nextcloud/event-bus": "^3.1.0", "@nextcloud/l10n": "^2.2.0", "@nextcloud/vue": "^8.6.2", - "core-js": "^3.35.1", + "core-js": "^3.36.0", "electron-squirrel-startup": "^1.0.0", "floating-vue": "^1.0.0-beta.19", "howler": "^2.2.4", @@ -7785,9 +7785,9 @@ "license": "MIT" }, "node_modules/core-js": { - "version": "3.35.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.35.1.tgz", - "integrity": "sha512-IgdsbxNyMskrTFxa9lWHyMwAJU5gXOPP+1yO+K59d50VLVAIDAbs7gIv705KzALModfK3ZrSZTPNpC0PQgIZuw==", + "version": "3.36.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.36.0.tgz", + "integrity": "sha512-mt7+TUBbTFg5+GngsAxeKBTl5/VS0guFeJacYge9OmHb+m058UwwIm41SE9T4Den7ClatV57B6TYTuJ0CX1MAw==", "hasInstallScript": true, "funding": { "type": "opencollective", @@ -26097,9 +26097,9 @@ "dev": true }, "core-js": { - "version": "3.35.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.35.1.tgz", - "integrity": "sha512-IgdsbxNyMskrTFxa9lWHyMwAJU5gXOPP+1yO+K59d50VLVAIDAbs7gIv705KzALModfK3ZrSZTPNpC0PQgIZuw==" + "version": "3.36.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.36.0.tgz", + "integrity": "sha512-mt7+TUBbTFg5+GngsAxeKBTl5/VS0guFeJacYge9OmHb+m058UwwIm41SE9T4Den7ClatV57B6TYTuJ0CX1MAw==" }, "core-js-compat": { "version": "3.26.1", diff --git a/package.json b/package.json index 8468f5d8..175627f2 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@nextcloud/event-bus": "^3.1.0", "@nextcloud/l10n": "^2.2.0", "@nextcloud/vue": "^8.6.2", - "core-js": "^3.35.1", + "core-js": "^3.36.0", "electron-squirrel-startup": "^1.0.0", "floating-vue": "^1.0.0-beta.19", "howler": "^2.2.4",