Skip to content

Commit

Permalink
Update express to version 4.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed Sep 10, 2024
1 parent 4be47a3 commit 839b431
Show file tree
Hide file tree
Showing 7 changed files with 377 additions and 13 deletions.
2 changes: 1 addition & 1 deletion examples/dev-kits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"cross-env": "^7.0.0",
"enzyme-to-json": "^3.4.1",
"eventemitter3": "^4.0.0",
"express": "^4.16.4",
"express": "^4.20.0",
"express-graphql": "^0.9.0",
"format-json": "^1.0.3",
"global": "^4.3.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/official-storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"cross-env": "^7.0.0",
"enzyme-to-json": "^3.4.1",
"eventemitter3": "^4.0.0",
"express": "^4.17.0",
"express": "^4.20.0",
"express-graphql": "^0.9.0",
"format-json": "^1.0.3",
"global": "^4.3.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/server-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@storybook/server": "6.1.0-alpha.3",
"concurrently": "^5.2.0",
"cors": "^2.8.5",
"express": "~4.17.1",
"express": "~4.20.0",
"morgan": "^1.9.1",
"nodemon": "^2.0.2",
"pug": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"core-js": "^3.0.1",
"cross-spawn": "^7.0.0",
"envinfo": "^7.5.1",
"express": "^4.17.1",
"express": "^4.20.0",
"find-up": "^4.1.0",
"fs-extra": "^9.0.0",
"get-port": "^5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion lib/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"detect-port": "^1.3.0",
"dotenv-webpack": "^1.7.0",
"ejs": "^3.1.2",
"express": "^4.17.0",
"express": "^4.20.0",
"file-loader": "^6.0.0",
"file-system-cache": "^1.0.5",
"find-up": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
"eslint-plugin-react": "^7.15.1",
"eslint-teamcity": "^3.0.0",
"esm": "^3.2.25",
"express": "^4.17.1",
"express": "^4.20.0",
"fs-extra": "^9.0.0",
"github-release-from-changelog": "^2.1.0",
"glob": "^7.1.3",
Expand Down
Loading

0 comments on commit 839b431

Please sign in to comment.