Skip to content

Commit b74f742

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency express to v4.17.2
1 parent fa4ecef commit b74f742

File tree

2 files changed

+117
-4
lines changed

2 files changed

+117
-4
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.1",
7878
"date-fns": "2.23.0",
7979
"envsub": "4.0.7",
80-
"express": "4.17.1",
80+
"express": "4.17.2",
8181
"graphql": "15.8.0",
8282
"graphql-redis-subscriptions": "2.4.2",
8383
"ioredis": "4.28.2",

yarn.lock

Lines changed: 116 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8202,6 +8202,22 @@ [email protected], body-parser@^1.15.2, body-parser@^1.18.3:
82028202
raw-body "2.4.0"
82038203
type-is "~1.6.17"
82048204

8205+
8206+
version "1.19.1"
8207+
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.19.1.tgz#1499abbaa9274af3ecc9f6f10396c995943e31d4"
8208+
integrity sha512-8ljfQi5eBk8EJfECMrgqNGWPEY5jWP+1IzkzkGdFFEwFQZZyaZ21UqdaHktgiMlH0xLHqIFtE/u2OYE5dOtViA==
8209+
dependencies:
8210+
bytes "3.1.1"
8211+
content-type "~1.0.4"
8212+
debug "2.6.9"
8213+
depd "~1.1.2"
8214+
http-errors "1.8.1"
8215+
iconv-lite "0.4.24"
8216+
on-finished "~2.3.0"
8217+
qs "6.9.6"
8218+
raw-body "2.4.2"
8219+
type-is "~1.6.18"
8220+
82058221
bonjour@^3.5.0:
82068222
version "3.5.0"
82078223
resolved "https://registry.yarnpkg.com/bonjour/-/bonjour-3.5.0.tgz#8e890a183d8ee9a2393b3844c691a42bcf7bc9f5"
@@ -8502,6 +8518,11 @@ [email protected], bytes@^3.1.0:
85028518
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz#f6cf7933a360e0588fa9fde85651cdc7f805d1f6"
85038519
integrity sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==
85048520

8521+
8522+
version "3.1.1"
8523+
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.1.tgz#3f018291cb4cbad9accb6e6970bca9c8889e879a"
8524+
integrity sha512-dWe4nWO/ruEOY7HkUJ5gFt1DCFV9zPRoJr8pV0/ASQermOZjtq8jMjOprC0Kd10GLN+l7xaUPvxzJFWtxGu8Fg==
8525+
85058526
cacache@^12.0.2:
85068527
version "12.0.4"
85078528
resolved "https://registry.yarnpkg.com/cacache/-/cacache-12.0.4.tgz#668bcbd105aeb5f1d92fe25570ec9525c8faa40c"
@@ -9274,6 +9295,13 @@ [email protected]:
92749295
dependencies:
92759296
safe-buffer "5.1.2"
92769297

9298+
9299+
version "0.5.4"
9300+
resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.4.tgz#8b82b4efac82512a02bb0b1dcec9d2c5e8eb5bfe"
9301+
integrity sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==
9302+
dependencies:
9303+
safe-buffer "5.2.1"
9304+
92779305
content-type@^1.0.4, content-type@~1.0.4:
92789306
version "1.0.4"
92799307
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b"
@@ -9316,6 +9344,11 @@ [email protected]:
93169344
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.0.tgz#beb437e7022b3b6d49019d088665303ebe9c14ba"
93179345
integrity sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==
93189346

9347+
9348+
version "0.4.1"
9349+
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.1.tgz#afd713fe26ebd21ba95ceb61f9a8116e50a537d1"
9350+
integrity sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==
9351+
93199352
cookiejar@^2.1.2:
93209353
version "2.1.2"
93219354
resolved "https://registry.yarnpkg.com/cookiejar/-/cookiejar-2.1.2.tgz#dd8a235530752f988f9a0844f3fc589e3111125c"
@@ -11570,6 +11603,42 @@ [email protected], express@^4.17.1:
1157011603
utils-merge "1.0.1"
1157111604
vary "~1.1.2"
1157211605

11606+
11607+
version "4.17.2"
11608+
resolved "https://registry.yarnpkg.com/express/-/express-4.17.2.tgz#c18369f265297319beed4e5558753cc8c1364cb3"
11609+
integrity sha512-oxlxJxcQlYwqPWKVJJtvQiwHgosH/LrLSPA+H4UxpyvSS6jC5aH+5MoHFM+KABgTOt0APue4w66Ha8jCUo9QGg==
11610+
dependencies:
11611+
accepts "~1.3.7"
11612+
array-flatten "1.1.1"
11613+
body-parser "1.19.1"
11614+
content-disposition "0.5.4"
11615+
content-type "~1.0.4"
11616+
cookie "0.4.1"
11617+
cookie-signature "1.0.6"
11618+
debug "2.6.9"
11619+
depd "~1.1.2"
11620+
encodeurl "~1.0.2"
11621+
escape-html "~1.0.3"
11622+
etag "~1.8.1"
11623+
finalhandler "~1.1.2"
11624+
fresh "0.5.2"
11625+
merge-descriptors "1.0.1"
11626+
methods "~1.1.2"
11627+
on-finished "~2.3.0"
11628+
parseurl "~1.3.3"
11629+
path-to-regexp "0.1.7"
11630+
proxy-addr "~2.0.7"
11631+
qs "6.9.6"
11632+
range-parser "~1.2.1"
11633+
safe-buffer "5.2.1"
11634+
send "0.17.2"
11635+
serve-static "1.14.2"
11636+
setprototypeof "1.2.0"
11637+
statuses "~1.5.0"
11638+
type-is "~1.6.18"
11639+
utils-merge "1.0.1"
11640+
vary "~1.1.2"
11641+
1157311642
ext@^1.1.2:
1157411643
version "1.4.0"
1157511644
resolved "https://registry.yarnpkg.com/ext/-/ext-1.4.0.tgz#89ae7a07158f79d35517882904324077e4379244"
@@ -13289,7 +13358,7 @@ [email protected], http-errors@^1.5.1, http-errors@^1.7.3, http-errors@^1.8.0:
1328913358
statuses ">= 1.5.0 < 2"
1329013359
toidentifier "1.0.0"
1329113360

