From 4890587c4c8e06cf704ad297adf3807a8f4c6958 Mon Sep 17 00:00:00 2001 From: Jared Wray Date: Mon, 6 Feb 2023 10:07:57 -0800 Subject: [PATCH] security fix for http-cache-semantics 4.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef51ffb..b5f3b03 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "dependencies": { "@types/http-cache-semantics": "^4.0.1", "get-stream": "^6.0.1", - "http-cache-semantics": "^4.1.0", + "http-cache-semantics": "^4.1.1", "keyv": "^4.5.2", "mimic-response": "^4.0.0", "normalize-url": "^8.0.0",