Skip to content

Commit 8b41fe8

Browse files
Update dependency express to v4.21.2
1 parent 9b28ae1 commit 8b41fe8

File tree

4 files changed

+27
-20
lines changed

4 files changed

+27
-20
lines changed

opencti-platform/opencti-front/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"eslint-plugin-import": "2.31.0",
135135
"eslint-plugin-import-newlines": "1.4.0",
136136
"eslint-plugin-react": "7.37.2",
137-
"express": "4.21.0",
137+
"express": "4.21.2",
138138
"fs-extra": "11.2.0",
139139
"http-proxy-middleware": "3.0.3",
140140
"i18n-auto-translation": "1.8.2",

opencti-platform/opencti-front/yarn.lock

+11-11
Original file line numberDiff line numberDiff line change
@@ -10455,16 +10455,16 @@ __metadata:
1045510455
languageName: node
1045610456
linkType: hard
1045710457

10458-
"express@npm:4.21.0":
10459-
version: 4.21.0
10460-
resolution: "express@npm:4.21.0"
10458+
"express@npm:4.21.2":
10459+
version: 4.21.2
10460+
resolution: "express@npm:4.21.2"
1046110461
dependencies:
1046210462
accepts: "npm:~1.3.8"
1046310463
array-flatten: "npm:1.1.1"
1046410464
body-parser: "npm:1.20.3"
1046510465
content-disposition: "npm:0.5.4"
1046610466
content-type: "npm:~1.0.4"
10467-
cookie: "npm:0.6.0"
10467+
cookie: "npm:0.7.1"
1046810468
cookie-signature: "npm:1.0.6"
1046910469
debug: "npm:2.6.9"
1047010470
depd: "npm:2.0.0"
@@ -10478,7 +10478,7 @@ __metadata:
1047810478
methods: "npm:~1.1.2"
1047910479
on-finished: "npm:2.4.1"
1048010480
parseurl: "npm:~1.3.3"
10481-
path-to-regexp: "npm:0.1.10"
10481+
path-to-regexp: "npm:0.1.12"
1048210482
proxy-addr: "npm:~2.0.7"
1048310483
qs: "npm:6.13.0"
1048410484
range-parser: "npm:~1.2.1"
@@ -10490,7 +10490,7 @@ __metadata:
1049010490
type-is: "npm:~1.6.18"
1049110491
utils-merge: "npm:1.0.1"
1049210492
vary: "npm:~1.1.2"
10493-
checksum: 10/3b1ee5bc5b1bd996f688702519cebc9b63a24e506965f6e1773268238cfa2c24ffdb38cc3fcb4fde66f77de1c0bebd9ee058dad06bb9c6f084b525f3c09164d3
10493+
checksum: 10/34571c442fc8c9f2c4b442d2faa10ea1175cf8559237fc6a278f5ce6254a8ffdbeb9a15d99f77c1a9f2926ab183e3b7ba560e3261f1ad4149799e3412ab66bd1
1049410494
languageName: node
1049510495
linkType: hard
1049610496

@@ -14843,7 +14843,7 @@ __metadata:
1484314843
eslint-plugin-import: "npm:2.31.0"
1484414844
eslint-plugin-import-newlines: "npm:1.4.0"
1484514845
eslint-plugin-react: "npm:7.37.2"
14846-
express: "npm:4.21.0"
14846+
express: "npm:4.21.2"
1484714847
extract-files: "npm:13.0.0"
1484814848
filigran-icon: "npm:0.9.0"
1484914849
filigran-ui: "npm:0.23.1"
@@ -15163,10 +15163,10 @@ __metadata:
1516315163
languageName: node
1516415164
linkType: hard
1516515165

15166-
"path-to-regexp@npm:0.1.10":
15167-
version: 0.1.10
15168-
resolution: "path-to-regexp@npm:0.1.10"
15169-
checksum: 10/894e31f1b20e592732a87db61fff5b95c892a3fe430f9ab18455ebe69ee88ef86f8eb49912e261f9926fc53da9f93b46521523e33aefd9cb0a7b0d85d7096006
15166+
"path-to-regexp@npm:0.1.12":
15167+
version: 0.1.12
15168+
resolution: "path-to-regexp@npm:0.1.12"
15169+
checksum: 10/2e30f6a0144679c1f95c98e166b96e6acd1e72be9417830fefc8de7ac1992147eb9a4c7acaa59119fb1b3c34eec393b2129ef27e24b2054a3906fc4fb0d1398e
1517015170
languageName: node
1517115171
linkType: hard
1517215172

