diff --git a/report-viewer/package-lock.json b/report-viewer/package-lock.json index c49a092f4..59e9b37a2 100644 --- a/report-viewer/package-lock.json +++ b/report-viewer/package-lock.json @@ -38,7 +38,7 @@ "autoprefixer": "^10.4.19", "eslint": "^8.57.0", "eslint-plugin-vue": "^9.27.0", - "husky": "^9.0.11", + "husky": "^9.1.4", "jsdom": "^24.1.1", "lint-staged": "^15.2.7", "npm-run-all": "^4.1.5", @@ -3500,12 +3500,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.4", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.4.tgz", + "integrity": "sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA==", "dev": true, "bin": { - "husky": "bin.mjs" + "husky": "bin.js" }, "engines": { "node": ">=18" diff --git a/report-viewer/package.json b/report-viewer/package.json index f66642f03..c91bf1726 100644 --- a/report-viewer/package.json +++ b/report-viewer/package.json @@ -49,7 +49,7 @@ "autoprefixer": "^10.4.19", "eslint": "^8.57.0", "eslint-plugin-vue": "^9.27.0", - "husky": "^9.0.11", + "husky": "^9.1.4", "jsdom": "^24.1.1", "lint-staged": "^15.2.7", "npm-run-all": "^4.1.5",