fix(deps): serve-static@^2.2.0 (#6418)

* Update package.json

* Update History.md

---------

Co-authored-by: Wes Todd <wes@wesleytodd.com>
This commit is contained in:
Ulises Gascón 2025-03-28 01:46:06 +01:00 committed by GitHub
parent cb4c56e9a7
commit 4c4f3ea105
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,6 @@
unreleased
========================
* deps: type-is@2.0.1
* Remove `utils-merge` dependency - use spread syntax instead
* Remove `Object.setPrototypeOf` polyfill
* cleanup: remove AsyncLocalStorage check from tests
@ -26,6 +25,8 @@ unreleased
* deps: supertest@^6.3.4
* deps: finalhandler@^2.1.0
* deps: qs@^6.14.0
* deps: server-static@2.2.0
* deps: type-is@2.0.1
5.0.1 / 2024-10-08
==========

View File

@ -55,7 +55,7 @@
"range-parser": "^1.2.1",
"router": "^2.2.0",
"send": "^1.1.0",
"serve-static": "^2.1.0",
"serve-static": "^2.2.0",
"statuses": "^2.0.1",
"type-is": "^2.0.1",
"vary": "^1.1.2"