Skip to content

Commit 81fad6a

Browse files
committed
build(backend): express@4.22.1, body-parser@1.20.4
1 parent 7c89f8b commit 81fad6a

File tree

3 files changed

+107
-43
lines changed

3 files changed

+107
-43
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55
### UNRELEASED
66

77
* feat: add early skip for specific reason/error codes
8+
* build(backend): express@4.22.1
9+
* build(backend): body-parser@1.20.4
810
* build(frontend): react-router-dom@6.30.3
911
* build(frontend): vite@7.1.12
1012

backend/package-lock.json

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

backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"private": true,
55
"type": "module",
66
"dependencies": {
7-
"body-parser": "^1.19.0",
8-
"express": "^4.19.2",
7+
"body-parser": "^1.20.4",
8+
"express": "^4.22.1",
99
"pino": "^9.3.2",
1010
"redis": "^4.7.0"
1111
},

0 commit comments

Comments
 (0)