diff --git a/design-system/packages/icons/package.json b/design-system/packages/icons/package.json index 4e497c91bfd..6e25ed9c4f6 100644 --- a/design-system/packages/icons/package.json +++ b/design-system/packages/icons/package.json @@ -1164,7 +1164,7 @@ "@svgr/plugin-prettier": "^7.0.0", "@svgr/plugin-svgo": "^7.0.0", "@types/react": "^18.0.9", - "chalk": "^4.1.2", + "chalk": "^5.2.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 9f6c4c02f72..077d4d9ab11 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -238,7 +238,7 @@ "bcryptjs": "^2.4.3", "body-parser": "^1.20.1", "bytes": "^3.1.1", - "chalk": "^4.1.2", + "chalk": "^5.2.0", "ci-info": "^3.2.0", "clipboard-copy": "^4.0.1", "conf": "^10.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e209875e821..91092fb8a8b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -201,8 +201,8 @@ importers: specifier: ^18.0.9 version: 18.0.9 chalk: - specifier: ^4.1.2 - version: 4.1.2 + specifier: ^5.2.0 + version: 5.2.0 feather-icons: specifier: ^4.28.0 version: 4.28.0 @@ -1883,8 +1883,8 @@ importers: specifier: ^3.1.1 version: 3.1.1 chalk: - specifier: ^4.1.2 - version: 4.1.2 + specifier: ^5.2.0 + version: 5.2.0 ci-info: specifier: ^3.2.0 version: 3.2.0 @@ -12068,7 +12068,6 @@ packages: /chalk@5.2.0: resolution: {integrity: sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA==} 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==}