From 32973415580bd11e2a601c69261fac7d5eda57f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 03:02:28 +0000 Subject: [PATCH] Chore(deps): Bump core-js from 3.39.0 to 3.40.0 Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.39.0 to 3.40.0. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/commits/v3.40.0/packages/core-js) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",