From 682e2452e2b59fe6a1afa792f17ce0af3993901c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 00:05:28 +0000 Subject: [PATCH] chore(deps-dev): bump core-js from 3.22.1 to 3.22.4 Bumps [core-js](https://github.com/zloirock/core-js) from 3.22.1 to 3.22.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.22.1...v3.22.4) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:development 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 825d79b..2978f82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "babel-core": "7.0.0-bridge.0", "babel-eslint": "^10.1.0", "babel-jest": "^27.5.0", - "core-js": "^3.22.1", + "core-js": "^3.22.4", "eslint": "^7.30.0", "eslint-plugin-nuxt": "^3.0.0", "eslint-plugin-vue": "^7.18.0", @@ -6824,9 +6824,9 @@ } }, "node_modules/core-js": { - "version": "3.22.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.22.1.tgz", - "integrity": "sha512-l6CwCLq7XgITOQGhv1dIUmwCFoqFjyQ6zQHUCQlS0xKmb9d6OHIg8jDiEoswhaettT21BSF5qKr6kbvE+aKwxw==", + "version": "3.22.4", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.22.4.tgz", + "integrity": "sha512-1uLykR+iOfYja+6Jn/57743gc9n73EWiOnSJJ4ba3B4fOEYDBv25MagmEZBxTp5cWq4b/KPx/l77zgsp28ju4w==", "dev": true, "hasInstallScript": true, "funding": { @@ -30561,9 +30561,9 @@ "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=" }, "core-js": { - "version": "3.22.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.22.1.tgz", - "integrity": "sha512-l6CwCLq7XgITOQGhv1dIUmwCFoqFjyQ6zQHUCQlS0xKmb9d6OHIg8jDiEoswhaettT21BSF5qKr6kbvE+aKwxw==", + "version": "3.22.4", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.22.4.tgz", + "integrity": "sha512-1uLykR+iOfYja+6Jn/57743gc9n73EWiOnSJJ4ba3B4fOEYDBv25MagmEZBxTp5cWq4b/KPx/l77zgsp28ju4w==", "dev": true }, "core-js-compat": { diff --git a/package.json b/package.json index a20681a..b591687 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "babel-core": "7.0.0-bridge.0", "babel-eslint": "^10.1.0", "babel-jest": "^27.5.0", - "core-js": "^3.22.1", + "core-js": "^3.22.4", "eslint": "^7.30.0", "eslint-plugin-nuxt": "^3.0.0", "eslint-plugin-vue": "^7.18.0",