diff --git a/package-lock.json b/package-lock.json index 39a67075..a14182c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@redocly/cli": "^2.0.8", "ansi-regex": "<6.2.1 || >6.2.1", "ansi-styles": "<6.2.2 || >6.2.2", - "chalk": "<5.6.1 || >5.6.1", + "chalk": "<5.6.3 || >5.6.1", "color-convert": "<3.1.1 || >3.1.1", "color-name": "<2.0.1 || >2.0.1", "color-string": "<2.1.1 || >2.1.1", @@ -25491,9 +25491,10 @@ } }, "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.6.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz", + "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==", + "license": "MIT", "engines": { "node": "^12.17.0 || ^14.13 || >=16.0.0" }, diff --git a/package.json b/package.json index cc9a453f..a3701618 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@redocly/cli": "^2.0.8", "ansi-regex": "<6.2.1 || >6.2.1", "ansi-styles": "<6.2.2 || >6.2.2", - "chalk": "<5.6.1 || >5.6.1", + "chalk": "<5.6.3 || >5.6.1", "color-convert": "<3.1.1 || >3.1.1", "color-name": "<2.0.1 || >2.0.1", "color-string": "<2.1.1 || >2.1.1",