diff --git a/HISTORY.md b/HISTORY.md index 96c95f7..dccf667 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,8 @@ +1.16.2 / 2024-09-11 +=================== + +* deps: encodeurl@~2.0.0 + 1.16.1 / 2024-09-11 =================== diff --git a/package.json b/package.json index 2d72f0a..49d7542 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "serve-static", "description": "Serve static files", - "version": "1.16.1", + "version": "1.16.2", "author": "Douglas Christopher Wilson ", "license": "MIT", "repository": "expressjs/serve-static", "dependencies": { - "encodeurl": "~1.0.2", + "encodeurl": "~2.0.0", "escape-html": "~1.0.3", "parseurl": "~1.3.3", "send": "0.19.0"