Update chalk

master
Frédéric Matte 2025-06-02 19:02:04 -04:00
parent 17ce51ff80
commit 07c60bc08f
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@ -9,16 +9,17 @@
"version": "1.5.0",
"license": "AGPL-3.0-or-later",
"dependencies": {
"chalk": "^5.3.0"
"chalk": "^5.4.1"
},
"bin": {
"metaltest": "cli/suite.js"
}
},
"node_modules/chalk": {
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
"integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
"version": "5.4.1",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
"integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
"license": "MIT",
"engines": {
"node": "^12.17.0 || ^14.13 || >=16.0.0"
},

View File

@ -15,6 +15,6 @@
"author": "Frédéric Matte <fmatte@gmail.com>",
"license": "AGPL-3.0-or-later",
"dependencies": {
"chalk": "^5.3.0"
"chalk": "^5.4.1"
}
}