Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency express to v4.19.1 #6425

Merged
merged 1 commit into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion opencti-platform/opencti-front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"eslint-plugin-import": "2.29.1",
"eslint-plugin-import-newlines": "1.3.4",
"eslint-plugin-react": "7.33.2",
"express": "4.18.3",
"express": "4.19.1",
"fs-extra": "11.2.0",
"http-proxy-middleware": "2.0.6",
"i18n-auto-translation": "1.4.0",
Expand Down
21 changes: 7 additions & 14 deletions opencti-platform/opencti-front/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8069,14 +8069,7 @@ __metadata:
languageName: node
linkType: hard

"cookie@npm:0.5.0":
version: 0.5.0
resolution: "cookie@npm:0.5.0"
checksum: 10/aae7911ddc5f444a9025fbd979ad1b5d60191011339bce48e555cb83343d0f98b865ff5c4d71fecdfb8555a5cafdc65632f6fce172f32aaf6936830a883a0380
languageName: node
linkType: hard

"cookie@npm:^0.6.0":
"cookie@npm:0.6.0, cookie@npm:^0.6.0":
version: 0.6.0
resolution: "cookie@npm:0.6.0"
checksum: 10/c1f8f2ea7d443b9331680598b0ae4e6af18a618c37606d1bbdc75bec8361cce09fe93e727059a673f2ba24467131a9fb5a4eec76bb1b149c1b3e1ccb268dc583
Expand Down Expand Up @@ -10453,16 +10446,16 @@ __metadata:
languageName: node
linkType: hard

"express@npm:4.18.3":
version: 4.18.3
resolution: "express@npm:4.18.3"
"express@npm:4.19.1":
version: 4.19.1
resolution: "express@npm:4.19.1"
dependencies:
accepts: "npm:~1.3.8"
array-flatten: "npm:1.1.1"
body-parser: "npm:1.20.2"
content-disposition: "npm:0.5.4"
content-type: "npm:~1.0.4"
cookie: "npm:0.5.0"
cookie: "npm:0.6.0"
cookie-signature: "npm:1.0.6"
debug: "npm:2.6.9"
depd: "npm:2.0.0"
Expand All @@ -10488,7 +10481,7 @@ __metadata:
type-is: "npm:~1.6.18"
utils-merge: "npm:1.0.1"
vary: "npm:~1.1.2"
checksum: 10/0bf4656d0020cdc477aec884c6245dceea78992f6c747c899c87dbb0598474658d4130a29c80f02c99d1f0d6ebef706e7131c70c5454c3e07aba761c5bd3d627
checksum: 10/7b817f21afe96e478cd7fe77cd5f52cf7d2d6b70c3e98f0e1399ce48356cef3c5f5d34bf93bdbc7bc326403005c45e2f8522f51b4cc319da52220066c9094745
languageName: node
linkType: hard

Expand Down Expand Up @@ -15634,7 +15627,7 @@ __metadata:
eslint-plugin-import: "npm:2.29.1"
eslint-plugin-import-newlines: "npm:1.3.4"
eslint-plugin-react: "npm:7.33.2"
express: "npm:4.18.3"
express: "npm:4.19.1"
extract-files: "npm:13.0.0"
formik: "npm:2.4.5"
formik-mui: "npm:5.0.0-alpha.0"
Expand Down
2 changes: 1 addition & 1 deletion opencti-platform/opencti-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"dot-object": "2.1.4",
"ejs": "3.1.9",
"eventsource": "2.0.2",
"express": "4.18.3",
"express": "4.19.1",
"express-rate-limit": "7.2.0",
"express-session": "1.18.0",
"fast-json-patch": "3.1.1",
Expand Down
19 changes: 6 additions & 13 deletions opencti-platform/opencti-graphql/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6943,13 +6943,6 @@ __metadata:
languageName: node
linkType: hard

"cookie@npm:0.5.0":
version: 0.5.0
resolution: "cookie@npm:0.5.0"
checksum: 10/aae7911ddc5f444a9025fbd979ad1b5d60191011339bce48e555cb83343d0f98b865ff5c4d71fecdfb8555a5cafdc65632f6fce172f32aaf6936830a883a0380
languageName: node
linkType: hard

"cookie@npm:0.6.0":
version: 0.6.0
resolution: "cookie@npm:0.6.0"
Expand Down Expand Up @@ -8299,16 +8292,16 @@ __metadata:
languageName: node
linkType: hard

"express@npm:4.18.3":
version: 4.18.3
resolution: "express@npm:4.18.3"
"express@npm:4.19.1":
version: 4.19.1
resolution: "express@npm:4.19.1"
dependencies:
accepts: "npm:~1.3.8"
array-flatten: "npm:1.1.1"
body-parser: "npm:1.20.2"
content-disposition: "npm:0.5.4"
content-type: "npm:~1.0.4"
cookie: "npm:0.5.0"
cookie: "npm:0.6.0"
cookie-signature: "npm:1.0.6"
debug: "npm:2.6.9"
depd: "npm:2.0.0"
Expand All @@ -8334,7 +8327,7 @@ __metadata:
type-is: "npm:~1.6.18"
utils-merge: "npm:1.0.1"
vary: "npm:~1.1.2"
checksum: 10/0bf4656d0020cdc477aec884c6245dceea78992f6c747c899c87dbb0598474658d4130a29c80f02c99d1f0d6ebef706e7131c70c5454c3e07aba761c5bd3d627
checksum: 10/7b817f21afe96e478cd7fe77cd5f52cf7d2d6b70c3e98f0e1399ce48356cef3c5f5d34bf93bdbc7bc326403005c45e2f8522f51b4cc319da52220066c9094745
languageName: node
linkType: hard

Expand Down Expand Up @@ -11544,7 +11537,7 @@ __metadata:
eslint-plugin-react: "npm:7.33.2"
eslint-plugin-react-hooks: "npm:4.6.0"
eventsource: "npm:2.0.2"
express: "npm:4.18.3"
express: "npm:4.19.1"
express-rate-limit: "npm:7.2.0"
express-session: "npm:1.18.0"
fast-glob: "npm:3.3.2"
Expand Down