diff --git a/ui/package-lock.json b/ui/package-lock.json index 63db81cd..08fc2a53 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.0.11", + "husky": "^9.1.0", "imagemin": "^9.0.0", "jest": "^27.5.1", "mini-css-extract-plugin": "^2.9.0", @@ -7588,12 +7588,12 @@ } }, "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.0", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.0.tgz", + "integrity": "sha512-8XCjbomYTGdNF2h50dio3T3zghmZ9f/ZNzr99YwSkvDdhEjJGs5qzy8tbFx+SG8yCx2wn9nMVfZxVrr/yT8gNQ==", "dev": true, "bin": { - "husky": "bin.mjs" + "husky": "bin.js" }, "engines": { "node": ">=18" @@ -21166,9 +21166,9 @@ "dev": true }, "husky": { - "version": "9.0.11", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.11.tgz", - "integrity": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.0.tgz", + "integrity": "sha512-8XCjbomYTGdNF2h50dio3T3zghmZ9f/ZNzr99YwSkvDdhEjJGs5qzy8tbFx+SG8yCx2wn9nMVfZxVrr/yT8gNQ==", "dev": true }, "iconv-lite": { diff --git a/ui/package.json b/ui/package.json index 50560f2d..fad22260 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.0.11", + "husky": "^9.1.0", "imagemin": "^9.0.0", "jest": "^27.5.1", "mini-css-extract-plugin": "^2.9.0",