diff --git a/package-lock.json b/package-lock.json index d9fed8f..a48091a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3785,9 +3785,9 @@ } }, "http-status": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/http-status/-/http-status-1.3.2.tgz", - "integrity": "sha512-vR1YTaDyi2BukI0UiH01xy92oiZi4in7r0dmSPnrZg72Vu1SzyOLalwWP5NUk1rNiB2L+XVK2lcSVOqaertX8A==" + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/http-status/-/http-status-1.4.2.tgz", + "integrity": "sha512-mBnIohUwRw9NyXMEMMv8/GANnzEYUj0Y8d3uL01zDWFkxUjYyZ6rgCaAI2zZ1Wb34Oqtbx/nFZolPRDc8Xlm5A==" }, "husky": { "version": "1.3.1", diff --git a/package.json b/package.json index b62d56c..14f40e2 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "express": "^4.17.1", "glob": "^7.1.6", "helmet": "^3.21.2", - "http-status": "^1.3.2", + "http-status": "^1.4.2", "mandrill-api": "^1.0.45", "node-dependency-injection": "^2.4.2", "ts-node": "^8.3.0",