Skip to content

Commit 0672405

Browse files
chore(deps): update dependency express to v4.19.2 (#6016)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 133dd86 commit 0672405

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

benchmark/federation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@graphql-tools/federation": "1.1.25",
1515
"@graphql-tools/stitch": "9.0.5",
1616
"cross-env": "7.0.3",
17-
"express": "4.19.1",
17+
"express": "4.19.2",
1818
"graphql": "16.8.1",
1919
"graphql-tag": "2.12.6",
2020
"wait-on": "7.2.0"

packages/loaders/url/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@types/extract-files": "8.1.3",
7474
"@types/valid-url": "1.0.7",
7575
"babel-loader": "9.1.3",
76-
"express": "4.19.1",
76+
"express": "4.19.2",
7777
"graphql-sse": "2.5.2",
7878
"graphql-upload": "16.0.2",
7979
"graphql-yoga": "5.2.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6009,10 +6009,10 @@ expect@^29.0.0, expect@^29.7.0:
60096009
jest-message-util "^29.7.0"
60106010
jest-util "^29.7.0"
60116011

6012-
6013-
version "4.19.1"
6014-
resolved "https://registry.yarnpkg.com/express/-/express-4.19.1.tgz#4700635795e911600a45596138cf5b0320e78256"
6015-
integrity sha512-K4w1/Bp7y8iSiVObmCrtq8Cs79XjJc/RU2YYkZQ7wpUu5ZyZ7MtPHkqoMz4pf+mgXfNvo2qft8D9OnrH2ABk9w==
6012+
6013+
version "4.19.2"
6014+
resolved "https://registry.yarnpkg.com/express/-/express-4.19.2.tgz#e25437827a3aa7f2a827bc8171bbbb664a356465"
6015+
integrity sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==
60166016
dependencies:
60176017
accepts "~1.3.8"
60186018
array-flatten "1.1.1"

0 commit comments

Comments
 (0)