From 0d3c10df2f47bac6cbb1bef733582944f4da7806 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 00:17:29 +0000 Subject: [PATCH] fix(deps): bump core-js from 3.20.3 to 3.23.0 Bumps [core-js](https://github.com/zloirock/core-js) from 3.20.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.20.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-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 79360b7..1628b85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@nuxtjs/axios": "^5.13.6", "@nuxtjs/google-gtag": "^1.0.4", "@nuxtjs/pwa": "^3.3.5", - "core-js": "^3.20.3", + "core-js": "^3.23.0", "is-svg": ">=4.3.2", "nuxt": "^2.15.8" }, @@ -4436,9 +4436,9 @@ } }, "node_modules/core-js": { - "version": "3.20.3", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.20.3.tgz", - "integrity": "sha512-vVl8j8ph6tRS3B8qir40H7yw7voy17xL0piAjlbBUsH7WIfzoedL/ZOr1OV9FyZQLWXsayOJyV4tnRyXR85/ag==", + "version": "3.23.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.23.0.tgz", + "integrity": "sha512-v2/hZoRcRrvQiBoGsHwmRdr+S4oICKcjA6xb2qjVurin6TpcDC1X2CIDa8rdu/d5n8RT/Sdoos2IlnpQ1rXs5A==", "hasInstallScript": true, "funding": { "type": "opencollective", @@ -17206,9 +17206,9 @@ "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=" }, "core-js": { - "version": "3.20.3", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.20.3.tgz", - "integrity": "sha512-vVl8j8ph6tRS3B8qir40H7yw7voy17xL0piAjlbBUsH7WIfzoedL/ZOr1OV9FyZQLWXsayOJyV4tnRyXR85/ag==" + "version": "3.23.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.23.0.tgz", + "integrity": "sha512-v2/hZoRcRrvQiBoGsHwmRdr+S4oICKcjA6xb2qjVurin6TpcDC1X2CIDa8rdu/d5n8RT/Sdoos2IlnpQ1rXs5A==" }, "core-js-compat": { "version": "3.16.1", diff --git a/package.json b/package.json index 503cedc..4e4efad 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@nuxtjs/axios": "^5.13.6", "@nuxtjs/google-gtag": "^1.0.4", "@nuxtjs/pwa": "^3.3.5", - "core-js": "^3.20.3", + "core-js": "^3.23.0", "is-svg": ">=4.3.2", "nuxt": "^2.15.8" },