From 3ea337ce155ffa854a5e9ed0d5d29f8d76e3c1e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 14:10:36 +0000 Subject: [PATCH] chore(deps): update dependency lint-staged to v15.3.0 --- package-lock.json | 23 ++++++++++++++++++----- package.json | 2 +- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9b758a5..0c33bf6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "expect-type": "1.1.0", "husky": "9.1.7", "knip": "5.41.1", - "lint-staged": "15.2.11", + "lint-staged": "15.3.0", "markdownlint-cli2": "0.17.0", "markdownlint-cli2-formatter-pretty": "0.0.7", "npm-run-all2": "7.0.2", @@ -5616,13 +5616,13 @@ } }, "node_modules/lint-staged": { - "version": "15.2.11", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.11.tgz", - "integrity": "sha512-Ev6ivCTYRTGs9ychvpVw35m/bcNDuBN+mnTeObCL5h+boS5WzBEC6LHI4I9F/++sZm1m+J2LEiy0gxL/R9TBqQ==", + "version": "15.3.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.3.0.tgz", + "integrity": "sha512-vHFahytLoF2enJklgtOtCtIjZrKD/LoxlaUusd5nh7dWv/dkKQJY74ndFSzxCdv7g0ueGg1ORgTSt4Y9LPZn9A==", "dev": true, "license": "MIT", "dependencies": { - "chalk": "~5.3.0", + "chalk": "~5.4.1", "commander": "~12.1.0", "debug": "~4.4.0", "execa": "~8.0.1", @@ -5643,6 +5643,19 @@ "url": "https://opencollective.com/lint-staged" } }, + "node_modules/lint-staged/node_modules/chalk": { + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz", + "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^12.17.0 || ^14.13 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, "node_modules/listr2": { "version": "8.2.5", "resolved": "https://registry.npmjs.org/listr2/-/listr2-8.2.5.tgz", diff --git a/package.json b/package.json index c492fb3..fc678f9 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "expect-type": "1.1.0", "husky": "9.1.7", "knip": "5.41.1", - "lint-staged": "15.2.11", + "lint-staged": "15.3.0", "markdownlint-cli2": "0.17.0", "markdownlint-cli2-formatter-pretty": "0.0.7", "npm-run-all2": "7.0.2",