diff --git a/package-lock.json b/package-lock.json index 6a3309b..de70ad4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "axios-mock-adapter": "1.22.0", "babel-plugin-react-intl": "8.2.25", "glob": "10.4.5", - "husky": "9.0.11", + "husky": "9.1.1", "jest": "^29.7.0", "resize-observer-polyfill": "^1.5.1", "rosie": "2.1.1" @@ -12600,12 +12600,13 @@ } }, "node_modules/husky": { - "version": "9.0.11", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.11.tgz", - "integrity": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.1.tgz", + "integrity": "sha512-fCqlqLXcBnXa/TJXmT93/A36tJsjdJkibQ1MuIiFyCCYUlpYpIaj2mv1w+3KR6Rzu1IC3slFTje5f6DUp2A2rg==", "dev": true, + "license": "MIT", "bin": { - "husky": "bin.mjs" + "husky": "bin.js" }, "engines": { "node": ">=18" diff --git a/package.json b/package.json index 14e3320..85c7acc 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "axios-mock-adapter": "1.22.0", "babel-plugin-react-intl": "8.2.25", "glob": "10.4.5", - "husky": "9.0.11", + "husky": "9.1.1", "jest": "^29.7.0", "resize-observer-polyfill": "^1.5.1", "rosie": "2.1.1"