File tree Expand file tree Collapse file tree 3 files changed +24
-18
lines changed
Expand file tree Collapse file tree 3 files changed +24
-18
lines changed Original file line number Diff line number Diff line change 1111 },
1212 "dependencies" : {
1313 "dotenv" : " ^16.4.5" ,
14- "express" : " ^4.21.1 " ,
14+ "express" : " ^4.21.2 " ,
1515 "express-graphql" : " ^0.12.0" ,
1616 "graphql" : " ^15.4.0" ,
1717 "mongoose" : " ^8.8.3"
Original file line number Diff line number Diff line change @@ -190,10 +190,10 @@ express-graphql@^0.12.0:
190190 http-errors "1.8.0"
191191 raw-body "^2.4.1"
192192
193- express@^4.21.1 :
194- version "4.21.1 "
195- resolved "https://registry.yarnpkg.com/express/-/express-4.21.1 .tgz#9dae5dda832f16b4eec941a4e44aa89ec481b281 "
196- integrity sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ ==
193+ express@^4.21.2 :
194+ version "4.21.2 "
195+ resolved "https://registry.yarnpkg.com/express/-/express-4.21.2 .tgz#cf250e48362174ead6cea4a566abef0162c1ec32 "
196+ integrity sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA ==
197197 dependencies :
198198 accepts "~1.3.8"
199199 array-flatten "1.1.1"
@@ -214,7 +214,7 @@ express@^4.21.1:
214214 methods "~1.1.2"
215215 on-finished "2.4.1"
216216 parseurl "~1.3.3"
217- path-to-regexp "0.1.10 "
217+ path-to-regexp "0.1.12 "
218218 proxy-addr "~2.0.7"
219219 qs "6.13.0"
220220 range-parser "~1.2.1"
@@ -480,10 +480,10 @@ parseurl@~1.3.3:
480480 resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4"
481481 integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==
482482
483- path-to-regexp@0.1.10 :
484- version "0.1.10 "
485- resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.10 .tgz#67e9108c5c0551b9e5326064387de4763c4d5f8b "
486- integrity sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w ==
483+ path-to-regexp@0.1.12 :
484+ version "0.1.12 "
485+ resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.12 .tgz#d5e1a12e478a976d432ef3c58d534b9923164bb7 "
486+ integrity sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ ==
487487
488488proxy-addr@~2.0.7 :
489489 version "2.0.7"
You can’t perform that action at this time.
0 commit comments