From e4b944cb79f55ed0bbd2a1512b19aa63a9508d6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 18:24:32 +0000 Subject: [PATCH] Update dependency serve-static to v1.16.1 --- app/scripts/almond/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scripts/almond/package.json b/app/scripts/almond/package.json index 5c727170..034bde7c 100644 --- a/app/scripts/almond/package.json +++ b/app/scripts/almond/package.json @@ -15,6 +15,6 @@ }, "devDependencies": { "connect": "3.7.0", - "serve-static": "1.14.1" + "serve-static": "1.16.1" } }