diff --git a/HISTORY.md b/HISTORY.md index fde1d72..96c95f7 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,8 @@ +1.16.1 / 2024-09-11 +=================== + +* deps: send@0.19.0 + 1.16.0 / 2024-09-10 =================== diff --git a/package.json b/package.json index 47d9789..2d72f0a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "serve-static", "description": "Serve static files", - "version": "1.16.0", + "version": "1.16.1", "author": "Douglas Christopher Wilson ", "license": "MIT", "repository": "expressjs/serve-static", @@ -9,7 +9,7 @@ "encodeurl": "~1.0.2", "escape-html": "~1.0.3", "parseurl": "~1.3.3", - "send": "0.18.0" + "send": "0.19.0" }, "devDependencies": { "eslint": "7.32.0",