From 1d8a925dc03e418d490766b613baf82c85f6fc3e Mon Sep 17 00:00:00 2001 From: Radu Micu Date: Tue, 23 Nov 2021 21:46:59 +0000 Subject: [PATCH] Support chunks in HTTP2 - Update har-format types --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 62c904b..dcd2183 100644 --- a/package.json +++ b/package.json @@ -56,6 +56,6 @@ "whatwg-fetch": "^3.6.2" }, "dependencies": { - "@types/har-format": "^1.2.6" + "@types/har-format": "^1.2.8" } }