From 679aefa3b532b4f9695bd3ac96133357ba1b3654 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 01:38:10 +0000 Subject: [PATCH] chore(deps): update dependency lint-staged to ^16.1.5 (#5061) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1073cff6f..f0b86d198 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "husky": "9.1.7", "is-ci": "4.1.0", "jest": "27.5.1", - "lint-staged": "^16.1.4", + "lint-staged": "^16.1.5", "lodash": "4.17.21", "minimist": "1.2.8", "prettier": "2.8.8", @@ -10562,12 +10562,12 @@ "dev": true }, "node_modules/lint-staged": { - "version": "16.1.4", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.1.4.tgz", - "integrity": "sha512-xy7rnzQrhTVGKMpv6+bmIA3C0yET31x8OhKBYfvGo0/byeZ6E0BjGARrir3Kg/RhhYHutpsi01+2J5IpfVoueA==", + "version": "16.1.5", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.1.5.tgz", + "integrity": "sha512-uAeQQwByI6dfV7wpt/gVqg+jAPaSp8WwOA8kKC/dv1qw14oGpnpAisY65ibGHUGDUv0rYaZ8CAJZ/1U8hUvC2A==", "dev": true, "dependencies": { - "chalk": "^5.4.1", + "chalk": "^5.5.0", "commander": "^14.0.0", "debug": "^4.4.1", "lilconfig": "^3.1.3", @@ -10576,7 +10576,7 @@ "nano-spawn": "^1.0.2", "pidtree": "^0.6.0", "string-argv": "^0.3.2", - "yaml": "^2.8.0" + "yaml": "^2.8.1" }, "bin": { "lint-staged": "bin/lint-staged.js" @@ -24290,12 +24290,12 @@ "dev": true }, "lint-staged": { - "version": "16.1.4", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.1.4.tgz", - "integrity": "sha512-xy7rnzQrhTVGKMpv6+bmIA3C0yET31x8OhKBYfvGo0/byeZ6E0BjGARrir3Kg/RhhYHutpsi01+2J5IpfVoueA==", + "version": "16.1.5", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.1.5.tgz", + "integrity": "sha512-uAeQQwByI6dfV7wpt/gVqg+jAPaSp8WwOA8kKC/dv1qw14oGpnpAisY65ibGHUGDUv0rYaZ8CAJZ/1U8hUvC2A==", "dev": true, "requires": { - "chalk": "^5.4.1", + "chalk": "^5.5.0", "commander": "^14.0.0", "debug": "^4.4.1", "lilconfig": "^3.1.3", @@ -24304,7 +24304,7 @@ "nano-spawn": "^1.0.2", "pidtree": "^0.6.0", "string-argv": "^0.3.2", - "yaml": "^2.8.0" + "yaml": "^2.8.1" }, "dependencies": { "chalk": { diff --git a/package.json b/package.json index 539ba4007..e8249dfc7 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "husky": "9.1.7", "is-ci": "4.1.0", "jest": "27.5.1", - "lint-staged": "^16.1.4", + "lint-staged": "^16.1.5", "lodash": "4.17.21", "minimist": "1.2.8", "prettier": "2.8.8",