Skip to content

Commit 2f7fb33

Browse files
Update dependency express to v4.21.2
1 parent 40a8cdd commit 2f7fb33

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-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.3",
137-
"express": "4.21.0",
137+
"express": "4.21.2",
138138
"fs-extra": "11.3.0",
139139
"http-proxy-middleware": "3.0.3",
140140
"i18n-auto-translation": "1.10.0",

opencti-platform/opencti-front/yarn.lock

+11-11
Original file line numberDiff line numberDiff line change
@@ -11147,16 +11147,16 @@ __metadata:
1114711147
languageName: node
1114811148
linkType: hard
1114911149

11150-
"express@npm:4.21.0":
11151-
version: 4.21.0
11152-
resolution: "express@npm:4.21.0"
11150+
"express@npm:4.21.2":
11151+
version: 4.21.2
11152+
resolution: "express@npm:4.21.2"
1115311153
dependencies:
1115411154
accepts: "npm:~1.3.8"
1115511155
array-flatten: "npm:1.1.1"
1115611156
body-parser: "npm:1.20.3"
1115711157
content-disposition: "npm:0.5.4"
1115811158
content-type: "npm:~1.0.4"
11159-
cookie: "npm:0.6.0"
11159+
cookie: "npm:0.7.1"
1116011160
cookie-signature: "npm:1.0.6"
1116111161
debug: "npm:2.6.9"
1116211162
depd: "npm:2.0.0"
@@ -11170,7 +11170,7 @@ __metadata:
1117011170
methods: "npm:~1.1.2"
1117111171
on-finished: "npm:2.4.1"
1117211172
parseurl: "npm:~1.3.3"
11173-
path-to-regexp: "npm:0.1.10"
11173+
path-to-regexp: "npm:0.1.12"
1117411174
proxy-addr: "npm:~2.0.7"
1117511175
qs: "npm:6.13.0"
1117611176
range-parser: "npm:~1.2.1"
@@ -11182,7 +11182,7 @@ __metadata:
1118211182
type-is: "npm:~1.6.18"
1118311183
utils-merge: "npm:1.0.1"
1118411184
vary: "npm:~1.1.2"
11185-
checksum: 10/3b1ee5bc5b1bd996f688702519cebc9b63a24e506965f6e1773268238cfa2c24ffdb38cc3fcb4fde66f77de1c0bebd9ee058dad06bb9c6f084b525f3c09164d3
11185+
checksum: 10/34571c442fc8c9f2c4b442d2faa10ea1175cf8559237fc6a278f5ce6254a8ffdbeb9a15d99f77c1a9f2926ab183e3b7ba560e3261f1ad4149799e3412ab66bd1
1118611186
languageName: node
1118711187
linkType: hard
1118811188

@@ -15834,7 +15834,7 @@ __metadata:
1583415834
eslint-plugin-import: "npm:2.31.0"
1583515835
eslint-plugin-import-newlines: "npm:1.4.0"
1583615836
eslint-plugin-react: "npm:7.37.3"
15837-
express: "npm:4.21.0"
15837+
express: "npm:4.21.2"
1583815838
extract-files: "npm:13.0.0"
1583915839
filigran-icon: "npm:0.11.0"
1584015840
filigran-ui: "npm:0.25.2"
@@ -16165,10 +16165,10 @@ __metadata:
1616516165
languageName: node
1616616166
linkType: hard
1616716167

16168-
"path-to-regexp@npm:0.1.10":
16169-
version: 0.1.10
16170-
resolution: "path-to-regexp@npm:0.1.10"
16171-
checksum: 10/894e31f1b20e592732a87db61fff5b95c892a3fe430f9ab18455ebe69ee88ef86f8eb49912e261f9926fc53da9f93b46521523e33aefd9cb0a7b0d85d7096006
16168+
"path-to-regexp@npm:0.1.12":
16169+
version: 0.1.12
16170+
resolution: "path-to-regexp@npm:0.1.12"
16171+
checksum: 10/2e30f6a0144679c1f95c98e166b96e6acd1e72be9417830fefc8de7ac1992147eb9a4c7acaa59119fb1b3c34eec393b2129ef27e24b2054a3906fc4fb0d1398e
1617216172
languageName: node
1617316173
linkType: hard
1617416174

opencti-platform/opencti-graphql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"dot-object": "2.1.5",
9898
"ejs": "3.1.10",
9999
"eventsource": "2.0.2",
100-
"express": "4.21.0",
100+
"express": "4.21.2",
101101
"express-rate-limit": "7.5.0",
102102
"express-session": "1.18.1",
103103
"fast-json-patch": "3.1.1",

opencti-platform/opencti-graphql/yarn.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -8059,16 +8059,16 @@ __metadata:
80598059
languageName: node
80608060
linkType: hard
80618061

8062-
"express@npm:4.21.0":
8063-
version: 4.21.0
8064-
resolution: "express@npm:4.21.0"
8062+
"express@npm:4.21.2":
8063+
version: 4.21.2
8064+
resolution: "express@npm:4.21.2"
80658065
dependencies:
80668066
accepts: "npm:~1.3.8"
80678067
array-flatten: "npm:1.1.1"
80688068
body-parser: "npm:1.20.3"
80698069
content-disposition: "npm:0.5.4"
80708070
content-type: "npm:~1.0.4"
8071-
cookie: "npm:0.6.0"
8071+
cookie: "npm:0.7.1"
80728072
cookie-signature: "npm:1.0.6"
80738073
debug: "npm:2.6.9"
80748074
depd: "npm:2.0.0"
@@ -8082,7 +8082,7 @@ __metadata:
80828082
methods: "npm:~1.1.2"
80838083
on-finished: "npm:2.4.1"
80848084
parseurl: "npm:~1.3.3"
8085-
path-to-regexp: "npm:0.1.10"
8085+
path-to-regexp: "npm:0.1.12"
80868086
proxy-addr: "npm:~2.0.7"
80878087
qs: "npm:6.13.0"
80888088
range-parser: "npm:~1.2.1"
@@ -8094,7 +8094,7 @@ __metadata:
80948094
type-is: "npm:~1.6.18"
80958095
utils-merge: "npm:1.0.1"
80968096
vary: "npm:~1.1.2"
8097-
checksum: 10/3b1ee5bc5b1bd996f688702519cebc9b63a24e506965f6e1773268238cfa2c24ffdb38cc3fcb4fde66f77de1c0bebd9ee058dad06bb9c6f084b525f3c09164d3
8097+
checksum: 10/34571c442fc8c9f2c4b442d2faa10ea1175cf8559237fc6a278f5ce6254a8ffdbeb9a15d99f77c1a9f2926ab183e3b7ba560e3261f1ad4149799e3412ab66bd1
80988098
languageName: node
80998099
linkType: hard
81008100

@@ -11463,7 +11463,7 @@ __metadata:
1146311463
eslint-plugin-react: "npm:7.37.3"
1146411464
eslint-plugin-react-hooks: "npm:4.6.2"
1146511465
eventsource: "npm:2.0.2"
11466-
express: "npm:4.21.0"
11466+
express: "npm:4.21.2"
1146711467
express-rate-limit: "npm:7.5.0"
1146811468
express-session: "npm:1.18.1"
1146911469
fast-glob: "npm:3.3.3"

0 commit comments

Comments
 (0)