diff --git a/package-lock.json b/package-lock.json index 4a098f4..86c6306 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@prettier/plugin-xml": "^3.2.2", "highlightjs-apex": "^1.3.3", - "husky": "^9.0.6", + "husky": "^9.0.7", "lint-staged": "^15.2.0", "marked": "^11.1.1", "prettier": "^3.2.4", @@ -404,9 +404,9 @@ } }, "node_modules/husky": { - "version": "9.0.6", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.6.tgz", - "integrity": "sha512-EEuw/rfTiMjOfuL7pGO/i9otg1u36TXxqjIA6D9qxVjd/UXoDOsLor/BSFf5hTK50shwzCU3aVVwdXDp/lp7RA==", + "version": "9.0.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.7.tgz", + "integrity": "sha512-vWdusw+y12DUEeoZqW1kplOFqk3tedGV8qlga8/SF6a3lOiWLqGZZQvfWvY0fQYdfiRi/u1DFNpudTSV9l1aCg==", "dev": true, "bin": { "husky": "bin.js" diff --git a/package.json b/package.json index c90ff83..85531d6 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "devDependencies": { "@prettier/plugin-xml": "^3.2.2", "highlightjs-apex": "^1.3.3", - "husky": "^9.0.6", + "husky": "^9.0.7", "lint-staged": "^15.2.0", "marked": "^11.1.1", "prettier": "^3.2.4",