diff --git a/package-lock.json b/package-lock.json index f1e075a..9fa0091 100644 --- a/package-lock.json +++ b/package-lock.json @@ -837,15 +837,6 @@ "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.0.tgz", "integrity": "sha512-c3Xy026kOF7QOTn00hbIllV1dLR9hG9NkSrLQgCVs8NF6sBU+VGWjD3wLPhmh1TYAc7ugCFsvHYMN4VcBN1U1A==" }, - "@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.3", "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz", @@ -2882,12 +2873,6 @@ "sshpk": "^1.7.0" } }, - "http-status-codes": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-2.1.4.tgz", - "integrity": "sha512-MZVIsLKGVOVE1KEnldppe6Ij+vmemMuApDfjhVSLzyYP+td0bREEYyAoIw9yFePoBXManCuBqmiNP5FqJS5Xkg==", - "dev": true - }, "http2-wrapper": { "version": "1.0.0-beta.5.2", "resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-1.0.0-beta.5.2.tgz", diff --git a/package.json b/package.json index d38cba9..9494ea3 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,6 @@ "devDependencies": { "typescript": "^4.1.3", "@luckbox/eslint-rules": "4.0.4", - "@types/http-status-codes": "^1.2.0", "@types/jest": "^26.0.3", "@types/node": "^14.0.14", "@types/qs": "^6.9.5",