diff --git a/package-lock.json b/package-lock.json index 6ec7bf6..b9c3db2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3591,9 +3591,9 @@ } }, "http-status-codes": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-2.1.2.tgz", - "integrity": "sha512-zpZ1nBcoR0j1FLQ7xbXXBy1z/yUfAi+0a5IZBoZnmOseYkaljdzQ17ZeVXFlK23IbLxMJn6aWI0uU92DQQrG0g==" + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-2.1.3.tgz", + "integrity": "sha512-/kDMtEEhAw747LvzDupRRsUOrmw/oEPmwf61guegI1ycj0vyywitq4BhGPknLzqAEBQvsW6rSv0dd2de1MU+yg==" }, "https-proxy-agent": { "version": "3.0.1", diff --git a/package.json b/package.json index b184916..2ea4365 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.2", + "http-status-codes": "^2.1.3", "request": "^2.88.2", "validator": "^13.1.1" },