From 05e8841fa5f6889b0ab0eac4d92df94b68f56773 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 22:22:10 +0000 Subject: [PATCH] chore(deps): bump core-js from 3.35.0 to 3.35.1 Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.35.0 to 3.35.1. - [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.35.1/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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3bc71971..6e5b8a67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@bundle-stats/plugin-webpack-filter": "4.9.2", "@bundle-stats/plugin-webpack-validate": "4.9.2", - "core-js": "3.35.0", + "core-js": "3.35.1", "cosmiconfig": "9.0.0", "debug": "4.3.4", "dotenv": "16.4.1", @@ -5750,9 +5750,9 @@ } }, "node_modules/core-js": { - "version": "3.35.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.35.0.tgz", - "integrity": "sha512-ntakECeqg81KqMueeGJ79Q5ZgQNR+6eaE8sxGCx62zMbAIj65q+uYvatToew3m6eAGdU4gNZwpZ34NMe4GYswg==", + "version": "3.35.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.35.1.tgz", + "integrity": "sha512-IgdsbxNyMskrTFxa9lWHyMwAJU5gXOPP+1yO+K59d50VLVAIDAbs7gIv705KzALModfK3ZrSZTPNpC0PQgIZuw==", "hasInstallScript": true, "funding": { "type": "opencollective", diff --git a/package.json b/package.json index f59f33b9..ba7cf1b3 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "dependencies": { "@bundle-stats/plugin-webpack-filter": "4.9.2", "@bundle-stats/plugin-webpack-validate": "4.9.2", - "core-js": "3.35.0", + "core-js": "3.35.1", "cosmiconfig": "9.0.0", "debug": "4.3.4", "dotenv": "16.4.1",