From 5c02b63501239bb14e00a83b4995e73296cbb947 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 01:28:35 +0000 Subject: [PATCH] fix(deps): bump core-js from 3.25.0 to 3.25.2 Bumps [core-js](https://github.com/zloirock/core-js) from 3.25.0 to 3.25.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.25.0...v3.25.2) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production 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 9e00f7f..ec25f63 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@nuxtjs/style-resources": "^1.2.1", "bootstrap": "^4.6.1", "bootstrap-vue": "^2.22.0", - "core-js": "^3.24.0", + "core-js": "^3.25.2", "nuxt": "^2.15.8", "nuxt-cname-module": "^1.1.1", "sass": "^1.54.0", diff --git a/yarn.lock b/yarn.lock index 105db5a..ce356f4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3653,10 +3653,10 @@ core-js@^2.6.5: resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec" integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ== -core-js@^3.24.0: - version "3.25.0" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.25.0.tgz#be71d9e0dd648ffd70c44a7ec2319d039357eceb" - integrity sha512-CVU1xvJEfJGhyCpBrzzzU1kjCfgsGUxhEvwUV2e/cOedYWHdmluamx+knDnmhqALddMG16fZvIqvs9aijsHHaA== +core-js@^3.25.2: + version "3.25.2" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.25.2.tgz#2d3670c1455432b53fa780300a6fc1bd8304932c" + integrity sha512-YB4IAT1bjEfxTJ1XYy11hJAKskO+qmhuDBM8/guIfMz4JvdsAQAqvyb97zXX7JgSrfPLG5mRGFWJwJD39ruq2A== core-util-is@~1.0.0: version "1.0.3"