Skip to content

Commit 27ee1a3

Browse files
fix(deps): update dependency chalk to v5
1 parent cd63408 commit 27ee1a3

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.2",
14-
"chalk": "2.4.2",
14+
"chalk": "5.4.1",
1515
"commander": "2.20.3",
1616
"connect-flash": "0.1.1",
1717
"connect-sqlite3": "0.9.15",

yarn.lock

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

1817-
chalk@2.4.2:
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+
chalk@5.4.1:
1818+
version "5.4.1"
1819+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.4.1.tgz#1b48bf0963ec158dce2aacf69c093ae2dd2092d8"
1820+
integrity sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==
18251821

18261822
chalk@^1.1.3:
18271823
version "1.1.3"

0 commit comments

Comments
 (0)