Skip to content

Commit

Permalink
Merge pull request #26680 from storybookjs/valentin/bump-express
Browse files Browse the repository at this point in the history
Dependency: Bump Express.js
  • Loading branch information
valentinpalkovic authored May 31, 2024
2 parents 2b3aedd + c4ca417 commit 4bd5ef3
Show file tree
Hide file tree
Showing 10 changed files with 344 additions and 99 deletions.
2 changes: 1 addition & 1 deletion code/builders/builder-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"ejs": "^3.1.10",
"esbuild": "^0.18.0 || ^0.19.0 || ^0.20.0",
"esbuild-plugin-alias": "^0.2.1",
"express": "^4.17.3",
"express": "^4.19.2",
"fs-extra": "^11.1.0",
"process": "^0.11.10",
"util": "^0.12.4"
Expand Down
4 changes: 2 additions & 2 deletions code/builders/builder-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@
"@types/find-cache-dir": "^3.2.1",
"browser-assert": "^1.2.1",
"es-module-lexer": "^1.5.0",
"express": "^4.17.3",
"express": "^4.19.2",
"find-cache-dir": "^3.0.0",
"fs-extra": "^11.1.0",
"magic-string": "^0.30.0",
"ts-dedent": "^2.0.0"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/express": "^4.17.21",
"@types/node": "^18.0.0",
"glob": "^10.0.0",
"slash": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion code/builders/builder-webpack5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"constants-browserify": "^1.0.0",
"css-loader": "^6.7.1",
"es-module-lexer": "^1.5.0",
"express": "^4.17.3",
"express": "^4.19.2",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"fs-extra": "^11.1.0",
"html-webpack-plugin": "^5.5.0",
Expand Down
2 changes: 1 addition & 1 deletion code/lib/core-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"compression": "^1.7.4",
"detect-port": "^1.3.0",
"diff": "^5.2.0",
"express": "^4.17.3",
"express": "^4.19.2",
"fs-extra": "^11.1.0",
"globby": "^14.0.1",
"ip": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion code/lib/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@storybook/channels": "workspace:*",
"@types/express": "^4.7.0",
"@types/express": "^4.17.21",
"file-system-cache": "2.3.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
"@testing-library/jest-dom": "6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/express": "^4.17.11",
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.1",
"@types/lodash": "^4.14.167",
"@types/mock-require": "^2.0.3",
Expand Down
Loading

0 comments on commit 4bd5ef3

Please sign in to comment.