Skip to content

Commit ce9e2f4

Browse files
fix(): pin express ^4.18.2
| datasource | package | from | to | | ---------- | -------------- | ------- | ------- | | npm | express | 4.18.1 | 4.18.2 | | npm | @types/express | 4.17.13 | 4.17.20 |
1 parent 9e86edd commit ce9e2f4

11 files changed

Lines changed: 181 additions & 25 deletions

.pnp.cjs

Lines changed: 89 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
3.51 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
4.47 KB
Binary file not shown.
20.3 KB
Binary file not shown.
62.5 KB
Binary file not shown.
54.9 KB
Binary file not shown.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"class-validator": "^0.13.2",
5656
"dotenv": "^16.0.1",
5757
"ewl": "^1.2.2",
58-
"express": "^4.18.1",
58+
"express": "^4.18.2",
5959
"joi": "^17.6.0",
6060
"jsonwebtoken": "^8.5.1",
6161
"module-alias": "^2.2.2",
@@ -66,7 +66,7 @@
6666
"devDependencies": {
6767
"@types/bcryptjs": "^2.4.2",
6868
"@types/dotenv": "^8.2.0",
69-
"@types/express": "^4.17.13",
69+
"@types/express": "^4.17.20",
7070
"@types/jest": "^28.1.7",
7171
"@types/jsonwebtoken": "^8.5.8",
7272
"@types/node": "^16.11.49",

0 commit comments

Comments
 (0)