From 931b01280f78a42c5173a70208ff08ea016850e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 15:28:47 +0000 Subject: [PATCH] plywood-server package upgrade: bump http-status in /plywood/server Bumps [http-status](https://github.com/adaltas/node-http-status) from 1.5.0 to 2.1.0. - [Changelog](https://github.com/adaltas/node-http-status/blob/master/CHANGELOG.md) - [Commits](https://github.com/adaltas/node-http-status/compare/v1.5.0...v2.1.0) --- updated-dependencies: - dependency-name: http-status dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- plywood/server/package-lock.json | 6 +++--- plywood/server/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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",