diff --git a/package-lock.json b/package-lock.json index 2f849de80..2b53475e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "eslint-plugin-json-format": "2.0.1", "eslint-plugin-mocha": "10.2.0", "globby": "11.1.0", - "husky": "9.0.6", + "husky": "9.0.10", "netlify-plugin-cypress": "2.2.1", "semantic-release": "19.0.5", "start-server-and-test": "2.0.3", @@ -4110,12 +4110,12 @@ } }, "node_modules/husky": { - "version": "9.0.6", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.6.tgz", - "integrity": "sha512-EEuw/rfTiMjOfuL7pGO/i9otg1u36TXxqjIA6D9qxVjd/UXoDOsLor/BSFf5hTK50shwzCU3aVVwdXDp/lp7RA==", + "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": "bin.js" + "husky": "bin.mjs" }, "engines": { "node": ">=18" diff --git a/package.json b/package.json index 7b3e21137..d0cfa1cdf 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "eslint-plugin-json-format": "2.0.1", "eslint-plugin-mocha": "10.2.0", "globby": "11.1.0", - "husky": "9.0.6", + "husky": "9.0.10", "netlify-plugin-cypress": "2.2.1", "semantic-release": "19.0.5", "start-server-and-test": "2.0.3",