Skip to content

Commit d99e940

Browse files
chore(deps): update dependency gradient-string to v3
1 parent 504560d commit d99e940

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
@@ -7,7 +7,7 @@
77
"devDependencies": {
88
"@graphql-codegen/cli": "2.13.1",
99
"@graphql-codegen/gql-tag-operations-preset": "1.6.0",
10-
"gradient-string": "2.0.2",
10+
"gradient-string": "3.0.0",
1111
"graphql": "16.6.0",
1212
"husky": "7.0.4",
1313
"lint-staged": "12.5.0",

yarn.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1754,14 +1754,19 @@ chalk@^2.0.0:
17541754
escape-string-regexp "^1.0.5"
17551755
supports-color "^5.3.0"
17561756

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:
17581758
version "4.1.2"
17591759
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
17601760
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
17611761
dependencies:
17621762
ansi-styles "^4.1.0"
17631763
supports-color "^7.1.0"
17641764

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+
17651770
change-case-all@1.0.14:
17661771
version "1.0.14"
17671772
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:
27922797
merge2 "^1.4.1"
27932798
slash "^3.0.0"
27942799

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==
27992804
dependencies:
2800-
chalk "^4.1.2"
2805+
chalk "^5.3.0"
28012806
tinygradient "^1.1.5"
28022807

28032808
grapheme-splitter@^1.0.4:

0 commit comments

Comments
 (0)