Skip to content

Commit

Permalink
fix(deps): update dependency express to ^4.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 8, 2024
1 parent 9600d9e commit d4d81c7
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 71 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"build": "tsc && unbuild && tsc -p client/tsconfig.json && vite build client"
},
"dependencies": {
"express": "^4.19.2"
"express": "^4.21.1"
},
"devDependencies": {
"@previewjs/analyzer-api": "workspace:^0.1.1",
Expand Down
2 changes: 1 addition & 1 deletion chromeless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@previewjs/iframe": "^17.1.0",
"@previewjs/properties": "^5.0.4",
"@previewjs/vfs": "^2.1.2",
"express": "^4.19.2",
"express": "^4.21.1",
"pino": "^9.5.0",
"playwright": "^1.48.2",
"typescript": "^5.6.3"
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"axios": "^1.7.7",
"esbuild-plugin-polyfill-node": "^0.3.0",
"exclusive-promises": "^1.0.3",
"express": "^4.19.2",
"express": "^4.21.1",
"fs-extra": "^11.2.0",
"globby": "^14.0.2",
"html-escaper": "^3.0.3",
Expand Down
Loading

0 comments on commit d4d81c7

Please sign in to comment.