diff --git a/package-lock.json b/package-lock.json index 0c84825c..6d0b07b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12654,17 +12654,17 @@ } }, "packages/api": { - "version": "7.0.0", + "version": "7.0.2", "license": "MIT", "dependencies": { - "@readme/api-core": "7.0.0", - "chalk": "^5.3.0", + "@readme/api-core": "7.0.2", + "chalk": "^6.0.0", "ci-info": "^4.0.0", "commander": "^14.0.0", "emphasize": "^7.0.0", "execa": "^8.0.1", "figures": "^6.0.1", - "httpsnippet-client-api": "^7.0.0", + "httpsnippet-client-api": "^7.0.2", "js-yaml": "^5.2.2", "json-schema-traverse": "^1.0.0", "license": "^1.0.3", @@ -12757,6 +12757,18 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "packages/api/node_modules/boxen/node_modules/chalk": { + "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" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, "packages/api/node_modules/boxen/node_modules/type-fest": { "version": "4.41.0", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz", @@ -12781,6 +12793,18 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "packages/api/node_modules/chalk": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-6.0.0.tgz", + "integrity": "sha512-2uNTXIuTTxk7ciZgAU1BQcgnchcG0xXnrs6jzkQfj9SsRa9M2s5zE8WT96hS6KmG4MzWHSrvH43DF1m4XRkrFg==", + "license": "MIT", + "engines": { + "node": ">=22" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, "packages/api/node_modules/configstore": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/configstore/-/configstore-7.0.0.tgz", @@ -12971,6 +12995,18 @@ "url": "https://github.com/yeoman/update-notifier?sponsor=1" } }, + "packages/api/node_modules/update-notifier/node_modules/chalk": { + "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" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, "packages/api/node_modules/widest-line": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-5.0.0.tgz", @@ -13017,7 +13053,7 @@ }, "packages/core": { "name": "@readme/api-core", - "version": "7.0.0", + "version": "7.0.2", "license": "MIT", "dependencies": { "@readme/oas-to-har": "^38.0.0", @@ -13077,7 +13113,7 @@ } }, "packages/httpsnippet-client-api": { - "version": "7.0.1", + "version": "7.0.2", "license": "MIT", "dependencies": { "content-type": "^2.0.0", diff --git a/packages/api/package.json b/packages/api/package.json index 9d6e4294..71ff84d6 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -45,7 +45,7 @@ }, "dependencies": { "@readme/api-core": "7.0.2", - "chalk": "^5.3.0", + "chalk": "^6.0.0", "ci-info": "^4.0.0", "commander": "^14.0.0", "emphasize": "^7.0.0",