diff --git a/.pnp.cjs b/.pnp.cjs index c516fac..6b5e991 100755 --- a/.pnp.cjs +++ b/.pnp.cjs @@ -2565,7 +2565,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["@protokol/nft-exchange-crypto", "npm:1.0.1"], ["@types/faker", "npm:5.5.7"], ["bip39", "npm:3.0.4"], - ["chalk", "npm:4.1.1"], + ["chalk", "npm:5.0.0"], ["delay", "npm:5.0.0"], ["faker", "npm:5.5.3"], ["rimraf", "npm:3.0.2"], @@ -5067,6 +5067,13 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["supports-color", "npm:7.2.0"] ], "linkType": "HARD", + }], + ["npm:5.0.0", { + "packageLocation": "./.yarn/cache/chalk-npm-5.0.0-7be183234e-6eba7c518b.zip/node_modules/chalk/", + "packageDependencies": [ + ["chalk", "npm:5.0.0"] + ], + "linkType": "HARD", }] ]], ["char-regex", [ diff --git a/.yarn/cache/chalk-npm-5.0.0-7be183234e-6eba7c518b.zip b/.yarn/cache/chalk-npm-5.0.0-7be183234e-6eba7c518b.zip new file mode 100644 index 0000000..4762589 Binary files /dev/null and b/.yarn/cache/chalk-npm-5.0.0-7be183234e-6eba7c518b.zip differ diff --git a/packages/hammer/package.json b/packages/hammer/package.json index 0877c62..1ae834a 100644 --- a/packages/hammer/package.json +++ b/packages/hammer/package.json @@ -41,7 +41,7 @@ "@protokol/nft-base-crypto": "1.0.1", "@protokol/nft-exchange-crypto": "1.0.1", "bip39": "^3.0.4", - "chalk": "^4.1.1", + "chalk": "^5.0.0", "delay": "^5.0.0", "faker": "^5.5.3" }, diff --git a/yarn.lock b/yarn.lock index 54da9ea..b73062a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1992,7 +1992,7 @@ __metadata: "@protokol/nft-exchange-crypto": 1.0.1 "@types/faker": ^5.5.1 bip39: ^3.0.4 - chalk: ^4.1.1 + chalk: ^5.0.0 delay: ^5.0.0 faker: ^5.5.3 rimraf: ^3.0.2 @@ -4035,6 +4035,13 @@ __metadata: languageName: node linkType: hard +"chalk@npm:^5.0.0": + version: 5.0.0 + resolution: "chalk@npm:5.0.0" + checksum: 6eba7c518b9aa5fe882ae6d14a1ffa58c418d72a3faa7f72af56641f1bbef51b645fca1d6e05d42357b7d3c846cd504c0b7b64d12309cdd07867e3b4411e0d01 + languageName: node + linkType: hard + "char-regex@npm:^1.0.2": version: 1.0.2 resolution: "char-regex@npm:1.0.2"