Skip to content

Commit

Permalink
fix: 📦 upgrade express package
Browse files Browse the repository at this point in the history
  • Loading branch information
Pauline Didier committed Dec 6, 2024
1 parent 02373f4 commit 1350f0d
Show file tree
Hide file tree
Showing 3 changed files with 356 additions and 253 deletions.
4 changes: 2 additions & 2 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@sentry/node": "^8.35.0",
"@sentry/profiling-node": "^8.35.0",
"cookie-parser": "^1.4.7",
"express": "^4.21.1",
"express": "^4.21.2",
"express-async-error-wrapper": "^1.0.4",
"express-physical": "^2.0.0",
"express-prom-bundle": "^6.4.1",
Expand Down Expand Up @@ -65,4 +65,4 @@
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.2"
}
}
}
4 changes: 2 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@sentry/node": "^8.35.0",
"@sentry/profiling-node": "^8.35.0",
"emailjs": "^4.0.3",
"express": "^4.21.1",
"express": "^4.21.2",
"global-agent": "^3.0.0",
"handlebars": "^4.7.7",
"jsonwebtoken": "^9.0.0",
Expand All @@ -60,4 +60,4 @@
"supertest": "^6.3.3",
"ts-node": "^10.9.1"
}
}
}
Loading

0 comments on commit 1350f0d

Please sign in to comment.