Skip to content

Commit

Permalink
fix: update express and cookie-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
melikhov-dev committed Oct 12, 2024
1 parent 6c1b14b commit 97fc26d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
},
"dependencies": {
"body-parser": "^1.20.1",
"cookie-parser": "1.4.6",
"cookie-parser": "^1.4.7",
"csp-header": "^5.2.1",
"express": "^4.21.0",
"express": "^4.21.1",
"express-csp-header": "^5.2.1",
"uuid": "^9.0.0"
},
Expand Down

0 comments on commit 97fc26d

Please sign in to comment.