diff --git a/package-lock.json b/package-lock.json index f87802c0e75..d387ed113b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3882,9 +3882,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 c7d438b5bb5..864f4b548c3 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.8", "@types/redis": "4.0.11",