Skip to content

Commit

Permalink
chore(deps): update dependency @types/express to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 18, 2025
1 parent a586b3f commit b9f9f03
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 25 deletions.
59 changes: 37 additions & 22 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/h5p-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"tmp-promise": "3.0.3"
},
"devDependencies": {
"@types/express": "4.17.21",
"@types/express": "5.0.0",
"@types/puppeteer": "7.0.4",
"@types/react": "18.3.18",
"puppeteer": "17.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/h5p-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"devDependencies": {
"@types/express-fileupload": "1.5.1",
"@types/express-serve-static-core": "5.0.5",
"@types/express": "4.17.21",
"@types/express": "5.0.0",
"@types/supertest": "6.0.2",
"axios-mock-adapter": "2.1.0",
"axios": "1.7.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/h5p-rest-example-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/cors": "2.8.17",
"@types/csurf": "1.11.5",
"@types/express-session": "1.18.1",
"@types/express": "4.17.21",
"@types/express": "5.0.0",
"@types/passport-local": "1.0.38",
"@types/passport": "1.0.17",
"ts-node": "10.9.2",
Expand Down

0 comments on commit b9f9f03

Please sign in to comment.