Skip to content

Commit cdfc3ed

Browse files
chore: update dependency lint-staged to v15.3.0 (#4227)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 626f04b commit cdfc3ed

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"globals": "^15.13.0",
102102
"husky": "^9.1.5",
103103
"lerna": "^6.0.0",
104-
"lint-staged": "15.2.11",
104+
"lint-staged": "15.3.0",
105105
"prettier": "^2.8.8",
106106
"typescript": "^5.2.2",
107107
"vitepress": "^1.3.4",

yarn.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3181,11 +3181,16 @@ chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.1:
31813181
ansi-styles "^4.1.0"
31823182
supports-color "^7.1.0"
31833183

3184-
chalk@^5.3.0, chalk@~5.3.0:
3184+
chalk@^5.3.0:
31853185
version "5.3.0"
31863186
resolved "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz"
31873187
integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
31883188

3189+
chalk@~5.4.1:
3190+
version "5.4.1"
3191+
resolved "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz#1b48bf0963ec158dce2aacf69c093ae2dd2092d8"
3192+
integrity sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==
3193+
31893194
character-entities-html4@^2.0.0:
31903195
version "2.1.0"
31913196
resolved "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz#1f1adb940c971a4b22ba39ddca6b618dc6e56b2b"
@@ -5834,12 +5839,12 @@ lines-and-columns@~2.0.3:
58345839
resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-2.0.3.tgz"
58355840
integrity sha512-cNOjgCnLB+FnvWWtyRTzmB3POJ+cXxTA81LoW7u8JdmhfXzriropYwpjShnz1QLLWsQwY7nIxoDmcPTwphDK9w==
58365841

5837-
lint-staged@15.2.11:
5838-
version "15.2.11"
5839-
resolved "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.11.tgz#e88440982f4a4c1d55a9a7a839259ec3806bd81b"
5840-
integrity sha512-Ev6ivCTYRTGs9ychvpVw35m/bcNDuBN+mnTeObCL5h+boS5WzBEC6LHI4I9F/++sZm1m+J2LEiy0gxL/R9TBqQ==
5842+
lint-staged@15.3.0:
5843+
version "15.3.0"
5844+
resolved "https://registry.npmjs.org/lint-staged/-/lint-staged-15.3.0.tgz#32a0b3f2f2b8825950bd3b9fb093e045353bdfa3"
5845+
integrity sha512-vHFahytLoF2enJklgtOtCtIjZrKD/LoxlaUusd5nh7dWv/dkKQJY74ndFSzxCdv7g0ueGg1ORgTSt4Y9LPZn9A==
58415846
dependencies:
5842-
chalk "~5.3.0"
5847+
chalk "~5.4.1"
58435848
commander "~12.1.0"
58445849
debug "~4.4.0"
58455850
execa "~8.0.1"

0 commit comments

Comments
 (0)