From a8fd1c5b9b91c0b68568ac631bb0bb36198f2e1e Mon Sep 17 00:00:00 2001 From: Wes Todd Date: Mon, 22 Jul 2024 18:27:29 -0700 Subject: [PATCH] fix(deps): escape-html@^1.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 780e560..b088d34 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "debug": "^4.3.5", "destroy": "^1.2.0", "encodeurl": "^2.0.0", - "escape-html": "~1.0.3", + "escape-html": "^1.0.3", "etag": "~1.8.1", "fresh": "0.5.2", "http-errors": "2.0.0",