From dd28569bb2f9899263c5c55f6008bd9077210f85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 00:57:16 +0000 Subject: [PATCH] fix(deps): bump core-js from 3.23.5 to 3.28.0 Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.23.5 to 3.28.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/commits/v3.28.0/packages/core-js) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-minor ... 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 7118e51..4f23e9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@nuxtjs/google-analytics": "^2.4.0", "@nuxtjs/pwa": "^3.3.5", "@nuxtjs/sitemap": "^2.4.0", - "core-js": "^3.23.5", + "core-js": "^3.28.0", "nuxt": "^2.14.0", "nuxt-i18n": "^6.28.0" }, @@ -5060,9 +5060,9 @@ } }, "node_modules/core-js": { - "version": "3.23.5", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.23.5.tgz", - "integrity": "sha512-7Vh11tujtAZy82da4duVreQysIoO2EvVrur7y6IzZkH1IHPSekuDi8Vuw1+YKjkbfWLRD7Nc9ICQ/sIUDutcyg==", + "version": "3.28.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.28.0.tgz", + "integrity": "sha512-GiZn9D4Z/rSYvTeg1ljAIsEqFm0LaN9gVtwDCrKL80zHtS31p9BAjmTxVqTQDMpwlMolJZOFntUG2uwyj7DAqw==", "hasInstallScript": true, "funding": { "type": "opencollective", @@ -19376,9 +19376,9 @@ "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=" }, "core-js": { - "version": "3.23.5", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.23.5.tgz", - "integrity": "sha512-7Vh11tujtAZy82da4duVreQysIoO2EvVrur7y6IzZkH1IHPSekuDi8Vuw1+YKjkbfWLRD7Nc9ICQ/sIUDutcyg==" + "version": "3.28.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.28.0.tgz", + "integrity": "sha512-GiZn9D4Z/rSYvTeg1ljAIsEqFm0LaN9gVtwDCrKL80zHtS31p9BAjmTxVqTQDMpwlMolJZOFntUG2uwyj7DAqw==" }, "core-js-compat": { "version": "3.19.1", diff --git a/package.json b/package.json index ca69d7b..04e06ff 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@nuxtjs/google-analytics": "^2.4.0", "@nuxtjs/pwa": "^3.3.5", "@nuxtjs/sitemap": "^2.4.0", - "core-js": "^3.23.5", + "core-js": "^3.28.0", "nuxt": "^2.14.0", "nuxt-i18n": "^6.28.0" },