From 718e56607e3e5625499bd2d2774eb3ad91ffe333 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 20:56:35 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20npm:=20Bump=20core-js=20from=203?= =?UTF-8?q?.19.1=20to=203.19.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [core-js](https://github.com/zloirock/core-js) from 3.19.1 to 3.19.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/compare/v3.19.1...v3.19.2) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 81383c9d..7677040c 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "babel-loader": "^8.2.3", "clean-css": "^5.2.2", "copy-webpack-plugin": "^10.0.0", - "core-js": "^3.19.1", + "core-js": "^3.19.2", "css-loader": "^6.5.1", "css-minimizer-webpack-plugin": "^3.2.0", "del": "^6.0.0", diff --git a/yarn.lock b/yarn.lock index 03da4267..6aa8b3ac 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2786,10 +2786,10 @@ core-js-compat@^3.18.0, core-js-compat@^3.19.1: browserslist "^4.17.6" semver "7.0.0" -core-js@3, core-js@^3.16.2, core-js@^3.19.1: - version "3.19.1" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.19.1.tgz#f6f173cae23e73a7d88fa23b6e9da329276c6641" - integrity sha512-Tnc7E9iKd/b/ff7GFbhwPVzJzPztGrChB8X8GLqoYGdEOG8IpLnK1xPyo3ZoO3HsK6TodJS58VGPOxA+hLHQMg== +core-js@3, core-js@^3.16.2, core-js@^3.19.2: + version "3.19.2" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.19.2.tgz#ae216d7f4f7e924d9a2e3ff1e4b1940220f9157b" + integrity sha512-ciYCResnLIATSsXuXnIOH4CbdfgV+H1Ltg16hJFN7/v6OxqnFr/IFGeLacaZ+fHLAm0TBbXwNK9/DNBzBUrO/g== core-util-is@~1.0.0: version "1.0.3"