From cb3b0b80b9dd8482c95442875fbb9fea91e695c3 Mon Sep 17 00:00:00 2001 From: linus-sh <60885375+linus-sh@users.noreply.github.com> Date: Mon, 18 Sep 2023 18:27:33 +0900 Subject: [PATCH] chore(deps): pin @types/supertest version --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4b5de24d2a..5bd1b101ee 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@types/node": "18.17.18", "@types/node-fetch": "3.0.3", "@types/normalize-path": "3.0.0", - "@types/supertest": "^2.0.12", + "@types/supertest": "2.0.12", "@types/ws": "8.5.5", "@typescript-eslint/eslint-plugin": "6.7.2", "@typescript-eslint/parser": "6.7.2", diff --git a/yarn.lock b/yarn.lock index 52b0442b98..70d5f049d2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2228,7 +2228,7 @@ "@types/cookiejar" "*" "@types/node" "*" -"@types/supertest@^2.0.12": +"@types/supertest@2.0.12": version "2.0.12" resolved "https://registry.yarnpkg.com/@types/supertest/-/supertest-2.0.12.tgz#ddb4a0568597c9aadff8dbec5b2e8fddbe8692fc" integrity sha512-X3HPWTwXRerBZS7Mo1k6vMVR1Z6zmJcDVn5O/31whe0tnjE4te6ZJSJGq1RiqHPjzPdMTfjCFogDJmwng9xHaQ==