Skip to content

Commit c310845

Browse files
fix(deps): update dependency chalk to v5
1 parent 516fc7c commit c310845

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"bcrypt": "3.0.8",
1313
"body-parser": "1.20.1",
14-
"chalk": "2.4.2",
14+
"chalk": "5.3.0",
1515
"commander": "2.20.3",
1616
"connect-flash": "0.1.1",
1717
"connect-sqlite3": "0.9.13",

yarn.lock

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1814,14 +1814,10 @@ [email protected]:
18141814
resolved "https://registry.yarnpkg.com/catchment/-/catchment-1.0.0.tgz#3061f71be0102710be84328d2f94363a165f8c4b"
18151815
integrity sha1-MGH3G+AQJxC+hDKNL5Q2OhZfjEs=
18161816

1817-
1818-
version "2.4.2"
1819-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
1820-
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
1821-
dependencies:
1822-
ansi-styles "^3.2.1"
1823-
escape-string-regexp "^1.0.5"
1824-
supports-color "^5.3.0"
1817+
1818+
version "5.3.0"
1819+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
1820+
integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
18251821

18261822
chalk@^1.1.3:
18271823
version "1.1.3"

0 commit comments

Comments
 (0)