Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency @podium/podlet to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 14, 2024
1 parent 4e23684 commit 9e4155c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion csrf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "MIT",
"dependencies": {
"@podium/layout": "4.6.110",
"@podium/podlet": "4.4.63",
"@podium/podlet": "5.1.5",
"body-parser": "1.20.0",
"cookie-parser": "1.4.6",
"csurf": "1.11.0",
Expand Down
2 changes: 1 addition & 1 deletion csrf/packages/podlet-a/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "node server.js"
},
"dependencies": {
"@podium/podlet": "4.4.63",
"@podium/podlet": "5.1.5",
"body-parser": "1.20.0",
"cookie-parser": "1.4.6",
"csurf": "1.11.0",
Expand Down
2 changes: 1 addition & 1 deletion csrf/packages/podlet-b/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "node server.js"
},
"dependencies": {
"@podium/podlet": "4.4.63",
"@podium/podlet": "5.1.5",
"body-parser": "1.20.0",
"cookie-parser": "1.4.6",
"csurf": "1.11.0",
Expand Down
2 changes: 1 addition & 1 deletion csrf/packages/podlet-c/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "node server.js"
},
"dependencies": {
"@podium/podlet": "4.4.63",
"@podium/podlet": "5.1.5",
"express": "4.18.1"
}
}

0 comments on commit 9e4155c

Please sign in to comment.