From 270c6728b71c6f7ee7b88669c9390ecba3f3487e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 15:12:45 +0000 Subject: [PATCH] deps(ci)(deps-dev): bump lint-staged Bumps the all-root-tooling group with 1 update in the / directory: [lint-staged](https://github.com/lint-staged/lint-staged). Updates `lint-staged` from 17.0.5 to 17.0.7 - [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.0.5...v17.0.7) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 17.0.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-root-tooling ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 ++++++++++--------- package.json | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1e7b65c..666b53c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,12 +7,13 @@ "": { "name": "worknest", "version": "1.0.0", + "license": "UNLICENSED", "devDependencies": { "@commitlint/cli": "19.8.1", "@commitlint/config-conventional": "19.8.1", "@playwright/test": "^1.49.1", "husky": "^9.1.7", - "lint-staged": "^17.0.5", + "lint-staged": "^17.0.7", "prettier": "^3.4.2", "prettier-plugin-tailwindcss": "^0.8.0" }, @@ -1080,16 +1081,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.7", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.0.7.tgz", + "integrity": "sha512-JrSobt+tW3rH8IOMi8tDZd3foorM5yPEkLD/V2NxobgHrFfHWGee4MOLVuZeScgxftEwbHrPHIFA/ZL+nUJeuA==", "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.4" }, "bin": { "lint-staged": "bin/lint-staged.js" @@ -1101,7 +1102,7 @@ "url": "https://opencollective.com/lint-staged" }, "optionalDependencies": { - "yaml": "^2.8.4" + "yaml": "^2.9.0" } }, "node_modules/listr2": { @@ -1717,9 +1718,9 @@ "license": "MIT" }, "node_modules/tinyexec": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.1.2.tgz", - "integrity": "sha512-dAqSqE/RabpBKI8+h26GfLq6Vb3JVXs30XYQjdMjaj/c2tS8IYYMbIzP599KtRj7c57/wYApb3QjgRgXmrCukA==", + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.2.4.tgz", + "integrity": "sha512-SHf/r48b7vOrjve9PxJo3MN5v5yuyjHvdUcrQffT3WXMUfnGmHDVbC4k3sHJaJTgZCwpUplIaAo5ANtMyp3YHg==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index eeecd3a..4755f98 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@commitlint/config-conventional": "19.8.1", "@playwright/test": "^1.49.1", "husky": "^9.1.7", - "lint-staged": "^17.0.5", + "lint-staged": "^17.0.7", "prettier": "^3.4.2", "prettier-plugin-tailwindcss": "^0.8.0" }