Skip to content

Commit d7dc2d1

Browse files
committed
fix(deps): update dependency express to v4.18.2
1 parent 4d4febe commit d7dc2d1

File tree

2 files changed

+63
-1
lines changed

2 files changed

+63
-1
lines changed

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"cli-color": "2.0.3",
7878
"date-fns": "2.23.0",
7979
"envsub": "4.0.7",
80-
"express": "4.18.1",
80+
"express": "4.18.2",
8181
"graphql": "15.8.0",
8282
"graphql-redis-subscriptions": "2.4.2",
8383
"ioredis": "4.28.5",

yarn.lock

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8430,6 +8430,24 @@ [email protected]:
84308430
type-is "~1.6.18"
84318431
unpipe "1.0.0"
84328432

8433+
8434+
version "1.20.1"
8435+
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.1.tgz#b1812a8912c195cd371a3ee5e66faa2338a5c668"
8436+
integrity sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==
8437+
dependencies:
8438+
bytes "3.1.2"
8439+
content-type "~1.0.4"
8440+
debug "2.6.9"
8441+
depd "2.0.0"
8442+
destroy "1.2.0"
8443+
http-errors "2.0.0"
8444+
iconv-lite "0.4.24"
8445+
on-finished "2.4.1"
8446+
qs "6.11.0"
8447+
raw-body "2.5.1"
8448+
type-is "~1.6.18"
8449+
unpipe "1.0.0"
8450+
84338451
bonjour@^3.5.0:
84348452
version "3.5.0"
84358453
resolved "https://registry.yarnpkg.com/bonjour/-/bonjour-3.5.0.tgz#8e890a183d8ee9a2393b3844c691a42bcf7bc9f5"
@@ -12020,6 +12038,43 @@ [email protected]:
1202012038
utils-merge "1.0.1"
1202112039
vary "~1.1.2"
1202212040

12041+
12042+
version "4.18.2"
12043+
resolved "https://registry.yarnpkg.com/express/-/express-4.18.2.tgz#3fabe08296e930c796c19e3c516979386ba9fd59"
12044+
integrity sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==
12045+
dependencies:
12046+
accepts "~1.3.8"
12047+
array-flatten "1.1.1"
12048+
body-parser "1.20.1"
12049+
content-disposition "0.5.4"
12050+
content-type "~1.0.4"
12051+
cookie "0.5.0"
12052+
cookie-signature "1.0.6"
12053+
debug "2.6.9"
12054+
depd "2.0.0"
12055+
encodeurl "~1.0.2"
12056+
escape-html "~1.0.3"
12057+
etag "~1.8.1"
12058+
finalhandler "1.2.0"
12059+
fresh "0.5.2"
12060+
http-errors "2.0.0"
12061+
merge-descriptors "1.0.1"
12062+
methods "~1.1.2"
12063+
on-finished "2.4.1"
12064+
parseurl "~1.3.3"
12065+
path-to-regexp "0.1.7"
12066+
proxy-addr "~2.0.7"
12067+
qs "6.11.0"
12068+
range-parser "~1.2.1"
12069+
safe-buffer "5.2.1"
12070+
send "0.18.0"
12071+
serve-static "1.15.0"
12072+
setprototypeof "1.2.0"
12073+
statuses "2.0.1"
12074+
type-is "~1.6.18"
12075+
utils-merge "1.0.1"
12076+
vary "~1.1.2"
12077+
1202312078
ext@^1.1.2:
1202412079
version "1.4.0"
1202512080
resolved "https://registry.yarnpkg.com/ext/-/ext-1.4.0.tgz#89ae7a07158f79d35517882904324077e4379244"
@@ -20067,6 +20122,13 @@ [email protected], qs@^6.10.3:
2006720122
dependencies:
2006820123
side-channel "^1.0.4"
2006920124

20125+
20126+
version "6.11.0"
20127+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.0.tgz#fd0d963446f7a65e1367e01abd85429453f0c37a"
20128+
integrity sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==
20129+
dependencies:
20130+
side-channel "^1.0.4"
20131+
2007020132
2007120133
version "6.7.0"
2007220134
resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc"

0 commit comments

Comments
 (0)