diff --git a/package-lock.json b/package-lock.json index 15507d90..a57feb57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,6 @@ "devDependencies": { "@types/cookie-session": "^2.0.44", "@types/express": "^4.17.13", - "@types/http-status-codes": "^1.2.0", "@types/jest": "^29.5.6", "@types/jsonwebtoken": "^9.0.2", "@types/node": "^14.18.12", @@ -1508,16 +1507,6 @@ "@types/node": "*" } }, - "node_modules/@types/http-status-codes": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@types/http-status-codes/-/http-status-codes-1.2.0.tgz", - "integrity": "sha512-vjpjevMaxtrtdrrV/TQNIFT7mKL8nvIKG7G/LjMDZdVvqRxRg5SNfGkeuSaowVc0rbK8xDA2d/Etunyb5GyzzA==", - "deprecated": "This is a stub types definition for http-status-codes (https://github.com/prettymuchbryce/node-http-status). http-status-codes provides its own type definitions, so you don\\'t need @types/http-status-codes installed!", - "dev": true, - "dependencies": { - "http-status-codes": "*" - } - }, "node_modules/@types/istanbul-lib-coverage": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz", @@ -9428,15 +9417,6 @@ "@types/node": "*" } }, - "@types/http-status-codes": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@types/http-status-codes/-/http-status-codes-1.2.0.tgz", - "integrity": "sha512-vjpjevMaxtrtdrrV/TQNIFT7mKL8nvIKG7G/LjMDZdVvqRxRg5SNfGkeuSaowVc0rbK8xDA2d/Etunyb5GyzzA==", - "dev": true, - "requires": { - "http-status-codes": "*" - } - }, "@types/istanbul-lib-coverage": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz", diff --git a/package.json b/package.json index bbe15511..38dabf84 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,6 @@ "devDependencies": { "@types/cookie-session": "^2.0.44", "@types/express": "^4.17.13", - "@types/http-status-codes": "^1.2.0", "@types/jest": "^29.5.6", "@types/jsonwebtoken": "^9.0.2", "@types/node": "^14.18.12",