From 02ce0aa82b1a4cb55e0c6053de8519194dd27a66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 02:34:27 +0000 Subject: [PATCH] chore(deps): Bump core-js from 3.35.1 to 3.36.0 Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.35.1 to 3.36.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.36.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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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",