From d3f3db5abbd49a40f26fbf78227ab898829107f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 01:23:34 +0000 Subject: [PATCH] build(deps-dev): bump lint-staged from 17.1.1 to 17.2.0 Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 17.1.1 to 17.2.0. - [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/v17.1.1...v17.2.0) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 17.2.0 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 ba49fd4..e487b48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "globals": "17.7.0", "husky": "9.1.7", "jest": "30.4.2", - "lint-staged": "17.1.1", + "lint-staged": "17.2.0", "prettier": "3.9.6", "ts-jest": "29.4.12", "ts-node": "10.9.2", @@ -6071,9 +6071,9 @@ "license": "MIT" }, "node_modules/lint-staged": { - "version": "17.1.1", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.1.1.tgz", - "integrity": "sha512-FnHWpSe5cPRtrDG+soOuNdBxb4XQb2gN5EqpEWKdweyqyOfpl4QSjbrz3ilcIf0WXmkiNQGZZRQ23R5YtB3TEw==", + "version": "17.2.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.2.0.tgz", + "integrity": "sha512-FchGnFe4i4B1C/a35SPU9bNGPEHSC1+1iV0plLjzBmKVe9klZrlRfSgK6Cw4VeHyqOXbJUXP0vON61uRftNQ0A==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 235faad..328f135 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "globals": "17.7.0", "husky": "9.1.7", "jest": "30.4.2", - "lint-staged": "17.1.1", + "lint-staged": "17.2.0", "prettier": "3.9.6", "ts-jest": "29.4.12", "ts-node": "10.9.2",