diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e4bad4979d6..05a95741d81 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -200,8 +200,8 @@ importers: specifier: ^16.0.5 version: link:../stylelint-polaris chalk: - specifier: ^4.1.0 - version: 4.1.2 + specifier: ^5.4.1 + version: 5.4.1 globby: specifier: 11.0.1 version: 11.0.1 @@ -593,8 +593,8 @@ importers: specifier: ^5.1.0 version: 5.1.0 chalk: - specifier: ^5.2.0 - version: 5.2.0 + specifier: ^5.4.1 + version: 5.4.1 chokidar: specifier: ^3.5.3 version: 3.5.3 @@ -8326,7 +8326,7 @@ packages: dependencies: ansi-align: 3.0.1 camelcase: 7.0.1 - chalk: 5.2.0 + chalk: 5.4.1 cli-boxes: 3.0.0 string-width: 5.1.2 type-fest: 2.19.0 @@ -8834,10 +8834,9 @@ packages: engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} dev: true - /chalk@5.2.0: - resolution: {integrity: sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA==} + /chalk@5.4.1: + resolution: {integrity: sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==} engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} - dev: true /change-case@3.1.0: resolution: {integrity: sha512-2AZp7uJZbYEzRPsFoa+ijKdvp9zsrnnt6+yFokfwEpeJm0xuJDVoxiRCAaTzyJND8GJkofo2IcKWaUZ/OECVzw==} @@ -14719,7 +14718,7 @@ packages: jest: ^27.0.0 || ^28.0.0 || ^29.0.0 dependencies: ansi-escapes: 6.2.1 - chalk: 5.2.0 + chalk: 5.4.1 jest: 29.7.0(@types/node@20.12.5)(ts-node@10.7.0) jest-regex-util: 29.6.3 jest-watcher: 29.7.0 @@ -15309,7 +15308,7 @@ packages: resolution: {integrity: sha512-l0x2DvrW294C9uDCoQe1VSU4gf529FkSZ6leBl4TiqZH/e+0R7hSfHQBNut2mNygDgHwvYHfFLn6Oxb3VWj2rA==} engines: {node: '>=12'} dependencies: - chalk: 5.2.0 + chalk: 5.4.1 is-unicode-supported: 1.2.0 dev: true @@ -17164,7 +17163,7 @@ packages: engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: bl: 5.0.0 - chalk: 5.2.0 + chalk: 5.4.1 cli-cursor: 4.0.0 cli-spinners: 2.7.0 is-interactive: 2.0.0 @@ -17879,7 +17878,7 @@ packages: hasBin: true dependencies: '@types/liftoff': 4.0.0 - chalk: 5.2.0 + chalk: 5.4.1 interpret: 2.2.0 liftoff: 4.0.0 minimist: 1.2.7 diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index c4f7c1aa1e0..3727601b8d7 100644 --- a/polaris-migrator/package.json +++ b/polaris-migrator/package.json @@ -38,7 +38,7 @@ "dependencies": { "@shopify/polaris-tokens": "^9.4.0", "@shopify/stylelint-polaris": "^16.0.5", - "chalk": "^4.1.0", + "chalk": "^5.4.1", "globby": "11.0.1", "is-git-clean": "^1.1.0", "jscodeshift": "^0.13.1", diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index 8ca9412f4b6..81342b9946f 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -79,7 +79,7 @@ "@types/unist": "^2.0.6", "@types/uuid": "^9.0.1", "babel-plugin-preval": "^5.1.0", - "chalk": "^5.2.0", + "chalk": "^5.4.1", "chokidar": "^3.5.3", "concurrently": "^8.2.2", "css-loader": "^5.2.7",