diff --git a/package-lock.json b/package-lock.json index 0c5b1f3e..7d447236 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5547,9 +5547,9 @@ } }, "http-status-codes": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-1.4.0.tgz", - "integrity": "sha512-JrT3ua+WgH8zBD3HEJYbeEgnuQaAnUeRRko/YojPAJjGmIfGD3KPU/asLdsLwKjfxOmQe5nXMQ0pt/7MyapVbQ==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-2.0.0.tgz", + "integrity": "sha512-fF3gE9NafcUcfR9u7zO5ypkh590RsmEBq/Fw9G3n+rz5aZV9YRwp9uB+j1teBExbmCsH8NWbgJBGM2Ib10ISyw==" }, "https-proxy-agent": { "version": "4.0.0", diff --git a/package.json b/package.json index ae55534b..bdff9939 100644 --- a/package.json +++ b/package.json @@ -116,6 +116,6 @@ } }, "dependencies": { - "http-status-codes": "^1.3.2" + "http-status-codes": "^2.0.0" } }