diff --git a/.pnp.js b/.pnp.js index f2d33c18..0f11e6f4 100755 --- a/.pnp.js +++ b/.pnp.js @@ -11414,7 +11414,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ]], ["ngrok", [ ["npm:3.3.0", { - "packageLocation": "./.yarn/unplugged/ngrok-npm-3.3.0-ff8d3edfc1/node_modules/ngrok/", + "packageLocation": "./.yarn/cache/ngrok-npm-3.3.0-ff8d3edfc1-6e9bdd8e03.zip/node_modules/ngrok/", "packageDependencies": [ ["ngrok", "npm:3.3.0"], ["@types/node", "npm:8.10.66"], @@ -13009,7 +13009,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ]], ["protobufjs", [ ["npm:6.10.2", { - "packageLocation": "./.yarn/unplugged/protobufjs-npm-6.10.2-f0f2cab7fe/node_modules/protobufjs/", + "packageLocation": "./.yarn/cache/protobufjs-npm-6.10.2-f0f2cab7fe-09d6292362.zip/node_modules/protobufjs/", "packageDependencies": [ ["protobufjs", "npm:6.10.2"], ["@protobufjs/aspromise", "npm:1.1.2"], @@ -13070,7 +13070,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["ethers", "npm:5.0.23"], ["prettier", "npm:2.2.1"], ["rimraf", "npm:3.0.2"], - ["supertest", "npm:5.0.0"], + ["supertest", "npm:6.0.1"], ["typescript", "patch:typescript@npm%3A4.1.2#builtin::version=4.1.2&hash=cc6730"] ], "linkType": "SOFT", @@ -14701,10 +14701,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { }] ]], ["supertest", [ - ["npm:5.0.0", { - "packageLocation": "./.yarn/cache/supertest-npm-5.0.0-e8317009b9-b4863c4627.zip/node_modules/supertest/", + ["npm:6.0.1", { + "packageLocation": "./.yarn/cache/supertest-npm-6.0.1-8d175aec56-6083017645.zip/node_modules/supertest/", "packageDependencies": [ - ["supertest", "npm:5.0.0"], + ["supertest", "npm:6.0.1"], ["methods", "npm:1.1.2"], ["superagent", "npm:6.1.0"] ], diff --git a/.yarn/cache/supertest-npm-5.0.0-e8317009b9-b4863c4627.zip b/.yarn/cache/supertest-npm-5.0.0-e8317009b9-b4863c4627.zip deleted file mode 100644 index 823db6b9..00000000 Binary files a/.yarn/cache/supertest-npm-5.0.0-e8317009b9-b4863c4627.zip and /dev/null differ diff --git a/.yarn/cache/supertest-npm-6.0.1-8d175aec56-6083017645.zip b/.yarn/cache/supertest-npm-6.0.1-8d175aec56-6083017645.zip new file mode 100644 index 00000000..fa0ed555 Binary files /dev/null and b/.yarn/cache/supertest-npm-6.0.1-8d175aec56-6083017645.zip differ diff --git a/packages/test-script/package.json b/packages/test-script/package.json index 5b358f83..41a553b3 100644 --- a/packages/test-script/package.json +++ b/packages/test-script/package.json @@ -27,6 +27,6 @@ "@protokol/notarization-crypto": "workspace:packages/notarization-crypto", "dotenv": "^8.2.0", "ethers": "^5.0.17", - "supertest": "^5.0.0" + "supertest": "^6.0.0" } } diff --git a/yarn.lock b/yarn.lock index ad84b242..2ab9487b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11462,7 +11462,7 @@ fsevents@~2.1.2: ethers: ^5.0.17 prettier: ^2.1.2 rimraf: ^3.0.2 - supertest: ^5.0.0 + supertest: ^6.0.0 typescript: ~4.1.0 languageName: unknown linkType: soft @@ -12912,13 +12912,13 @@ fsevents@~2.1.2: languageName: node linkType: hard -"supertest@npm:^5.0.0": - version: 5.0.0 - resolution: "supertest@npm:5.0.0" +"supertest@npm:^6.0.0": + version: 6.0.1 + resolution: "supertest@npm:6.0.1" dependencies: methods: 1.1.2 superagent: 6.1.0 - checksum: b4863c4627d47792048889ab35b36380c6e5026b5f64a29efe7546f69cf04040aee8da9615fc6c46a8813ac481abccdc509b140ea37f8ebfc00efc0508743dce + checksum: 6083017645fe078eb81ec5c99d72dfcc53e9d73815514e47c7b3a5feb6a7d46b1cae781293c816d68cf181a7f3e842b06de796f3da79cfe76ce9160891618d7b languageName: node linkType: hard