Skip to content

Commit 025fff8

Browse files
renovate[bot]dhmlau
authored andcommitted
chore: update dependency http-errors to ^2.0.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f2793ed commit 025fff8

File tree

3 files changed

+99
-41
lines changed

3 files changed

+99
-41
lines changed

package-lock.json

Lines changed: 97 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"body-parser": "^2.2.1",
4949
"debug": "^4.4.3",
5050
"express": "^4.21.2",
51-
"http-errors": "^2.0.0",
51+
"http-errors": "^2.0.1",
5252
"on-finished": "^2.4.1",
5353
"toposort": "^2.0.2",
5454
"tslib": "^2.8.1"

packages/rest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"cors": "^2.8.5",
5959
"debug": "^4.4.3",
6060
"express": "^4.21.2",
61-
"http-errors": "^2.0.0",
61+
"http-errors": "^2.0.1",
6262
"js-yaml": "^4.1.1",
6363
"json-schema-compare": "^0.2.2",
6464
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)