File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 84
84
"express" : " ^5.0.0-alpha.8" ,
85
85
"http-proxy" : " ^1.18.0" ,
86
86
"httpolyglot" : " ^0.1.2" ,
87
- "js-yaml" : " ^3.13.1 " ,
87
+ "js-yaml" : " ^4.0.0 " ,
88
88
"limiter" : " ^1.1.5" ,
89
89
"node-fetch" : " ^2.6.1" ,
90
90
"pem" : " ^1.14.2" ,
Original file line number Diff line number Diff line change @@ -1491,6 +1491,11 @@ argparse@^1.0.7:
1491
1491
dependencies :
1492
1492
sprintf-js "~1.0.2"
1493
1493
1494
+ argparse@^2.0.1 :
1495
+ version "2.0.1"
1496
+ resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
1497
+ integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
1498
+
1494
1499
arr-diff@^4.0.0 :
1495
1500
version "4.0.0"
1496
1501
resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520"
@@ -4479,6 +4484,13 @@ js-yaml@^3.10.0, js-yaml@^3.13.1:
4479
4484
argparse "^1.0.7"
4480
4485
esprima "^4.0.0"
4481
4486
4487
+ js-yaml@^4.0.0 :
4488
+ version "4.0.0"
4489
+ resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.0.0.tgz#f426bc0ff4b4051926cd588c71113183409a121f"
4490
+ integrity sha512-pqon0s+4ScYUvX30wxQi3PogGFAlUyH0awepWvwkj4jD4v+ova3RiYw8bmA6x2rDrEaj8i/oWKoRxpVNW+Re8Q==
4491
+ dependencies :
4492
+ argparse "^2.0.1"
4493
+
4482
4494
jsbn@~0.1.0 :
4483
4495
version "0.1.1"
4484
4496
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
You can’t perform that action at this time.
0 commit comments