From 8bc8a345598b31a3daefe3663f8b3b65593a4414 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 18:33:17 +0000 Subject: [PATCH] chore: bump husky from 8.0.3 to 9.0.10 Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.10. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v8.0.3...v9.0.10) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index b2aafe1a..a7d6cb2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "eslint": "^8.25.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-react": "^7.31.9", - "husky": "^8.0.0", + "husky": "^9.0.10", "lerna": "^8.0.1", "lint-staged": "^15.1.0", "prettier": "^3.0.3", @@ -13032,15 +13032,15 @@ "dev": true }, "node_modules/husky": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", - "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", + "version": "9.0.10", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.10.tgz", + "integrity": "sha512-TQGNknoiy6bURzIO77pPRu+XHi6zI7T93rX+QnJsoYFf3xdjKOur+IlfqzJGMHIK/wXrLg+GsvMs8Op7vI2jVA==", "dev": true, "bin": { - "husky": "lib/bin.js" + "husky": "bin.mjs" }, "engines": { - "node": ">=14" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/typicode" @@ -26201,7 +26201,7 @@ "dependencies": { "@axe-core/webdriverjs": "^4.8.4", "axe-core": "~4.8.4", - "chromedriver": "latest", + "chromedriver": "*", "colors": "^1.4.0", "commander": "^9.4.1", "selenium-webdriver": "~4.17.0" @@ -26359,7 +26359,7 @@ "async-listen": "^3.0.1", "axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1", "chai": "^4.3.6", - "chromedriver": "latest", + "chromedriver": "*", "cross-dirname": "^0.1.0", "delay": "^5.0.0", "devtools": "^8.27.2", @@ -26394,7 +26394,7 @@ "async-listen": "^3.0.1", "axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1", "chai": "^4.3.6", - "chromedriver": "latest", + "chromedriver": "*", "express": "^4.18.2", "mocha": "^10.0.0", "nyc": "^15.1.0", diff --git a/package.json b/package.json index 9592f07c..2f4ea59b 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "eslint": "^8.25.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-react": "^7.31.9", - "husky": "^8.0.0", + "husky": "^9.0.10", "lerna": "^8.0.1", "lint-staged": "^15.1.0", "prettier": "^3.0.3",