File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 6
6
"dependencies" : {
7
7
"ajv" : " 8.17.1" ,
8
8
"axios" : " 1.7.9" ,
9
- "eventsource" : " 2 .0.2" ,
9
+ "eventsource" : " 3 .0.2" ,
10
10
"fastify" : " 4.29.0" ,
11
11
"ioredis" : " 5.4.1" ,
12
12
"mock-socket" : " 9.3.1" ,
Original file line number Diff line number Diff line change @@ -1246,10 +1246,17 @@ esutils@^2.0.2, esutils@^2.0.3:
1246
1246
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
1247
1247
integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
1248
1248
1249
- eventsource@2.0.2 :
1250
- version "2.0.2"
1251
- resolved "https://registry.yarnpkg.com/eventsource/-/eventsource-2.0.2.tgz#76dfcc02930fb2ff339520b6d290da573a9e8508"
1252
- integrity sha512-IzUmBGPR3+oUG9dUeXynyNmf91/3zUSJg1lCktzKw47OXuhco54U3r9B7O4XX+Rb1Itm9OZ2b0RkTs10bICOxA==
1249
+ eventsource-parser@^3.0.0 :
1250
+ version "3.0.0"
1251
+ resolved "https://registry.yarnpkg.com/eventsource-parser/-/eventsource-parser-3.0.0.tgz#9303e303ef807d279ee210a17ce80f16300d9f57"
1252
+ integrity sha512-T1C0XCUimhxVQzW4zFipdx0SficT651NnkR0ZSH3yQwh+mFMdLfgjABVi4YtMTtaL4s168593DaoaRLMqryavA==
1253
+
1254
+ eventsource@3.0.2 :
1255
+ version "3.0.2"
1256
+ resolved "https://registry.yarnpkg.com/eventsource/-/eventsource-3.0.2.tgz#31904faf2d9a9dbdc410f9599354186e7257b3f7"
1257
+ integrity sha512-YolzkJNxsTL3tCJMWFxpxtG2sCjbZ4LQUBUrkdaJK0ub0p6lmJt+2+1SwhKjLc652lpH9L/79Ptez972H9tphw==
1258
+ dependencies :
1259
+ eventsource-parser "^3.0.0"
1253
1260
1254
1261
fast-content-type-parse@^1.1.0 :
1255
1262
version "1.1.0"
You can’t perform that action at this time.
0 commit comments