13292-
http-errors@^1.8.1:
13361+
http-errors@1.8.1, http-errors@^1.8.1:
1329313362
version "1.8.1"
1329413363
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.8.1.tgz#7c3f28577cbc8a207388455dbd62295ed07bd68c"
1329513364
integrity sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==
@@ -16850,7 +16919,7 @@ [email protected]:
1685016919
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
1685116920
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
1685216921

16853-
ms@^2.0.0, ms@^2.1.1:
16922+
ms@2.1.3, ms@^2.0.0, ms@^2.1.1:
1685416923
version "2.1.3"
1685516924
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
1685616925
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
@@ -19137,7 +19206,7 @@ [email protected], protobufjs@^6.10.0, protobufjs@^6.10.2, protobufjs@^6.9.0, pr
1913719206
"@types/node" ">=13.7.0"
1913819207
long "^4.0.0"
1913919208

19140-
proxy-addr@~2.0.5:
19209+
proxy-addr@~2.0.5, proxy-addr@~2.0.7:
1914119210
version "2.0.7"
1914219211
resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.7.tgz#f19fe69ceab311eeb94b42e70e8c2070f9ba1025"
1914319212
integrity sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==
@@ -19243,6 +19312,11 @@ [email protected]:
1924319312
resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc"
1924419313
integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==
1924519314

19315+
19316+
version "6.9.6"
19317+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.6.tgz#26ed3c8243a431b2924aca84cc90471f35d5a0ee"
19318+
integrity sha512-TIRk4aqYLNoJUbd+g2lEdz5kLWIuTMRagAXxl78Q0RiVjAOugHmeKNGdd3cwo/ktpf9aL9epCfFqWDEKysUlLQ==
19319+
1924619320
qs@~6.5.2:
1924719321
version "6.5.2"
1924819322
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36"
@@ -19341,6 +19415,16 @@ [email protected]:
1934119415
iconv-lite "0.4.24"
1934219416
unpipe "1.0.0"
1934319417

19418+
19419+
version "2.4.2"
19420+
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.4.2.tgz#baf3e9c21eebced59dd6533ac872b71f7b61cb32"
19421+
integrity sha512-RPMAFUJP19WIet/99ngh6Iv8fzAbqum4Li7AD6DtGaW2RpMB/11xDoalPiJMTbu6I3hkbMVkATvZrqb9EEqeeQ==
19422+
dependencies:
19423+
bytes "3.1.1"
19424+
http-errors "1.8.1"
19425+
iconv-lite "0.4.24"
19426+
unpipe "1.0.0"
19427+
1934419428
raw-body@^2.4.1:
1934519429
version "2.4.1"
1934619430
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.4.1.tgz#30ac82f98bb5ae8c152e67149dac8d55153b168c"
@@ -20479,6 +20563,25 @@ [email protected]:
2047920563
range-parser "~1.2.1"
2048020564
statuses "~1.5.0"
2048120565

20566+
20567+
version "0.17.2"
20568+
resolved "https://registry.yarnpkg.com/send/-/send-0.17.2.tgz#926622f76601c41808012c8bf1688fe3906f7820"
20569+
integrity sha512-UJYB6wFSJE3G00nEivR5rgWp8c2xXvJ3OPWPhmuteU0IKj8nKbG3DrjiOmLwpnHGYWAVwA69zmTm++YG0Hmwww==
20570+
dependencies:
20571+
debug "2.6.9"
20572+
depd "~1.1.2"
20573+
destroy "~1.0.4"
20574+
encodeurl "~1.0.2"
20575+
escape-html "~1.0.3"
20576+
etag "~1.8.1"
20577+
fresh "0.5.2"
20578+
http-errors "1.8.1"
20579+
mime "1.6.0"
20580+
ms "2.1.3"
20581+
on-finished "~2.3.0"
20582+
range-parser "~1.2.1"
20583+
statuses "~1.5.0"
20584+
2048220585
sentence-case@^3.0.4:
2048320586
version "3.0.4"
2048420587
resolved "https://registry.yarnpkg.com/sentence-case/-/sentence-case-3.0.4.tgz#3645a7b8c117c787fde8702056225bb62a45131f"
@@ -20532,6 +20635,16 @@ [email protected]:
2053220635
parseurl "~1.3.3"
2053320636
send "0.17.1"
2053420637

20638+
20639+
version "1.14.2"
20640+
resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.14.2.tgz#722d6294b1d62626d41b43a013ece4598d292bfa"
20641+
integrity sha512-+TMNA9AFxUEGuC0z2mevogSnn9MXKb4fa7ngeRMJaaGv8vTwnIEkKi+QGvPt33HSnf8pRS+WGM0EbMtCJLKMBQ==
20642+
dependencies:
20643+
encodeurl "~1.0.2"
20644+
escape-html "~1.0.3"
20645+
parseurl "~1.3.3"
20646+
send "0.17.2"
20647+
2053520648
set-blocking@^2.0.0:
2053620649
version "2.0.0"
2053720650
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"

0 commit comments

Comments
 (0)