diff --git a/ui/package-lock.json b/ui/package-lock.json index 08fc2a53..9ec212b3 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -49,7 +49,7 @@ "eslint-plugin-react-hooks": "^4.6.2", "file-loader": "^6.2.0", "html-webpack-plugin": "^5.6.0", - "husky": "^9.1.0", + "husky": "^9.1.1", "imagemin": "^9.0.0", "jest": "^27.5.1", "mini-css-extract-plugin": "^2.9.0", @@ -7588,9 +7588,9 @@ } }, "node_modules/husky": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.0.tgz", - "integrity": "sha512-8XCjbomYTGdNF2h50dio3T3zghmZ9f/ZNzr99YwSkvDdhEjJGs5qzy8tbFx+SG8yCx2wn9nMVfZxVrr/yT8gNQ==", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.1.tgz", + "integrity": "sha512-fCqlqLXcBnXa/TJXmT93/A36tJsjdJkibQ1MuIiFyCCYUlpYpIaj2mv1w+3KR6Rzu1IC3slFTje5f6DUp2A2rg==", "dev": true, "bin": { "husky": "bin.js" @@ -21166,9 +21166,9 @@ "dev": true }, "husky": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.0.tgz", - "integrity": "sha512-8XCjbomYTGdNF2h50dio3T3zghmZ9f/ZNzr99YwSkvDdhEjJGs5qzy8tbFx+SG8yCx2wn9nMVfZxVrr/yT8gNQ==", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.1.tgz", + "integrity": "sha512-fCqlqLXcBnXa/TJXmT93/A36tJsjdJkibQ1MuIiFyCCYUlpYpIaj2mv1w+3KR6Rzu1IC3slFTje5f6DUp2A2rg==", "dev": true }, "iconv-lite": { diff --git a/ui/package.json b/ui/package.json index fad22260..3278c3d6 100644 --- a/ui/package.json +++ b/ui/package.json @@ -41,7 +41,7 @@ "eslint-plugin-react-hooks": "^4.6.2", "file-loader": "^6.2.0", "html-webpack-plugin": "^5.6.0", - "husky": "^9.1.0", + "husky": "^9.1.1", "imagemin": "^9.0.0", "jest": "^27.5.1", "mini-css-extract-plugin": "^2.9.0",