diff --git a/plywood/server/package-lock.json b/plywood/server/package-lock.json index aa3bceadc..9d9ac67bf 100644 --- a/plywood/server/package-lock.json +++ b/plywood/server/package-lock.json @@ -1710,9 +1710,9 @@ } }, "http-status": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/http-status/-/http-status-1.5.0.tgz", - "integrity": "sha512-wcGvY31MpFNHIkUcXHHnvrE4IKYlpvitJw5P/1u892gMBAM46muQ+RH7UN1d+Ntnfx5apnOnVY6vcLmrWHOLwg==" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/http-status/-/http-status-2.1.0.tgz", + "integrity": "sha512-O5kPr7AW7wYd/BBiOezTwnVAnmSNFY+J7hlZD2X5IOxVBetjcHAiTXhzj0gMrnojQlwy+UT1/Y3H3vJ3UlmvLA==" }, "https-proxy-agent": { "version": "5.0.1", diff --git a/plywood/server/package.json b/plywood/server/package.json index 2dd7e99fc..b3ff10499 100644 --- a/plywood/server/package.json +++ b/plywood/server/package.json @@ -31,7 +31,7 @@ "druid.d.ts": "^0.12.1", "express": "^4.19.2", "has-own-prop": "^1.0.1", - "http-status": "^1.4.2", + "http-status": "^2.1.0", "immer": "^9.0.6", "immutable": "^4.0.0-rc.14", "immutable-class": "^0.9.4",