diff --git a/package-lock.json b/package-lock.json index e34faa8f1b..45af2401ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -113,7 +113,7 @@ "grunt-ts": "6.0.0-beta.22", "husky": "9.1.7", "istanbul": "0.4.5", - "lint-staged": "~15.4.3", + "lint-staged": "~15.5.2", "mocha": "11.1.0", "sinon": "19.0.2", "source-map-support": "0.5.21", @@ -7559,9 +7559,9 @@ } }, "node_modules/lint-staged": { - "version": "15.4.3", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.4.3.tgz", - "integrity": "sha512-FoH1vOeouNh1pw+90S+cnuoFwRfUD9ijY2GKy5h7HS3OR7JVir2N2xrsa0+Twc1B7cW72L+88geG5cW4wIhn7g==", + "version": "15.5.2", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.5.2.tgz", + "integrity": "sha512-YUSOLq9VeRNAo/CTaVmhGDKG+LBtA8KF1X4K5+ykMSwWST1vDxJRB2kv2COgLb1fvpCo+A/y9A0G0znNVmdx4w==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 5b5ccd76bc..c6384c3c71 100644 --- a/package.json +++ b/package.json @@ -151,7 +151,7 @@ "grunt-ts": "6.0.0-beta.22", "husky": "9.1.7", "istanbul": "0.4.5", - "lint-staged": "~15.4.3", + "lint-staged": "~15.5.2", "mocha": "11.1.0", "sinon": "19.0.2", "source-map-support": "0.5.21",