From a2e82ee327893f9a52829c85e566d4137c8c7bfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Aug 2022 11:33:05 +0000 Subject: [PATCH] Bump core-js from 3.21.0 to 3.25.0 Bumps [core-js](https://github.com/zloirock/core-js) from 3.21.0 to 3.25.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/compare/v3.21.0...v3.25.0) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-minor ... 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 54d7d34..a1e19ae 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "axios": "^0.25.0", "bootstrap": "^5.1.3", "bootstrap-vue-3": "^0.1.0", - "core-js": "^3.21.0", + "core-js": "^3.25.0", "file-saver": "^2.0.5", "lodash": "^4.17.21", "nanoid": "^3.2.0", diff --git a/yarn.lock b/yarn.lock index 5a9b60a..891e9c7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3015,10 +3015,10 @@ core-js-compat@^3.18.0, core-js-compat@^3.19.1, core-js-compat@^3.6.5: browserslist "^4.19.1" semver "7.0.0" -core-js@^3.21.0, core-js@^3.6.5: - version "3.21.0" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.21.0.tgz#f479dbfc3dffb035a0827602dd056839a774aa71" - integrity sha512-YUdI3fFu4TF/2WykQ2xzSiTQdldLB4KVuL9WeAy5XONZYt5Cun/fpQvctoKbCgvPhmzADeesTk/j2Rdx77AcKQ== +core-js@^3.25.0, core-js@^3.6.5: + version "3.25.0" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.25.0.tgz#be71d9e0dd648ffd70c44a7ec2319d039357eceb" + integrity sha512-CVU1xvJEfJGhyCpBrzzzU1kjCfgsGUxhEvwUV2e/cOedYWHdmluamx+knDnmhqALddMG16fZvIqvs9aijsHHaA== core-util-is@1.0.2: version "1.0.2"