Skip to content

Commit 2f14c6f

Browse files
Merge 51c1357 into c6ecac8
2 parents c6ecac8 + 51c1357 commit 2f14c6f

File tree

3 files changed

+27
-22
lines changed

3 files changed

+27
-22
lines changed

integration/messaging/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"firebase": "10.9.0",
1313
"chai": "4.3.7",
1414
"chromedriver": "116.0.0",
15-
"express": "4.18.2",
15+
"express": "4.19.2",
1616
"geckodriver": "2.0.4",
1717
"mocha": "9.2.2",
1818
"undici": "5.28.3",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"eslint": "7.32.0",
103103
"eslint-plugin-import": "2.26.0",
104104
"eslint-plugin-unused-imports": "2.0.0",
105-
"express": "4.18.2",
105+
"express": "4.19.2",
106106
"find-free-port": "2.0.0",
107107
"firebase-tools": "11.30.0",
108108
"glob": "7.2.3",

yarn.lock

+25-20
Original file line numberDiff line numberDiff line change
@@ -5008,21 +5008,21 @@ [email protected], body-parser@^1.18.3, body-parser@^1.19.0:
50085008
raw-body "2.4.0"
50095009
type-is "~1.6.17"
50105010

5011-
5012-
version "1.20.1"
5013-
resolved "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz"
5014-
integrity sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==
5011+
5012+
version "1.20.2"
5013+
resolved "https://registry.npmjs.org/body-parser/-/body-parser-1.20.2.tgz#6feb0e21c4724d06de7ff38da36dad4f57a747fd"
5014+
integrity sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==
50155015
dependencies:
50165016
bytes "3.1.2"
5017-
content-type "~1.0.4"
5017+
content-type "~1.0.5"
50185018
debug "2.6.9"
50195019
depd "2.0.0"
50205020
destroy "1.2.0"
50215021
http-errors "2.0.0"
50225022
iconv-lite "0.4.24"
50235023
on-finished "2.4.1"
50245024
qs "6.11.0"
5025-
raw-body "2.5.1"
5025+
raw-body "2.5.2"
50265026
type-is "~1.6.18"
50275027
unpipe "1.0.0"
50285028

@@ -6084,6 +6084,11 @@ content-type@^1.0.4, content-type@~1.0.4:
60846084
resolved "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz"
60856085
integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==
60866086

6087+
content-type@~1.0.5:
6088+
version "1.0.5"
6089+
resolved "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918"
6090+
integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==
6091+
60876092
conventional-changelog-angular@^5.0.12:
60886093
version "5.0.13"
60896094
resolved "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-5.0.13.tgz"
@@ -6188,10 +6193,10 @@ [email protected]:
61886193
resolved "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz"
61896194
integrity sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==
61906195

6191-
cookie@0.5.0:
6192-
version "0.5.0"
6193-
resolved "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz"
6194-
integrity sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==
6196+
cookie@0.6.0:
6197+
version "0.6.0"
6198+
resolved "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051"
6199+
integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==
61956200

61966201
cookie@~0.4.1:
61976202
version "0.4.1"
@@ -7609,17 +7614,17 @@ expect@^27.2.1:
76097614
jest-message-util "^27.2.0"
76107615
jest-regex-util "^27.0.6"
76117616

7612-
express@4.18.2:
7613-
version "4.18.2"
7614-
resolved "https://registry.npmjs.org/express/-/express-4.18.2.tgz"
7615-
integrity sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==
7617+
express@4.19.2:
7618+
version "4.19.2"
7619+
resolved "https://registry.npmjs.org/express/-/express-4.19.2.tgz#e25437827a3aa7f2a827bc8171bbbb664a356465"
7620+
integrity sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==
76167621
dependencies:
76177622
accepts "~1.3.8"
76187623
array-flatten "1.1.1"
7619-
body-parser "1.20.1"
7624+
body-parser "1.20.2"
76207625
content-disposition "0.5.4"
76217626
content-type "~1.0.4"
7622-
cookie "0.5.0"
7627+
cookie "0.6.0"
76237628
cookie-signature "1.0.6"
76247629
debug "2.6.9"
76257630
depd "2.0.0"
@@ -14152,10 +14157,10 @@ [email protected]:
1415214157
iconv-lite "0.4.24"
1415314158
unpipe "1.0.0"
1415414159

14155-
14156-
version "2.5.1"
14157-
resolved "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz"
14158-
integrity sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==
14160+
14161+
version "2.5.2"
14162+
resolved "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz#99febd83b90e08975087e8f1f9419a149366b68a"
14163+
integrity sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==
1415914164
dependencies:
1416014165
bytes "3.1.2"
1416114166
http-errors "2.0.0"

0 commit comments

Comments
 (0)