diff --git a/package-lock.json b/package-lock.json index b4787ecac42..56b1f0c4e78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3881,9 +3881,9 @@ "dev": true }, "@types/http-errors": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-1.8.2.tgz", - "integrity": "sha512-EqX+YQxINb+MeXaIqYDASb6U6FCHbWjkj4a1CKDBks3d/QiB2+PqBLyO72vLDgAO1wUI4O+9gweRcQK11bTL/w==", + "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==", "dev": true }, "@types/json-schema": { diff --git a/package.json b/package.json index 8be22714cdd..b3103fed7f3 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": "1.8.2", + "@types/http-errors": "2.0.0", "@types/mocha": "10.0.0", "@types/node": "18.11.5", "@types/redis": "4.0.11",