From 121728ffa588a822cb3504e7253f0aeb7302d834 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 18:36:01 +0000 Subject: [PATCH] deps: Bump lint-staged from 17.3.0 to 17.4.1 Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 17.3.0 to 17.4.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.3.0...v17.4.1) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 17.4.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++++++------ package.json | 2 +- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index d593cf506..13be68caa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -119,7 +119,7 @@ "husky": "^9.1.7", "jscpd": "5.0.16", "jsdom": "^29.1.1", - "lint-staged": "^17.3.0", + "lint-staged": "^17.4.1", "node-fetch": "^3.3.2", "pg": "^8.23.0", "playwright": "^1.62.1", @@ -11408,13 +11408,15 @@ "license": "MIT" }, "node_modules/lint-staged": { - "version": "17.3.0", + "version": "17.4.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.4.1.tgz", + "integrity": "sha512-FmJeudcalbSfg1du+JCfvi5vS6Qt08KgbfLWiHinbef+2JJwUZwAWVoaO1AcJVUTWPfk0t30PMQNwPAeCzYQ+Q==", "dev": true, "license": "MIT", "dependencies": { - "picomatch": "^4.0.5", + "picomatch": "^4.0.7", "string-argv": "^0.3.2", - "tinyexec": "^1.2.4" + "tinyexec": "^1.3.0" }, "bin": { "lint-staged": "bin/lint-staged.js" @@ -11430,7 +11432,9 @@ } }, "node_modules/lint-staged/node_modules/picomatch": { - "version": "4.0.5", + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.7.tgz", + "integrity": "sha512-qcJu88Q2IWqJsDD529JKMdwGm/dvInW4HvQnRwiH9JtihJvzGOscDtHE3x1pBKeUOTysQ8kVmLnJ2kJu7yhcGA==", "dev": true, "license": "MIT", "engines": { @@ -15758,7 +15762,9 @@ "license": "MIT" }, "node_modules/tinyexec": { - "version": "1.2.4", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.3.0.tgz", + "integrity": "sha512-QKAl9m8gWWGHV8jZcPeym6j+XULi6tOf1mT83WYJ4Lk2ytW/uwAWkrP0uFsdoYMdueVJ0qs26wZ+23xeB4ibNQ==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 85a491932..2477cac28 100644 --- a/package.json +++ b/package.json @@ -219,7 +219,7 @@ "husky": "^9.1.7", "jscpd": "5.0.16", "jsdom": "^29.1.1", - "lint-staged": "^17.3.0", + "lint-staged": "^17.4.1", "node-fetch": "^3.3.2", "pg": "^8.23.0", "playwright": "^1.62.1",