From 67a7c461fd8d15bf309efdfba3b4303ee034fcff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Dec 2021 12:30:52 +0000 Subject: [PATCH] chore(deps-dev): bump core-js from 3.6.4 to 3.20.1 Bumps [core-js](https://github.com/zloirock/core-js) from 3.6.4 to 3.20.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/compare/v3.6.4...v3.20.1) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8970b8ac..be207a02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3938,9 +3938,9 @@ "optional": true }, "core-js": { - "version": "3.6.4", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz", - "integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw==", + "version": "3.20.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.20.1.tgz", + "integrity": "sha512-btdpStYFQScnNVQ5slVcr858KP0YWYjV16eGJQw8Gg7CWtu/2qNvIM3qVRIR3n1pK2R9NNOrTevbvAYxajwEjg==", "dev": true }, "core-js-compat": { diff --git a/package.json b/package.json index 63ccaf8f..15e1c6d1 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "babel-preset-minify": "^0.5.1", "babelify": "^10.0.0", "browserify": "^16.5.0", - "core-js": "^3.6.4", + "core-js": "^3.20.1", "husky": "^7.0.4", "minimist": "^1.2.5", "segmentit": "^2.0.3"