diff --git a/experiences/package-lock.json b/experiences/package-lock.json index bf367f16f..ef30d6208 100644 --- a/experiences/package-lock.json +++ b/experiences/package-lock.json @@ -55,7 +55,7 @@ "eslint-plugin-vue": "^9.1.1", "file-loader": "^6.2.0", "html-webpack-plugin": "4.5.2", - "husky": "^8.0.1", + "husky": "^8.0.3", "jest": "^27.3.1", "lint-staged": "^13.0.3", "npm-run-all": "^4.1.5", @@ -12094,9 +12094,9 @@ } }, "node_modules/husky": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.2.tgz", - "integrity": "sha512-Tkv80jtvbnkK3mYWxPZePGFpQ/tT3HNSs/sasF9P2YfkMezDl3ON37YN6jUUI4eTg5LcyVynlb6r4eyvOmspvg==", + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", + "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", "dev": true, "bin": { "husky": "lib/bin.js" @@ -33664,9 +33664,9 @@ "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==" }, "husky": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.2.tgz", - "integrity": "sha512-Tkv80jtvbnkK3mYWxPZePGFpQ/tT3HNSs/sasF9P2YfkMezDl3ON37YN6jUUI4eTg5LcyVynlb6r4eyvOmspvg==", + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", + "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", "dev": true }, "iconv-lite": { diff --git a/experiences/package.json b/experiences/package.json index 1fad5c29e..bcf9696ca 100644 --- a/experiences/package.json +++ b/experiences/package.json @@ -115,7 +115,7 @@ "eslint-plugin-vue": "^9.1.1", "file-loader": "^6.2.0", "html-webpack-plugin": "4.5.2", - "husky": "^8.0.1", + "husky": "^8.0.3", "jest": "^27.3.1", "lint-staged": "^13.0.3", "npm-run-all": "^4.1.5",