From c2790cd6ede6d2a85757862aba27d734bfdf7015 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Apr 2022 11:19:59 +0000 Subject: [PATCH] chore(deps-dev): bump core-js from 3.22.0 to 3.22.1 (#502) Bumps [core-js](https://github.com/zloirock/core-js) from 3.22.0 to 3.22.1. - [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.0...v3.22.1) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index cbf5396..38337f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5614,9 +5614,9 @@ "dev": true }, "core-js": { - "version": "3.22.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.22.0.tgz", - "integrity": "sha512-8h9jBweRjMiY+ORO7bdWSeWfHhLPO7whobj7Z2Bl0IDo00C228EdGgH7FE4jGumbEjzcFfkfW8bXgdkEDhnwHQ==", + "version": "3.22.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.22.1.tgz", + "integrity": "sha512-l6CwCLq7XgITOQGhv1dIUmwCFoqFjyQ6zQHUCQlS0xKmb9d6OHIg8jDiEoswhaettT21BSF5qKr6kbvE+aKwxw==", "dev": true }, "core-js-compat": { diff --git a/package.json b/package.json index 3356055..73ae9ef 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@typescript-eslint/eslint-plugin": ">=4.33.0", "@typescript-eslint/parser": ">=4.33.0", "chromedriver": "^100.0.0", - "core-js": "^3.22.0", + "core-js": "^3.22.1", "eslint": "^7.32.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-jest": "^26.1.4",