From 72505954a91cfc3c1ab17e80a557663fe9fecd63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 18:11:51 +0000 Subject: [PATCH] chore(deps): update dependency lint-staged to v17.0.6 --- commafeed-client/package-lock.json | 12 ++++++------ commafeed-client/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index db4c065e..6d7fd597 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -64,7 +64,7 @@ "babel-plugin-react-compiler": "1.0.0", "husky": "9.1.7", "jsdom": "29.1.1", - "lint-staged": "17.0.5", + "lint-staged": "17.0.6", "typescript": "6.0.3", "vite": "8.0.14", "vite-plugin-checker": "0.14.1", @@ -4324,16 +4324,16 @@ "license": "MIT" }, "node_modules/lint-staged": { - "version": "17.0.5", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.0.5.tgz", - "integrity": "sha512-d12yC+/e8RhBjZtaxZn71FyrgU/P5e+uAPifhCLwdosQZP/zamSdKRWDC30ocVIbzDKiFG1McHc/LUgB92GIPw==", + "version": "17.0.6", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.0.6.tgz", + "integrity": "sha512-xTowloQX5tfs9TC6SUHnKuBSx/TUx+9w39zRTbVrB70DxUJZh3OZWnOa0LbejxVX9adYuioGJoP4dpQ04QHehg==", "dev": true, "license": "MIT", "dependencies": { "listr2": "^10.2.1", "picomatch": "^4.0.4", "string-argv": "^0.3.2", - "tinyexec": "^1.1.2" + "tinyexec": "1.2.2" }, "bin": { "lint-staged": "bin/lint-staged.js" @@ -4345,7 +4345,7 @@ "url": "https://opencollective.com/lint-staged" }, "optionalDependencies": { - "yaml": "^2.8.4" + "yaml": "^2.9.0" } }, "node_modules/listr2": { diff --git a/commafeed-client/package.json b/commafeed-client/package.json index 1ea3c8ee..98b84bbc 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -72,7 +72,7 @@ "babel-plugin-react-compiler": "1.0.0", "husky": "9.1.7", "jsdom": "29.1.1", - "lint-staged": "17.0.5", + "lint-staged": "17.0.6", "typescript": "6.0.3", "vite": "8.0.14", "vite-plugin-checker": "0.14.1",