From 2725ffdcbbd174c70fa16f420578eba7ae5407d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 22:33:48 +0000 Subject: [PATCH] Bump core-js from 3.33.2 to 3.33.3 (#1328) Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.33.2 to 3.33.3. - [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.3/packages/core-js) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 97160f74..b319f72e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "browser-sync-client": "^2.29.3", "browserify": "^17.0.0", "chai": "^4.3.10", - "core-js": "^3.33.2", + "core-js": "^3.33.3", "eslint": "^8.54.0", "fancy-log": "^2.0.0", "gulp": "^4.0.2", @@ -5401,9 +5401,9 @@ } }, "node_modules/core-js": { - "version": "3.33.2", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.33.2.tgz", - "integrity": "sha512-XeBzWI6QL3nJQiHmdzbAOiMYqjrb7hwU7A39Qhvd/POSa/t9E1AeZyEZx3fNvp/vtM8zXwhoL0FsiS0hD0pruQ==", + "version": "3.33.3", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.33.3.tgz", + "integrity": "sha512-lo0kOocUlLKmm6kv/FswQL8zbkH7mVsLJ/FULClOhv8WRVmKLVcs6XPNQAzstfeJTCHMyButEwG+z1kHxHoDZw==", "dev": true, "hasInstallScript": true, "funding": { diff --git a/package.json b/package.json index 101abf35..f527e77f 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "browser-sync-client": "^2.29.3", "browserify": "^17.0.0", "chai": "^4.3.10", - "core-js": "^3.33.2", + "core-js": "^3.33.3", "eslint": "^8.54.0", "fancy-log": "^2.0.0", "gulp": "^4.0.2",