From 29240257eb29b97bf794c0c230a290c8cf363c7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 12:01:53 +0000 Subject: [PATCH] Bump core-js from 3.20.1 to 3.20.2 Bumps [core-js](https://github.com/zloirock/core-js) from 3.20.1 to 3.20.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.20.1...v3.20.2) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a08c12b3b..a7d360464 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "babel-eslint": "^10.1.0", "buefy": "^0.9.13", "bulma": "^0.9.2", - "core-js": "^3.20.1", + "core-js": "^3.20.2", "cypress-localstorage-commands": "^1.6.1", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", @@ -6980,9 +6980,9 @@ } }, "node_modules/core-js": { - "version": "3.20.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.20.1.tgz", - "integrity": "sha512-btdpStYFQScnNVQ5slVcr858KP0YWYjV16eGJQw8Gg7CWtu/2qNvIM3qVRIR3n1pK2R9NNOrTevbvAYxajwEjg==", + "version": "3.20.2", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.20.2.tgz", + "integrity": "sha512-nuqhq11DcOAbFBV4zCbKeGbKQsUDRqTX0oqx7AttUBuqe3h20ixsE039QHelbL6P4h+9kytVqyEtyZ6gsiwEYw==", "hasInstallScript": true, "funding": { "type": "opencollective", @@ -26371,9 +26371,9 @@ } }, "core-js": { - "version": "3.20.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.20.1.tgz", - "integrity": "sha512-btdpStYFQScnNVQ5slVcr858KP0YWYjV16eGJQw8Gg7CWtu/2qNvIM3qVRIR3n1pK2R9NNOrTevbvAYxajwEjg==" + "version": "3.20.2", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.20.2.tgz", + "integrity": "sha512-nuqhq11DcOAbFBV4zCbKeGbKQsUDRqTX0oqx7AttUBuqe3h20ixsE039QHelbL6P4h+9kytVqyEtyZ6gsiwEYw==" }, "core-js-compat": { "version": "3.19.1", diff --git a/package.json b/package.json index 9da62e8d8..0a8488cfc 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "babel-eslint": "^10.1.0", "buefy": "^0.9.13", "bulma": "^0.9.2", - "core-js": "^3.20.1", + "core-js": "^3.20.2", "cypress-localstorage-commands": "^1.6.1", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0",