diff --git a/package-lock.json b/package-lock.json index a6c16bc8..fa960451 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "aws4-axios": "2.4.6", "axios": "0.24.0", - "http-status-codes": "2.1.4", + "http-status-codes": "2.2.0", "ts-error": "1.0.6" }, "devDependencies": { @@ -10711,9 +10711,9 @@ } }, "node_modules/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==" + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-2.2.0.tgz", + "integrity": "sha512-feERVo9iWxvnejp3SEfm/+oNG517npqL2/PIA8ORjyOZjGC7TwCRQsZylciLS64i6pJ0wRYz3rkXLRwbtFa8Ng==" }, "node_modules/https-proxy-agent": { "version": "2.2.4", @@ -27314,9 +27314,9 @@ } }, "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==" + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-2.2.0.tgz", + "integrity": "sha512-feERVo9iWxvnejp3SEfm/+oNG517npqL2/PIA8ORjyOZjGC7TwCRQsZylciLS64i6pJ0wRYz3rkXLRwbtFa8Ng==" }, "https-proxy-agent": { "version": "2.2.4", diff --git a/package.json b/package.json index 7e460e93..1bd0f03f 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "dependencies": { "aws4-axios": "2.4.6", "axios": "0.24.0", - "http-status-codes": "2.1.4", + "http-status-codes": "2.2.0", "ts-error": "1.0.6" }, "devDependencies": {