File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 7
7
"devDependencies" : {
8
8
"@graphql-codegen/cli" : " 2.13.1" ,
9
9
"@graphql-codegen/gql-tag-operations-preset" : " 1.6.0" ,
10
- "gradient-string" : " 2 .0.2 " ,
10
+ "gradient-string" : " 3 .0.0 " ,
11
11
"graphql" : " 16.6.0" ,
12
12
"husky" : " 7.0.4" ,
13
13
"lint-staged" : " 12.5.0" ,
Original file line number Diff line number Diff line change @@ -1754,14 +1754,19 @@ chalk@^2.0.0:
1754
1754
escape-string-regexp "^1.0.5"
1755
1755
supports-color "^5.3.0"
1756
1756
1757
- chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2 :
1757
+ chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1 :
1758
1758
version "4.1.2"
1759
1759
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
1760
1760
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
1761
1761
dependencies :
1762
1762
ansi-styles "^4.1.0"
1763
1763
supports-color "^7.1.0"
1764
1764
1765
+ chalk@^5.3.0 :
1766
+ version "5.4.1"
1767
+ resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.4.1.tgz#1b48bf0963ec158dce2aacf69c093ae2dd2092d8"
1768
+ integrity sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==
1769
+
1765
1770
change-case-all@1.0.14 :
1766
1771
version "1.0.14"
1767
1772
resolved "https://registry.yarnpkg.com/change-case-all/-/change-case-all-1.0.14.tgz#bac04da08ad143278d0ac3dda7eccd39280bfba1"
@@ -2792,12 +2797,12 @@ globby@^11.0.3, globby@^11.1.0:
2792
2797
merge2 "^1.4.1"
2793
2798
slash "^3.0.0"
2794
2799
2795
- gradient-string@2 .0.2 :
2796
- version "2 .0.2 "
2797
- resolved "https://registry.yarnpkg.com/gradient-string/-/gradient-string-2 .0.2 .tgz#a90402618990ec993ecbb72a56bd7e6598f45c0e "
2798
- integrity sha512-rEDCuqUQ4tbD78TpzsMtt5OIf0cBCSDWSJtUDaF6JsAh+k0v9r++NzxNEG87oDZx9ZwGhD8DaezR2L/yrw0Jdw ==
2800
+ gradient-string@3 .0.0 :
2801
+ version "3 .0.0 "
2802
+ resolved "https://registry.yarnpkg.com/gradient-string/-/gradient-string-3 .0.0 .tgz#716d6d6f35309513fa92d38f506c6df0ce1f5ebb "
2803
+ integrity sha512-frdKI4Qi8Ihp4C6wZNB565de/THpIaw3DjP5ku87M+N9rNSGmPTjfkq61SdRXB7eCaL8O1hkKDvf6CDMtOzIAg ==
2799
2804
dependencies :
2800
- chalk "^4.1.2 "
2805
+ chalk "^5.3.0 "
2801
2806
tinygradient "^1.1.5"
2802
2807
2803
2808
grapheme-splitter@^1.0.4 :
You can’t perform that action at this time.
0 commit comments