diff --git a/package-lock.json b/package-lock.json index ef7b416..8a05833 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "GPL-3.0-or-later", "dependencies": { "@sindresorhus/is": "7.0.1", - "chalk": "5.4.0", + "chalk": "5.4.1", "json-stringify-pretty-compact": "4.0.0", "luxon": "3.5.0", "zod": "3.24.1" @@ -3000,9 +3000,9 @@ } }, "node_modules/chalk": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.0.tgz", - "integrity": "sha512-ZkD35Mx92acjB2yNJgziGqT9oKHEOxjTBTDRpOsRWtdecL/0jM3z5kM/CTzHWvHIen1GvkM85p6TuFfDGfc8/Q==", + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz", + "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==", "engines": { "node": "^12.17.0 || ^14.13 || >=16.0.0" }, @@ -16965,9 +16965,9 @@ } }, "chalk": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.0.tgz", - "integrity": "sha512-ZkD35Mx92acjB2yNJgziGqT9oKHEOxjTBTDRpOsRWtdecL/0jM3z5kM/CTzHWvHIen1GvkM85p6TuFfDGfc8/Q==" + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz", + "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==" }, "char-regex": { "version": "1.0.2", diff --git a/package.json b/package.json index ca3f0c1..ae8abac 100644 --- a/package.json +++ b/package.json @@ -194,7 +194,7 @@ }, "dependencies": { "@sindresorhus/is": "7.0.1", - "chalk": "5.4.0", + "chalk": "5.4.1", "json-stringify-pretty-compact": "4.0.0", "luxon": "3.5.0", "zod": "3.24.1"