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
renovate[bot] committed Mar 27, 2024
1 parent f8e9b1a commit 47ec49b
Show file tree
Hide file tree
Showing 11 changed files with 191 additions and 566 deletions.
2 changes: 1 addition & 1 deletion examples/context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"typescript": "4.4.4"
},
"dependencies": {
"express": "4.17.1",
"express": "4.19.2",
"express-session": "1.17.2",
"graphql": "16.0.0-experimental-stream-defer.5",
"graphql-helix": "^1.13.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/csp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"typescript": "4.4.4"
},
"dependencies": {
"express": "4.17.1",
"express": "4.19.2",
"graphql-helix": "^1.13.0",
"graphql": "16.0.0-experimental-stream-defer.5",
"helmet": "4.6.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/error-handling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"typescript": "4.4.4"
},
"dependencies": {
"express": "4.17.1",
"express": "4.19.2",
"graphql-helix": "^1.13.0",
"graphql": "16.0.0-experimental-stream-defer.5"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"typescript": "4.4.4"
},
"dependencies": {
"express": "4.17.1",
"express": "4.19.2",
"graphql-helix": "^1.13.0",
"graphql": "16.0.0-experimental-stream-defer.5"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/file-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"typescript": "4.4.4"
},
"dependencies": {
"express": "4.17.1",
"express": "4.19.2",
"graphql-helix": "^1.13.0",
"graphql": "16.0.0-experimental-stream-defer.5",
"graphql-upload": "^11.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-jit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"typescript": "4.4.4"
},
"dependencies": {
"express": "4.17.1",
"express": "4.19.2",
"graphql-helix": "^1.13.0",
"graphql": "16.0.0-experimental-stream-defer.5",
"graphql-jit": "0.5.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"typescript": "4.4.4"
},
"dependencies": {
"express": "4.17.1",
"express": "4.19.2",
"graphql-helix": "^1.13.0",
"graphql": "16.0.0-experimental-stream-defer.5",
"graphql-modules": "1.4.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@types/ws": "7.4.7"
},
"dependencies": {
"express": "4.17.1",
"express": "4.19.2",
"graphql-helix": "^1.13.0",
"graphql": "16.0.0-experimental-stream-defer.5",
"graphql-ws": "5.5.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/live-queries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@n1ru4l/in-memory-live-query-store": "0.7.1",
"@n1ru4l/graphql-live-query": "0.8.1",
"express": "4.17.1",
"express": "4.19.2",
"graphql-helix": "^1.13.0",
"graphql": "16.0.0-experimental-stream-defer.5"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/persisted-queries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"typescript": "4.4.4"
},
"dependencies": {
"express": "4.17.1",
"express": "4.19.2",
"graphql-helix": "^1.13.0",
"graphql": "16.0.0-experimental-stream-defer.5"
}
Expand Down
Loading

0 comments on commit 47ec49b

Please sign in to comment.