From 1b6c2704db02755f70790aa8cd6a2f06baa2f756 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 22 Nov 2021 05:40:12 +0000 Subject: [PATCH] Pin dependency chai-http to 4.3.0 --- backend/package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/package.json b/backend/package.json index 77d6f9ebb..ed2a9bc75 100644 --- a/backend/package.json +++ b/backend/package.json @@ -84,7 +84,7 @@ }, "devDependencies": { "chai": "4.3.0", - "chai-http": "^4.3.0", + "chai-http": "4.3.0", "chai-string": "1.5.0", "eslint": "7.19.0", "mocha": "8.2.1", diff --git a/yarn.lock b/yarn.lock index a65bf67e7..13af6492d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6762,7 +6762,7 @@ chai-checkmark@^1.0.1: resolved "https://registry.yarnpkg.com/chai-checkmark/-/chai-checkmark-1.0.1.tgz#9fbb3c9ad9101f097ef288328d30f4227d74fffb" integrity sha1-n7s8mtkQHwl+8ogyjTD0In10//s= -chai-http@^4.3.0: +chai-http@4.3.0: version "4.3.0" resolved "https://registry.yarnpkg.com/chai-http/-/chai-http-4.3.0.tgz#3c37c675c1f4fe685185a307e345de7599337c1a" integrity sha512-zFTxlN7HLMv+7+SPXZdkd5wUlK+KxH6Q7bIEMiEx0FK3zuuMqL7cwICAQ0V1+yYRozBburYuxN1qZstgHpFZQg==