diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index b755a2c..b66f3dd 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -28,8 +28,8 @@ "devDependencies": { "@babel/core": "^7.23.0", "@babel/preset-env": "^7.22.20", - "@commitlint/config-conventional": "^19.2.2", "@commitlint/cli": "^19.3.0", + "@commitlint/config-conventional": "^19.2.2", "@jest/types": "^29.6.3", "@semantic-release/changelog": "^6.0.3", "@semantic-release/commit-analyzer": "^11.0.0-beta.4", @@ -8312,12 +8312,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.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz", + "integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==", "dev": true, + "license": "MIT", "bin": { - "husky": "bin.mjs" + "husky": "bin.js" }, "engines": { "node": ">=18"