From 558014b53b5e17bab00c115a18be3f9e49db99c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 02:39:15 +0000 Subject: [PATCH] chore(deps): Bump core-js from 3.33.1 to 3.33.2 Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.33.1 to 3.33.2. - [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.33.2/packages/core-js) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-patch ... 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 d743c631..f180b439 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.0.0-beta.9", - "core-js": "^3.33.1", + "core-js": "^3.33.2", "electron-squirrel-startup": "^1.0.0", "floating-vue": "^1.0.0-beta.19", "howler": "^2.2.4", @@ -7402,9 +7402,9 @@ "license": "MIT" }, "node_modules/core-js": { - "version": "3.33.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.33.1.tgz", - "integrity": "sha512-qVSq3s+d4+GsqN0teRCJtM6tdEEXyWxjzbhVrCHmBS5ZTM0FS2MOS0D13dUXAWDUN6a+lHI/N1hF9Ytz6iLl9Q==", + "version": "3.33.2", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.33.2.tgz", + "integrity": "sha512-XeBzWI6QL3nJQiHmdzbAOiMYqjrb7hwU7A39Qhvd/POSa/t9E1AeZyEZx3fNvp/vtM8zXwhoL0FsiS0hD0pruQ==", "hasInstallScript": true, "funding": { "type": "opencollective", @@ -24754,9 +24754,9 @@ "dev": true }, "core-js": { - "version": "3.33.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.33.1.tgz", - "integrity": "sha512-qVSq3s+d4+GsqN0teRCJtM6tdEEXyWxjzbhVrCHmBS5ZTM0FS2MOS0D13dUXAWDUN6a+lHI/N1hF9Ytz6iLl9Q==" + "version": "3.33.2", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.33.2.tgz", + "integrity": "sha512-XeBzWI6QL3nJQiHmdzbAOiMYqjrb7hwU7A39Qhvd/POSa/t9E1AeZyEZx3fNvp/vtM8zXwhoL0FsiS0hD0pruQ==" }, "core-js-compat": { "version": "3.26.1", diff --git a/package.json b/package.json index 75a88bd3..14ba0807 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.0.0-beta.9", - "core-js": "^3.33.1", + "core-js": "^3.33.2", "electron-squirrel-startup": "^1.0.0", "floating-vue": "^1.0.0-beta.19", "howler": "^2.2.4",