From 2374204b9f3687c024be31e3833c5865c7847625 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 00:52:36 +0000 Subject: [PATCH] fix(deps): bump core-js from 3.23.5 to 3.25.5 Bumps [core-js](https://github.com/zloirock/core-js) from 3.23.5 to 3.25.5. - [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.23.5...v3.25.5) --- 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 1bcf48d..02137ff 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@nuxtjs/pwa": "^3.3.5", "@nuxtjs/robots": "^2.5.0", "@nuxtjs/sitemap": "^2.4.0", - "core-js": "^3.19.3", + "core-js": "^3.25.5", "element-ui": "^2.15.6", "instaplot": "^1.1.3", "nuxt": "^2.15.8", diff --git a/yarn.lock b/yarn.lock index d54b244..99d29e7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3162,10 +3162,10 @@ core-js@^2.4.0, 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.19.3: - version "3.23.5" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.23.5.tgz#1f82b0de5eece800827a2f59d597509c67650475" - integrity sha512-7Vh11tujtAZy82da4duVreQysIoO2EvVrur7y6IzZkH1IHPSekuDi8Vuw1+YKjkbfWLRD7Nc9ICQ/sIUDutcyg== +core-js@^3.25.5: + version "3.25.5" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.25.5.tgz#e86f651a2ca8a0237a5f064c2fe56cef89646e27" + integrity sha512-nbm6eZSjm+ZuBQxCUPQKQCoUEfFOXjUZ8dTTyikyKaWrTYmAVbykQfwsKE5dBK88u3QCkCrzsx/PPlKfhsvgpw== core-util-is@~1.0.0: version "1.0.3"