Skip to content

Commit

Permalink
Merge pull request #20152 from storybookjs/shilman/upgrade-express
Browse files Browse the repository at this point in the history
Upgrade express to fix security warning
  • Loading branch information
shilman authored Dec 8, 2022
2 parents 8d5eaef + dcc55c5 commit 8f647a4
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion code/lib/builder-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"ejs": "^3.1.8",
"esbuild": "^0.14.48",
"esbuild-plugin-alias": "^0.2.1",
"express": "^4.17.1",
"express": "^4.17.3",
"fs-extra": "^9.0.1",
"process": "^0.11.10",
"slash": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion code/lib/builder-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@vitejs/plugin-react": "^2.0.0",
"browser-assert": "^1.2.1",
"es-module-lexer": "^0.9.3",
"express": "^4.17.1",
"express": "^4.17.3",
"fs-extra": "^9.0.1",
"glob": "^7.2.0",
"glob-promise": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion code/lib/builder-webpack5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"browser-assert": "^1.2.1",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"css-loader": "^6.7.1",
"express": "^4.17.1",
"express": "^4.17.3",
"fork-ts-checker-webpack-plugin": "^7.2.8",
"fs-extra": "^9.0.1",
"global": "^4.4.0",
Expand Down
2 changes: 1 addition & 1 deletion code/lib/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"detect-indent": "^6.1.0",
"envinfo": "^7.7.3",
"execa": "^5.0.0",
"express": "^4.17.1",
"express": "^4.17.3",
"find-up": "^5.0.0",
"fs-extra": "^9.0.1",
"get-port": "^5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion code/lib/core-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"chalk": "^4.1.0",
"esbuild": "^0.14.48",
"esbuild-register": "^3.3.3",
"express": "^4.17.1",
"express": "^4.17.3",
"file-system-cache": "^2.0.0",
"find-up": "^5.0.0",
"fs-extra": "^9.0.1",
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 @@ -55,7 +55,7 @@
"cli-table3": "^0.6.1",
"compression": "^1.7.4",
"detect-port": "^1.3.0",
"express": "^4.17.1",
"express": "^4.17.3",
"fs-extra": "^9.0.1",
"global": "^4.4.0",
"globby": "^11.0.2",
Expand Down
2 changes: 1 addition & 1 deletion code/lib/manager-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@types/lodash": "^4.14.167",
"@types/qs": "^6",
"flush-promises": "^1.0.2",
"qs": "^6.10.1",
"qs": "^6.10.0",
"typescript": "~4.9.3"
},
"peerDependencies": {
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 @@ -44,7 +44,7 @@
"@storybook/channels": "7.0.0-beta.0",
"@types/babel__core": "^7.0.0",
"@types/express": "^4.7.0",
"express": "^4.17.1",
"express": "^4.17.3",
"file-system-cache": "^2.0.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 @@ -289,7 +289,7 @@
"eslint-plugin-storybook": "^0.6.6",
"esm": "^3.2.25",
"execa": "^5.0.0",
"express": "^4.17.1",
"express": "^4.17.3",
"fs-extra": "^9.0.1",
"github-release-from-changelog": "^2.1.1",
"glob": "^7.1.6",
Expand Down
22 changes: 11 additions & 11 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5857,7 +5857,7 @@ __metadata:
ejs: ^3.1.8
esbuild: ^0.14.48
esbuild-plugin-alias: ^0.2.1
express: ^4.17.1
express: ^4.17.3
fs-extra: ^9.0.1
process: ^0.11.10
slash: ^3.0.0
Expand All @@ -5884,7 +5884,7 @@ __metadata:
"@vitejs/plugin-react": ^2.0.0
browser-assert: ^1.2.1
es-module-lexer: ^0.9.3
express: ^4.17.1
express: ^4.17.3
fs-extra: ^9.0.1
glob: ^7.2.0
glob-promise: ^4.2.0
Expand Down Expand Up @@ -5940,7 +5940,7 @@ __metadata:
browser-assert: ^1.2.1
case-sensitive-paths-webpack-plugin: ^2.4.0
css-loader: ^6.7.1
express: ^4.17.1
express: ^4.17.3
fork-ts-checker-webpack-plugin: ^7.2.8
fs-extra: ^9.0.1
global: ^4.4.0
Expand Down Expand Up @@ -6041,7 +6041,7 @@ __metadata:
detect-indent: ^6.1.0
envinfo: ^7.7.3
execa: ^5.0.0
express: ^4.17.1
express: ^4.17.3
find-up: ^5.0.0
fs-extra: ^9.0.1
get-port: ^5.1.1
Expand Down Expand Up @@ -6170,7 +6170,7 @@ __metadata:
chalk: ^4.1.0
esbuild: ^0.14.48
esbuild-register: ^3.3.3
express: ^4.17.1
express: ^4.17.3
file-system-cache: ^2.0.0
find-up: ^5.0.0
fs-extra: ^9.0.1
Expand Down Expand Up @@ -6240,7 +6240,7 @@ __metadata:
cli-table3: ^0.6.1
compression: ^1.7.4
detect-port: ^1.3.0
express: ^4.17.1
express: ^4.17.3
fs-extra: ^9.0.1
global: ^4.4.0
globby: ^11.0.2
Expand Down Expand Up @@ -6578,7 +6578,7 @@ __metadata:
global: ^4.4.0
lodash: ^4.17.21
memoizerific: ^1.11.3
qs: ^6.10.1
qs: ^6.10.0
semver: ^7.3.7
store2: ^2.14.2
telejson: ^7.0.3
Expand Down Expand Up @@ -7234,7 +7234,7 @@ __metadata:
esm: ^3.2.25
execa: ^5.0.0
expect-type: ^0.14.2
express: ^4.17.1
express: ^4.17.3
fs-extra: ^9.0.1
github-release-from-changelog: ^2.1.1
glob: ^7.1.6
Expand Down Expand Up @@ -7591,7 +7591,7 @@ __metadata:
"@types/babel__core": ^7.0.0
"@types/express": ^4.7.0
"@types/node": ^16.0.0
express: ^4.17.1
express: ^4.17.3
file-system-cache: ^2.0.0
typescript: ~4.9.3
languageName: unknown
Expand Down Expand Up @@ -16550,7 +16550,7 @@ __metadata:
languageName: node
linkType: hard

"express@npm:^4.17.1":
"express@npm:^4.17.1, express@npm:^4.17.3":
version: 4.18.2
resolution: "express@npm:4.18.2"
dependencies:
Expand Down Expand Up @@ -27242,7 +27242,7 @@ __metadata:
languageName: node
linkType: hard

"qs@npm:6.11.0, qs@npm:^6.10.0, qs@npm:^6.10.1, qs@npm:^6.4.0, qs@npm:^6.9.4":
"qs@npm:6.11.0, qs@npm:^6.10.0, qs@npm:^6.4.0, qs@npm:^6.9.4":
version: 6.11.0
resolution: "qs@npm:6.11.0"
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-storybook": "^0.6.6",
"execa": "^6.1.0",
"express": "^4.17.1",
"express": "^4.17.3",
"find-up": "^5.0.0",
"fs-extra": "^9.0.1",
"github-release-from-changelog": "^2.1.1",
Expand Down
4 changes: 2 additions & 2 deletions scripts/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3276,7 +3276,7 @@ __metadata:
eslint-plugin-react: ^7.31.10
eslint-plugin-storybook: ^0.6.6
execa: ^6.1.0
express: ^4.17.1
express: ^4.17.3
find-up: ^5.0.0
fs-extra: ^9.0.1
github-release-from-changelog: ^2.1.1
Expand Down Expand Up @@ -8560,7 +8560,7 @@ __metadata:
languageName: node
linkType: hard

"express@npm:^4.17.1":
"express@npm:^4.17.3":
version: 4.18.2
resolution: "express@npm:4.18.2"
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion test-storybooks/server-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@storybook/server-webpack5": "7.0.0-alpha.43",
"concurrently": "^5.3.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"express": "^4.17.3",
"morgan": "^1.10.0",
"nodemon": "^2.0.7",
"pug": "^3.0.0",
Expand Down

0 comments on commit 8f647a4

Please sign in to comment.