Skip to content

Commit

Permalink
fix(deps): update dependency express to v4.19.2 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptedAlchemy committed May 12, 2024
1 parent 2b630d9 commit 2d707f1
Show file tree
Hide file tree
Showing 18 changed files with 253 additions and 506 deletions.
2 changes: 1 addition & 1 deletion apollo-client/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@apollo/client": "^3.7.1",
"express": "4.18.2",
"express": "4.19.2",
"graphql": "^16.6.0",
"node-fetch": "2.6.9",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion apollo-client/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@apollo/client": "^3.7.1",
"express": "4.18.2",
"express": "4.19.2",
"graphql": "^16.6.0",
"node-fetch": "2.6.9",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion genesis/ssr-mf-about/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
},
"dependencies": {
"@fmfe/genesis-core": "2.3.10",
"express": "4.17.2"
"express": "4.19.2"
}
}
2 changes: 1 addition & 1 deletion genesis/ssr-mf-home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
},
"dependencies": {
"@fmfe/genesis-core": "2.3.10",
"express": "4.17.2"
"express": "4.19.2"
}
}
2 changes: 1 addition & 1 deletion loadable-react-16/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@loadable/component": "^5.15.2",
"@loadable/server": "^5.15.2",
"@loadable/webpack-plugin": "^5.15.2",
"express": "4.18.2",
"express": "4.19.2",
"react": "^16",
"react-dom": "^16",
"react-loadable-ssr-addon": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion loadable-react-16/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@loadable/component": "^5.15.2",
"@loadable/server": "^5.15.2",
"@loadable/webpack-plugin": "^5.15.2",
"express": "4.18.2",
"express": "4.19.2",
"react": "^16",
"react-dom": "^16",
"react-helmet": "6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion loadable-react-18/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@loadable/server": "^5.15.2",
"@loadable/webpack-plugin": "^5.15.2",
"axios": "^1.6.0",
"express": "4.18.2",
"express": "4.19.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"regenerator-runtime": "0.14.1"
Expand Down
2 changes: 1 addition & 1 deletion loadable-react-18/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@loadable/component": "^5.15.2",
"@loadable/server": "^5.15.2",
"@loadable/webpack-plugin": "^5.15.2",
"express": "4.18.2",
"express": "4.19.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "6.1.0",
Expand Down
725 changes: 236 additions & 489 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-16-17-18-ssr/shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build:server": "rimraf dist/server && rspack --mode production --config config/webpack.server.js"
},
"dependencies": {
"express": "4.18.2",
"express": "4.19.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion react-18-code-splitting/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build:server": "rimraf dist/server && rspack --mode production --config config/webpack.server.js"
},
"dependencies": {
"express": "4.18.2",
"express": "4.19.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion react-18-code-splitting/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build:server": "rimraf dist/server && rspack --mode development --config config/webpack.server.js"
},
"dependencies": {
"express": "4.18.2",
"express": "4.19.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion react-18-server-2-server/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build:server": "rimraf dist/server && webpack --mode production --progress --config config/webpack.server.js"
},
"dependencies": {
"express": "4.18.2",
"express": "4.19.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion react-18-server-2-server/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build:server": "rimraf dist/server && webpack --mode production --progress --config config/webpack.server.js"
},
"dependencies": {
"express": "4.18.2",
"express": "4.19.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion react-18-ssr/shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build:server": "rimraf dist/server && webpack --mode production --progress --config config/webpack.server.js"
},
"dependencies": {
"express": "4.18.2",
"express": "4.19.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion styled-components/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build:server": "rimraf dist/server && npx webpack --mode=production --progress --config config/webpack.server.js"
},
"dependencies": {
"express": "4.18.2",
"express": "4.19.2",
"react": "^16",
"react-dom": "^16",
"regenerator-runtime": "0.14.1",
Expand Down
2 changes: 1 addition & 1 deletion styled-components/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build:server": "rimraf dist/server && npx webpack --mode=production --progress --config config/webpack.server.js"
},
"dependencies": {
"express": "4.18.2",
"express": "4.19.2",
"react": "^16",
"react-dom": "^16",
"react-helmet": "6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion vite-react-simple/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"compression": "1.7.4",
"express": "4.17.1",
"express": "4.19.2",
"lodash-es": "4.17.21",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down

0 comments on commit 2d707f1

Please sign in to comment.