diff --git a/design-system/packages/icons/package.json b/design-system/packages/icons/package.json index 4c1a25c0b62..f1be481c02a 100644 --- a/design-system/packages/icons/package.json +++ b/design-system/packages/icons/package.json @@ -1164,7 +1164,7 @@ "@svgr/plugin-prettier": "^8.0.0", "@svgr/plugin-svgo": "^8.0.0", "@types/react": "^18.0.9", - "chalk": "^4.1.2", + "chalk": "^5.0.0", "feather-icons": "^4.28.0", "fs-extra": "^11.0.0", "globby": "^13.0.0", diff --git a/packages/core/package.json b/packages/core/package.json index 45f43031e43..9e3124ba9f6 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -215,7 +215,7 @@ "bcryptjs": "^2.4.3", "body-parser": "^1.20.1", "bytes": "^3.1.1", - "chalk": "^4.1.2", + "chalk": "^5.0.0", "ci-info": "^4.0.0", "clipboard-copy": "^4.0.1", "conf": "^10.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6f69cd4a518..90ef63b58b6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -205,8 +205,8 @@ importers: specifier: ^18.0.9 version: 18.2.31 chalk: - specifier: ^4.1.2 - version: 4.1.2 + specifier: ^5.0.0 + version: 5.3.0 feather-icons: specifier: ^4.28.0 version: 4.29.1 @@ -2006,8 +2006,8 @@ importers: specifier: ^3.1.1 version: 3.1.2 chalk: - specifier: ^4.1.2 - version: 4.1.2 + specifier: ^5.0.0 + version: 5.3.0 ci-info: specifier: ^4.0.0 version: 4.0.0 @@ -10659,7 +10659,6 @@ packages: /chalk@5.3.0: resolution: {integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==} engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} - dev: false /change-case-all@1.0.14: resolution: {integrity: sha512-CWVm2uT7dmSHdO/z1CXT/n47mWonyypzBbuCy5tN7uMg22BsfkhwT6oHmFCAk+gL1LOOxhdbB9SZz3J1KTY3gA==}