File tree 2 files changed +12
-7
lines changed
2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 42
42
"eslint-config-airbnb-base" : " 15.0.0" ,
43
43
"eslint-plugin-import" : " 2.31.0" ,
44
44
"husky" : " 9.1.7" ,
45
- "lint-staged" : " 15.2.11 "
45
+ "lint-staged" : " 15.3.0 "
46
46
},
47
47
"dependencies" : {
48
48
"firebase" : " ^9.0.0" ,
Original file line number Diff line number Diff line change @@ -1067,11 +1067,16 @@ chalk@^4.0.0:
1067
1067
ansi-styles "^4.1.0"
1068
1068
supports-color "^7.1.0"
1069
1069
1070
- chalk@^5.3.0, chalk@~5.3.0 :
1070
+ chalk@^5.3.0 :
1071
1071
version "5.3.0"
1072
1072
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
1073
1073
integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
1074
1074
1075
+ chalk@~5.4.1 :
1076
+ version "5.4.1"
1077
+ resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.4.1.tgz#1b48bf0963ec158dce2aacf69c093ae2dd2092d8"
1078
+ integrity sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==
1079
+
1075
1080
cli-cursor@^5.0.0 :
1076
1081
version "5.0.0"
1077
1082
resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-5.0.0.tgz#24a4831ecf5a6b01ddeb32fb71a4b2088b0dce38"
@@ -2714,12 +2719,12 @@ lines-and-columns@^1.1.6:
2714
2719
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
2715
2720
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
2716
2721
2717
- lint-staged@15.2.11 :
2718
- version "15.2.11 "
2719
- resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.2.11 .tgz#e88440982f4a4c1d55a9a7a839259ec3806bd81b "
2720
- integrity sha512-Ev6ivCTYRTGs9ychvpVw35m/bcNDuBN+mnTeObCL5h+boS5WzBEC6LHI4I9F/++sZm1m+J2LEiy0gxL/R9TBqQ ==
2722
+ lint-staged@15.3.0 :
2723
+ version "15.3.0 "
2724
+ resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.3.0 .tgz#32a0b3f2f2b8825950bd3b9fb093e045353bdfa3 "
2725
+ integrity sha512-vHFahytLoF2enJklgtOtCtIjZrKD/LoxlaUusd5nh7dWv/dkKQJY74ndFSzxCdv7g0ueGg1ORgTSt4Y9LPZn9A ==
2721
2726
dependencies :
2722
- chalk "~5.3.0 "
2727
+ chalk "~5.4.1 "
2723
2728
commander "~12.1.0"
2724
2729
debug "~4.4.0"
2725
2730
execa "~8.0.1"
You can’t perform that action at this time.
0 commit comments