Skip to content

Commit

Permalink
fix(deps): update dependency express to v4.19.2 [security] (#4219)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 28, 2024
1 parent 5d7d398 commit 67b4327
Show file tree
Hide file tree
Showing 10 changed files with 208 additions and 41 deletions.
140 changes: 111 additions & 29 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion apps/crn-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"cors": "2.8.5",
"csv-parse": "4.16.3",
"debug": "4.3.4",
"express": "4.18.2",
"express": "4.19.2",
"express-async-errors": "3.1.1",
"form-data": "3.0.1",
"got": "11.8.6",
Expand Down
2 changes: 1 addition & 1 deletion apps/gp2-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"apr-intercept": "3.0.4",
"aws-lambda": "1.0.7",
"cors": "2.8.5",
"express": "4.18.2",
"express": "4.19.2",
"express-async-errors": "3.1.1",
"form-data": "3.0.1",
"graphql": "15.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/server-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"async": "^3.2.4",
"aws-lambda": "1.0.7",
"csv-parse": "4.16.3",
"express": "4.18.2",
"express": "4.19.2",
"google-auth-library": "9.4.1",
"got": "11.8.6",
"jsonwebtoken": "9.0.0",
Expand Down
103 changes: 94 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,7 @@ __metadata:
csv-parse: 4.16.3
debug: 4.3.4
esbuild: ^0.19.10
express: 4.18.2
express: 4.19.2
express-async-errors: 3.1.1
form-data: 3.0.1
got: 11.8.6
Expand Down Expand Up @@ -1530,7 +1530,7 @@ __metadata:
babel-loader: 8.3.0
cors: 2.8.5
esbuild: ^0.19.10
express: 4.18.2
express: 4.19.2
express-async-errors: 3.1.1
form-data: 3.0.1
graphql: 15.8.0
Expand Down Expand Up @@ -1795,7 +1795,7 @@ __metadata:
async: ^3.2.4
aws-lambda: 1.0.7
csv-parse: 4.16.3
express: 4.18.2
express: 4.19.2
express-async-errors: 3.1.1
google-auth-library: 9.4.1
got: 11.8.6
Expand Down Expand Up @@ -20905,6 +20905,26 @@ __metadata:
languageName: node
linkType: hard

"body-parser@npm:1.20.2":
version: 1.20.2
resolution: "body-parser@npm:1.20.2"
dependencies:
bytes: 3.1.2
content-type: ~1.0.5
debug: 2.6.9
depd: 2.0.0
destroy: 1.2.0
http-errors: 2.0.0
iconv-lite: 0.4.24
on-finished: 2.4.1
qs: 6.11.0
raw-body: 2.5.2
type-is: ~1.6.18
unpipe: 1.0.0
checksum: 14d37ec638ab5c93f6099ecaed7f28f890d222c650c69306872e00b9efa081ff6c596cd9afb9930656aae4d6c4e1c17537bea12bb73c87a217cb3cfea8896737
languageName: node
linkType: hard

"bonjour-service@npm:^1.0.11":
version: 1.2.1
resolution: "bonjour-service@npm:1.2.1"
Expand Down Expand Up @@ -22755,6 +22775,13 @@ __metadata:
languageName: node
linkType: hard

"content-type@npm:~1.0.5":
version: 1.0.5
resolution: "content-type@npm:1.0.5"
checksum: 566271e0a251642254cde0f845f9dd4f9856e52d988f4eb0d0dcffbb7a1f8ec98de7a5215fc628f3bce30fe2fb6fd2bc064b562d721658c59b544e2d34ea2766
languageName: node
linkType: hard

"contentful-batch-libs@npm:^9.4.1":
version: 9.4.2
resolution: "contentful-batch-libs@npm:9.4.2"
Expand Down Expand Up @@ -23168,6 +23195,13 @@ __metadata:
languageName: node
linkType: hard

"cookie@npm:0.6.0":
version: 0.6.0
resolution: "cookie@npm:0.6.0"
checksum: f56a7d32a07db5458e79c726b77e3c2eff655c36792f2b6c58d351fb5f61531e5b1ab7f46987150136e366c65213cbe31729e02a3eaed630c3bf7334635fb410
languageName: node
linkType: hard

"cookie@npm:^0.4.1":
version: 0.4.1
resolution: "cookie@npm:0.4.1"
Expand Down Expand Up @@ -26951,16 +26985,16 @@ __metadata:
languageName: node
linkType: hard

"express@npm:4.18.2, express@npm:^4.17.3":
version: 4.18.2
resolution: "express@npm:4.18.2"
"express@npm:4.19.2":
version: 4.19.2
resolution: "express@npm:4.19.2"
dependencies:
accepts: ~1.3.8
array-flatten: 1.1.1
body-parser: 1.20.1
body-parser: 1.20.2
content-disposition: 0.5.4
content-type: ~1.0.4
cookie: 0.5.0
cookie: 0.6.0
cookie-signature: 1.0.6
debug: 2.6.9
depd: 2.0.0
Expand All @@ -26986,7 +27020,7 @@ __metadata:
type-is: ~1.6.18
utils-merge: 1.0.1
vary: ~1.1.2
checksum: 3c4b9b076879442f6b968fe53d85d9f1eeacbb4f4c41e5f16cc36d77ce39a2b0d81b3f250514982110d815b2f7173f5561367f9110fcc541f9371948e8c8b037
checksum: 212dbd6c2c222a96a61bc927639c95970a53b06257080bb9e2838adb3bffdb966856551fdad1ab5dd654a217c35db94f987d0aa88d48fb04d306340f5f34dca5
languageName: node
linkType: hard

Expand Down Expand Up @@ -27028,6 +27062,45 @@ __metadata:
languageName: node
linkType: hard

"express@npm:^4.17.3":
version: 4.18.2
resolution: "express@npm:4.18.2"
dependencies:
accepts: ~1.3.8
array-flatten: 1.1.1
body-parser: 1.20.1
content-disposition: 0.5.4
content-type: ~1.0.4
cookie: 0.5.0
cookie-signature: 1.0.6
debug: 2.6.9
depd: 2.0.0
encodeurl: ~1.0.2
escape-html: ~1.0.3
etag: ~1.8.1
finalhandler: 1.2.0
fresh: 0.5.2
http-errors: 2.0.0
merge-descriptors: 1.0.1
methods: ~1.1.2
on-finished: 2.4.1
parseurl: ~1.3.3
path-to-regexp: 0.1.7
proxy-addr: ~2.0.7
qs: 6.11.0
range-parser: ~1.2.1
safe-buffer: 5.2.1
send: 0.18.0
serve-static: 1.15.0
setprototypeof: 1.2.0
statuses: 2.0.1
type-is: ~1.6.18
utils-merge: 1.0.1
vary: ~1.1.2
checksum: 3c4b9b076879442f6b968fe53d85d9f1eeacbb4f4c41e5f16cc36d77ce39a2b0d81b3f250514982110d815b2f7173f5561367f9110fcc541f9371948e8c8b037
languageName: node
linkType: hard

"ext-list@npm:^2.0.0":
version: 2.2.2
resolution: "ext-list@npm:2.2.2"
Expand Down Expand Up @@ -39288,6 +39361,18 @@ __metadata:
languageName: node
linkType: hard

"raw-body@npm:2.5.2":
version: 2.5.2
resolution: "raw-body@npm:2.5.2"
dependencies:
bytes: 3.1.2
http-errors: 2.0.0
iconv-lite: 0.4.24
unpipe: 1.0.0
checksum: ba1583c8d8a48e8fbb7a873fdbb2df66ea4ff83775421bfe21ee120140949ab048200668c47d9ae3880012f6e217052690628cf679ddfbd82c9fc9358d574676
languageName: node
linkType: hard

"react-animate-height@npm:^3.0.4":
version: 3.2.3
resolution: "react-animate-height@npm:3.2.3"
Expand Down

0 comments on commit 67b4327

Please sign in to comment.