From 59b9f14e15aaa4d4de51c0e9a1735feb54ed8b26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 16:23:13 +0000 Subject: [PATCH] build(deps-dev): bump lint-staged from 17.1.0 to 17.1.1 Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 17.1.0 to 17.1.1. - [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.0...v17.1.1) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 17.1.1 dependency-type: direct:development update-type: version-update:semver-patch ... 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 7cd16be..b65aeb8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "eslint-plugin-prettier": "5.5.6", "eslint-plugin-simple-import-sort": "14.0.0", "husky": "9.1.7", - "lint-staged": "17.1.0", + "lint-staged": "17.1.1", "prettier": "3.9.6", "ts-node": "10.9.2", "typescript": "6.0.3", @@ -3916,9 +3916,9 @@ "license": "MIT" }, "node_modules/lint-staged": { - "version": "17.1.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.1.0.tgz", - "integrity": "sha512-d7UQRu/9ZPgfu4+hu/k0wny5GEaIxo+2jb2LJqQDkE7cHRTm1HGqNUDq5UOwsGPpjpaNAFmgAsYo3TR+i9cSJw==", + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.1.1.tgz", + "integrity": "sha512-FnHWpSe5cPRtrDG+soOuNdBxb4XQb2gN5EqpEWKdweyqyOfpl4QSjbrz3ilcIf0WXmkiNQGZZRQ23R5YtB3TEw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index c748583..7c5fdb7 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "eslint-plugin-prettier": "5.5.6", "eslint-plugin-simple-import-sort": "14.0.0", "husky": "9.1.7", - "lint-staged": "17.1.0", + "lint-staged": "17.1.1", "prettier": "3.9.6", "ts-node": "10.9.2", "typescript": "6.0.3",