diff --git a/package-lock.json b/package-lock.json index a51f12b92..c04690207 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "hds-design-tokens": "^3.3.0", "hds-react": "^3.3.0", "html-react-parser": "^5.0.11", - "husky": "^8.0.0", + "husky": "^9.0.0", "hyphenopoly": "^5.0.0", "jotai": "^2.6.0", "luxon": "^3.3.0", @@ -10243,15 +10243,15 @@ } }, "node_modules/husky": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.1.tgz", - "integrity": "sha512-xs7/chUH/CKdOCs7Zy0Aev9e/dKOMZf3K1Az1nar3tzlv0jfqnYtu235bstsWTmXOR0EfINrPa97yy4Lz6RiKw==", + "version": "9.0.11", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.11.tgz", + "integrity": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==", "dev": true, "bin": { - "husky": "lib/bin.js" + "husky": "bin.mjs" }, "engines": { - "node": ">=14" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/typicode" diff --git a/package.json b/package.json index e7f81028d..a233d2452 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "hds-design-tokens": "^3.3.0", "hds-react": "^3.3.0", "html-react-parser": "^5.0.11", - "husky": "^8.0.0", + "husky": "^9.0.0", "hyphenopoly": "^5.0.0", "jotai": "^2.6.0", "luxon": "^3.3.0",