From 0ead0ec161df37d9faa981e5a00cd7dd579cbcb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 16:04:24 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 15.4.3 to 15.5.2 Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.4.3 to 15.5.2. - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](https://github.com/lint-staged/lint-staged/compare/v15.4.3...v15.5.2) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 15.5.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",