From efa5b3aff514d7c48501ae938579b9e5ecbd67d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 16:48:11 +0200 Subject: [PATCH] Deps: Bump core-js from 3.31.0 to 3.32.2 (#3859) Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.31.0 to 3.32.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.32.2/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 | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6dabfc80c8..45ae7d5f41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@vx/gradient": "^0.0.199", "@vx/shape": "^0.0.199", "babel-loader": "9.1.3", - "core-js": "^3.31.0", + "core-js": "^3.32.2", "d3-cloud": "^1.2.5", "d3-color": "^2.0.0", "d3-force": "^2.0.0", @@ -7135,11 +7135,10 @@ "license": "MIT" }, "node_modules/core-js": { - "version": "3.31.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.31.0.tgz", - "integrity": "sha512-NIp2TQSGfR6ba5aalZD+ZQ1fSxGhDo/s1w0nx3RYzf2pnJxt7YynxFlFScP6eV7+GZsKO95NSjGxyJsU3DZgeQ==", + "version": "3.32.2", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.32.2.tgz", + "integrity": "sha512-pxXSw1mYZPDGvTQqEc5vgIb83jGQKFGYWY76z4a7weZXUolw3G+OvpZqSRcfYOoOVUQJYEPsWeQK8pKEnUtWxQ==", "hasInstallScript": true, - "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/core-js" diff --git a/package.json b/package.json index beb70cf5db..d3716bd038 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@vx/gradient": "^0.0.199", "@vx/shape": "^0.0.199", "babel-loader": "9.1.3", - "core-js": "^3.31.0", + "core-js": "^3.32.2", "d3-cloud": "^1.2.5", "d3-color": "^2.0.0", "d3-force": "^2.0.0",