Skip to content

Commit

Permalink
fix(deps): update dependency express to ^4.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 26, 2024
1 parent cb07ad3 commit f05bf21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"csurf": "^1.11.0",
"dompurify": "^3.0.11",
"dotenv": "^16.4.5",
"express": "^4.19.0",
"express": "^4.19.2",
"express-sitemap-xml": "^3.0.1",
"express-validator": "^7.0.1",
"hbs": "^4.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -682,10 +682,10 @@ express-validator@^7.0.1:
lodash "^4.17.21"
validator "^13.9.0"

express@^4.19.0:
version "4.19.0"
resolved "https://registry.yarnpkg.com/express/-/express-4.19.0.tgz#c9f689a62522f3399132d49eacd9af177d8ccb9e"
integrity sha512-/ERliX0l7UuHEgAy7HU2FRsiz3ScIKNl/iwnoYzHTJC0Sqj3ctWDD3MQ9CbUEfjshvxXImWaeukD0Xo7a2lWLA==
express@^4.19.2:
version "4.19.2"
resolved "https://registry.yarnpkg.com/express/-/express-4.19.2.tgz#e25437827a3aa7f2a827bc8171bbbb664a356465"
integrity sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==
dependencies:
accepts "~1.3.8"
array-flatten "1.1.1"
Expand Down

0 comments on commit f05bf21

Please sign in to comment.