From 7d895227765e636b492cff33246b0246cc445ffb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 19:07:02 +0000 Subject: [PATCH] chore(deps): bump core-js from 3.33.2 to 3.35.0 (#1226) Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.33.2 to 3.35.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.35.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] 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 195aab57f..749de9b29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "bytes": "^3.1.2", "cacheable-lookup": "^6.0.4", "chalk": "^4.1.2", - "core-js": "^3.33.2", + "core-js": "^3.35.0", "create-shared-react-context": "^1.0.5", "cross-fetch": "^4.0.0", "deepmerge": "^4.3.1", @@ -9613,9 +9613,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.35.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.35.0.tgz", + "integrity": "sha512-ntakECeqg81KqMueeGJ79Q5ZgQNR+6eaE8sxGCx62zMbAIj65q+uYvatToew3m6eAGdU4gNZwpZ34NMe4GYswg==", "hasInstallScript": true, "funding": { "type": "opencollective", diff --git a/package.json b/package.json index 9c71b4810..3936dbf19 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "bytes": "^3.1.2", "cacheable-lookup": "^6.0.4", "chalk": "^4.1.2", - "core-js": "^3.33.2", + "core-js": "^3.35.0", "create-shared-react-context": "^1.0.5", "cross-fetch": "^4.0.0", "deepmerge": "^4.3.1",