Skip to content

Commit 525146b

Browse files
fix(deps): update dependency express to v4.18.2
1 parent 9d35033 commit 525146b

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

packages/todo-example/server-helix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@n1ru4l/in-memory-live-query-store": "0.10.0",
77
"@n1ru4l/graphql-live-query-patch-jsondiffpatch": "0.8.0",
8-
"express": "4.18.1",
8+
"express": "4.18.2",
99
"graphql": "16.0.0-experimental-stream-defer.5",
1010
"graphql-helix": "1.13.0",
1111
"socket.io": "4.5.2"

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3115,10 +3115,10 @@ [email protected]:
31153115
yargs "^17.5.1"
31163116
zod "^3.17.3"
31173117

3118-
3119-
version "1.20.0"
3120-
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.0.tgz#3de69bd89011c11573d7bfee6a64f11b6bd27cc5"
3121-
integrity sha512-DfJ+q6EPcGKZD1QWUjSpqp+Q7bDQTsQIF4zfUAtZ6qk+H/3/QRhg9CEp39ss+/T2vw0+HaidC0ecJj/DRLIaKg==
3118+
3119+
version "1.20.1"
3120+
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.1.tgz#b1812a8912c195cd371a3ee5e66faa2338a5c668"
3121+
integrity sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==
31223122
dependencies:
31233123
bytes "3.1.2"
31243124
content-type "~1.0.4"
@@ -3128,7 +3128,7 @@ [email protected]:
31283128
http-errors "2.0.0"
31293129
iconv-lite "0.4.24"
31303130
on-finished "2.4.1"
3131-
qs "6.10.3"
3131+
qs "6.11.0"
31323132
raw-body "2.5.1"
31333133
type-is "~1.6.18"
31343134
unpipe "1.0.0"
@@ -4493,14 +4493,14 @@ expect@^27.5.1:
44934493
jest-matcher-utils "^27.5.1"
44944494
jest-message-util "^27.5.1"
44954495

4496-
4497-
version "4.18.1"
4498-
resolved "https://registry.yarnpkg.com/express/-/express-4.18.1.tgz#7797de8b9c72c857b9cd0e14a5eea80666267caf"
4499-
integrity sha512-zZBcOX9TfehHQhtupq57OF8lFZ3UZi08Y97dwFCkD8p9d/d2Y3M+ykKcwaMDEL+4qyUolgBDX6AblpR3fL212Q==
4496+
4497+
version "4.18.2"
4498+
resolved "https://registry.yarnpkg.com/express/-/express-4.18.2.tgz#3fabe08296e930c796c19e3c516979386ba9fd59"
4499+
integrity sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==
45004500
dependencies:
45014501
accepts "~1.3.8"
45024502
array-flatten "1.1.1"
4503-
body-parser "1.20.0"
4503+
body-parser "1.20.1"
45044504
content-disposition "0.5.4"
45054505
content-type "~1.0.4"
45064506
cookie "0.5.0"
@@ -4519,7 +4519,7 @@ [email protected]:
45194519
parseurl "~1.3.3"
45204520
path-to-regexp "0.1.7"
45214521
proxy-addr "~2.0.7"
4522-
qs "6.10.3"
4522+
qs "6.11.0"
45234523
range-parser "~1.2.1"
45244524
safe-buffer "5.2.1"
45254525
send "0.18.0"
@@ -7250,10 +7250,10 @@ pvutils@^1.1.3:
72507250
resolved "https://registry.yarnpkg.com/pvutils/-/pvutils-1.1.3.tgz#f35fc1d27e7cd3dfbd39c0826d173e806a03f5a3"
72517251
integrity sha512-pMpnA0qRdFp32b1sJl1wOJNxZLQ2cbQx+k6tjNtZ8CpvVhNqEPRgivZ2WOUev2YMajecdH7ctUPDvEe87nariQ==
72527252

7253-
qs@6.10.3:
7254-
version "6.10.3"
7255-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.3.tgz#d6cde1b2ffca87b5aa57889816c5f81535e22e8e"
7256-
integrity sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==
7253+
qs@6.11.0:
7254+
version "6.11.0"
7255+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.0.tgz#fd0d963446f7a65e1367e01abd85429453f0c37a"
7256+
integrity sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==
72577257
dependencies:
72587258
side-channel "^1.0.4"
72597259

0 commit comments

Comments
 (0)