diff --git a/package-lock.json b/package-lock.json index 0cc9724..25471db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3503,9 +3503,9 @@ } }, "http-status-codes": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-2.1.0.tgz", - "integrity": "sha512-ghPlf6PwXk8KvPObQEN6lJsaMiBdJsGsmquxopYn0IHM3nt6NFiECY69Q+r/mRscHn/H17lBBVgLz0KEG9B0Dg==" + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-2.1.1.tgz", + "integrity": "sha512-MPKYOEXZw8MzXml8XF8UBWzWGuO60ZKXBDCGwxPJmRZJW3eTUsLgB+O+jtlPB8ZOVSUs1vjcrxtitJghYzxtHQ==" }, "https-proxy-agent": { "version": "3.0.1", diff --git a/package.json b/package.json index 58296b3..84ee0ff 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "bugs": "https://github.com/oleg-koval/trembita/issues", "dependencies": { "bluebird": "^3.7.2", - "http-status-codes": "^2.1.0", + "http-status-codes": "^2.1.1", "request": "^2.88.2", "validator": "^13.1.1" },