opencti-platform/opencti-graphql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"dot-object": "2.1.5",
9696
"ejs": "3.1.10",
9797
"eventsource": "2.0.2",
98-
"express": "4.21.0",
98+
"express": "4.21.2",
9999
"express-rate-limit": "7.4.1",
100100
"express-session": "1.18.1",
101101
"fast-json-patch": "3.1.1",

opencti-platform/opencti-graphql/yarn.lock

+14-7
Original file line numberDiff line numberDiff line change
@@ -7838,16 +7838,16 @@ __metadata:
78387838
languageName: node
78397839
linkType: hard
78407840

7841-
"express@npm:4.21.0":
7842-
version: 4.21.0
7843-
resolution: "express@npm:4.21.0"
7841+
"express@npm:4.21.2":
7842+
version: 4.21.2
7843+
resolution: "express@npm:4.21.2"
78447844
dependencies:
78457845
accepts: "npm:~1.3.8"
78467846
array-flatten: "npm:1.1.1"
78477847
body-parser: "npm:1.20.3"
78487848
content-disposition: "npm:0.5.4"
78497849
content-type: "npm:~1.0.4"
7850-
cookie: "npm:0.6.0"
7850+
cookie: "npm:0.7.1"
78517851
cookie-signature: "npm:1.0.6"
78527852
debug: "npm:2.6.9"
78537853
depd: "npm:2.0.0"
@@ -7861,7 +7861,7 @@ __metadata:
78617861
methods: "npm:~1.1.2"
78627862
on-finished: "npm:2.4.1"
78637863
parseurl: "npm:~1.3.3"
7864-
path-to-regexp: "npm:0.1.10"
7864+
path-to-regexp: "npm:0.1.12"
78657865
proxy-addr: "npm:~2.0.7"
78667866
qs: "npm:6.13.0"
78677867
range-parser: "npm:~1.2.1"
@@ -7873,7 +7873,7 @@ __metadata:
78737873
type-is: "npm:~1.6.18"
78747874
utils-merge: "npm:1.0.1"
78757875
vary: "npm:~1.1.2"
7876-
checksum: 10/3b1ee5bc5b1bd996f688702519cebc9b63a24e506965f6e1773268238cfa2c24ffdb38cc3fcb4fde66f77de1c0bebd9ee058dad06bb9c6f084b525f3c09164d3
7876+
checksum: 10/34571c442fc8c9f2c4b442d2faa10ea1175cf8559237fc6a278f5ce6254a8ffdbeb9a15d99f77c1a9f2926ab183e3b7ba560e3261f1ad4149799e3412ab66bd1
78777877
languageName: node
78787878
linkType: hard
78797879

@@ -10923,7 +10923,7 @@ __metadata:
1092310923
eslint-plugin-react: "npm:7.37.2"
1092410924
eslint-plugin-react-hooks: "npm:4.6.2"
1092510925
eventsource: "npm:2.0.2"
10926-
express: "npm:4.21.0"
10926+
express: "npm:4.21.2"
1092710927
express-rate-limit: "npm:7.4.1"
1092810928
express-session: "npm:1.18.1"
1092910929
fast-glob: "npm:3.3.2"
@@ -11400,6 +11400,13 @@ __metadata:
1140011400
languageName: node
1140111401
linkType: hard
1140211402

11403+
"path-to-regexp@npm:0.1.12":
11404+
version: 0.1.12
11405+
resolution: "path-to-regexp@npm:0.1.12"
11406+
checksum: 10/2e30f6a0144679c1f95c98e166b96e6acd1e72be9417830fefc8de7ac1992147eb9a4c7acaa59119fb1b3c34eec393b2129ef27e24b2054a3906fc4fb0d1398e
11407+
languageName: node
11408+
linkType: hard
11409+
1140311410
"path-type@npm:^4.0.0":
1140411411
version: 4.0.0
1140511412
resolution: "path-type@npm:4.0.0"

0 commit comments

Comments
 (0)