diff --git a/package-lock.json b/package-lock.json index 09632c29aa5..d1356442a05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "husky": "9.0.11", "inquirer": "^9.2.23", "jscpd": "^4.0.4", - "lint-staged": "^15.2.5", + "lint-staged": "^15.2.6", "markdownlint-cli": "^0.41.0", "npm-run-all": "4.1.5", "postcss": "^8.4.38", @@ -19456,9 +19456,9 @@ } }, "node_modules/lint-staged": { - "version": "15.2.5", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.5.tgz", - "integrity": "sha512-j+DfX7W9YUvdzEZl3Rk47FhDF6xwDBV5wwsCPw6BwWZVPYJemusQmvb9bRsW23Sqsaa+vRloAWogbK4BUuU2zA==", + "version": "15.2.6", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.6.tgz", + "integrity": "sha512-M/3PdijFXT/A5lnbSK3EQNLbIIrkE00JZaD39r7t4kfFOqT1Ly9LgSZSMMtvQ3p2/C8Nyj/ou0vkNHmEwqoB8g==", "dev": true, "dependencies": { "chalk": "~5.3.0", diff --git a/package.json b/package.json index 985db310d6f..f5080c1f12e 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "husky": "9.0.11", "inquirer": "^9.2.23", "jscpd": "^4.0.4", - "lint-staged": "^15.2.5", + "lint-staged": "^15.2.6", "markdownlint-cli": "^0.41.0", "npm-run-all": "4.1.5", "postcss": "^8.4.38",