From 49b886b9cfca42d3d0b08996cc139926c8f9b714 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 11:58:45 +0000 Subject: [PATCH] chore(deps-dev): bump core-js from 3.22.5 to 3.22.6 (#542) Bumps [core-js](https://github.com/zloirock/core-js) from 3.22.5 to 3.22.6. - [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.5...v3.22.6) --- 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 4cfed1a3..69c8461c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5583,9 +5583,9 @@ "dev": true }, "core-js": { - "version": "3.22.5", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.22.5.tgz", - "integrity": "sha512-VP/xYuvJ0MJWRAobcmQ8F2H6Bsn+s7zqAAjFaHGBMc5AQm7zaelhD1LGduFn2EehEcQcU+br6t+fwbpQ5d1ZWA==", + "version": "3.22.6", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.22.6.tgz", + "integrity": "sha512-2IGcGH00z9I4twgNWU4uGCNEsBFG1s2JudVQrgSCoVhOfwoTwQjxC8aMo9exrpTMOxvobggEpaHnGMmQY4cfBQ==", "dev": true }, "core-js-compat": { diff --git a/package.json b/package.json index 94756124..abf5c1b6 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": "^101.0.0", - "core-js": "^3.22.5", + "core-js": "^3.22.6", "eslint": "^7.32.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-jest": "^26.2.2",