diff --git a/package-lock.json b/package-lock.json index 444f93d8627..8495a114fab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3902,9 +3902,9 @@ "dev": true }, "@types/http-errors": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.0.tgz", - "integrity": "sha512-6mkB8Gx7Of1yjqqh1nLH22ATNol5+mIXVFaQCOQY+R3JxB6/soiqKAxBgdSE6R/1IWu69rR4cJ/027TxLEs/Vg==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.1.tgz", + "integrity": "sha512-/K3ds8TRAfBvi5vfjuz8y6+GiAYBZ0x4tXv1Av6CWBWn0IlADc+ZX9pMq7oU0fNQPnBwIZl3rmeLp6SBApbxSQ==", "dev": true }, "@types/json-schema": { diff --git a/package.json b/package.json index 26072c058c6..d2c7792fb46 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "@types/cors": "2.8.12", "@types/express": "4.17.14", "@types/gulp": "4.0.9", - "@types/http-errors": "2.0.0", + "@types/http-errors": "2.0.1", "@types/mocha": "10.0.0", "@types/node": "18.11.9", "@types/redis": "4.0.11",