From f223f193628e29a9d7e79559e34a868cc367a492 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 09:00:49 +0000 Subject: [PATCH] Chore(deps): Bump core-js from 3.38.1 to 3.39.0 Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.38.1 to 3.39.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.39.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 c61aba241..2b233bf86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@nextcloud/moment": "^1.3.1", "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^8.19.0", - "core-js": "^3.38.1", + "core-js": "^3.39.0", "dompurify": "^3.1.7", "file-saver": "^2.0.5", "linkify-string": "^4.1.3", @@ -3858,9 +3858,9 @@ "peer": true }, "node_modules/core-js": { - "version": "3.38.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.38.1.tgz", - "integrity": "sha512-OP35aUorbU3Zvlx7pjsFdu1rGNnD4pgw/CWoYzRY3t2EzoVT7shKHY1dlAy3f41cGIO7ZDPQimhGFTlEYkG/Hw==", + "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==", "hasInstallScript": true, "funding": { "type": "opencollective", diff --git a/package.json b/package.json index c14480bed..6ac7fdfd1 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@nextcloud/moment": "^1.3.1", "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^8.19.0", - "core-js": "^3.38.1", + "core-js": "^3.39.0", "dompurify": "^3.1.7", "file-saver": "^2.0.5", "linkify-string": "^4.1.3",