From b73effc279bfe1dfadb0c771a43dee4e23d14e3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 02:00:14 +0000 Subject: [PATCH] fix(deps): bump core-js from 3.25.0 to 3.25.4 Bumps [core-js](https://github.com/zloirock/core-js) from 3.25.0 to 3.25.4. - [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.4) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-patch ... 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 7f1d438..040def8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@nuxtjs/pwa": "^3.3.5", "anchor-link": "^2.1.4", "anchor-link-browser-transport": "^2.1.3", - "core-js": "^3.19.3", + "core-js": "^3.25.4", "nuxt": "^2.15.8", "vue": "^2.6.14", "vue-server-renderer": "^2.6.14", @@ -6548,9 +6548,9 @@ } }, "node_modules/core-js": { - "version": "3.25.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.25.0.tgz", - "integrity": "sha512-CVU1xvJEfJGhyCpBrzzzU1kjCfgsGUxhEvwUV2e/cOedYWHdmluamx+knDnmhqALddMG16fZvIqvs9aijsHHaA==", + "version": "3.25.4", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.25.4.tgz", + "integrity": "sha512-JDLxg61lFPFYQ7U0HKoyKwVUV63VbbVTb/K73Yf+k4Mf4ZBZxCjfyrWZjTk1ZM7ZrgFSqhSIOmuzYAxG2f/reQ==", "hasInstallScript": true, "funding": { "type": "opencollective", @@ -24969,9 +24969,9 @@ "integrity": "sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw==" }, "core-js": { - "version": "3.25.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.25.0.tgz", - "integrity": "sha512-CVU1xvJEfJGhyCpBrzzzU1kjCfgsGUxhEvwUV2e/cOedYWHdmluamx+knDnmhqALddMG16fZvIqvs9aijsHHaA==" + "version": "3.25.4", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.25.4.tgz", + "integrity": "sha512-JDLxg61lFPFYQ7U0HKoyKwVUV63VbbVTb/K73Yf+k4Mf4ZBZxCjfyrWZjTk1ZM7ZrgFSqhSIOmuzYAxG2f/reQ==" }, "core-js-compat": { "version": "3.25.0", diff --git a/package.json b/package.json index a2e4aef..2d107e5 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@nuxtjs/pwa": "^3.3.5", "anchor-link": "^2.1.4", "anchor-link-browser-transport": "^2.1.3", - "core-js": "^3.19.3", + "core-js": "^3.25.4", "nuxt": "^2.15.8", "vue": "^2.6.14", "vue-server-renderer": "^2.6.14",