From bd5e78e1ec268dade7e6835c5c92e34492d7be90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 00:34:54 +0000 Subject: [PATCH] fix(deps): bump core-js from 3.17.3 to 3.23.0 Bumps [core-js](https://github.com/zloirock/core-js) from 3.17.3 to 3.23.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.17.3...v3.23.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 54fe893..6e8c239 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@nuxtjs/axios": "^5.13.6", "@nuxtjs/firebase": "^7.6.1", "@nuxtjs/pwa": "^3.3.5", - "core-js": "^3.15.1", + "core-js": "^3.23.0", "firebase": "^9.0.2", "firebase-admin": "^9.11.1", "nuxt": "^2.15.7" diff --git a/yarn.lock b/yarn.lock index cd52856..636f2dc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3319,10 +3319,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.15.1: - version "3.17.3" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.17.3.tgz#8e8bd20e91df9951e903cabe91f9af4a0895bc1e" - integrity sha512-lyvajs+wd8N1hXfzob1LdOCCHFU4bGMbqqmLn1Q4QlCpDqWPpGf+p0nj+LNrvDDG33j0hZXw2nsvvVpHysxyNw== +core-js@^3.23.0: + version "3.23.0" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.23.0.tgz#9e33448c8fd3b02ad023d85bd6e85da6335b5cc4" + integrity sha512-v2/hZoRcRrvQiBoGsHwmRdr+S4oICKcjA6xb2qjVurin6TpcDC1X2CIDa8rdu/d5n8RT/Sdoos2IlnpQ1rXs5A== core-util-is@~1.0.0: version "1.0.3"