File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 44 "description" : " Utils with create react doc" ,
55 "main" : " index.js" ,
66 "dependencies" : {
7- "js-yaml" : " ^3.14.0 "
7+ "js-yaml" : " ^4.1.1 "
88 },
99 "repository" : {
1010 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -2019,6 +2019,11 @@ argparse@^1.0.7:
20192019 dependencies:
20202020 sprintf-js "~1.0.2"
20212021
2022+ argparse@^2.0.1:
2023+ version "2.0.1"
2024+ resolved "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
2025+ integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
2026+
20222027aria-query@^4.2.2:
20232028 version "4.2.2"
20242029 resolved "https://registry.npmjs.org/aria-query/-/aria-query-4.2.2.tgz#0d2ca6c9aceb56b8977e9fed6aed7e15bbd2f83b"
@@ -6540,14 +6545,21 @@ js-tokens@^3.0.0, js-tokens@^3.0.2:
65406545 resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
65416546 integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
65426547
6543- js-yaml@^3.13.1, js-yaml@^3.14.0, js-yaml@^3. 9.1 :
6548+ js-yaml@^3.13.1, js-yaml@^3.9.1:
65446549 version "3.14.0"
65456550 resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.0.tgz#a7a34170f26a21bb162424d8adacb4113a69e482"
65466551 integrity sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A==
65476552 dependencies:
65486553 argparse "^1.0.7"
65496554 esprima "^4.0.0"
65506555
6556+ js-yaml@^4.1.1:
6557+ version "4.1.1"
6558+ resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
6559+ integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
6560+ dependencies:
6561+ argparse "^2.0.1"
6562+
65516563js-yaml@~3.7.0:
65526564 version "3.7.0"
65536565 resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-3.7.0.tgz#5c967ddd837a9bfdca5f2de84253abe8a1c03b80"
You can’t perform that action at this time.
0 commit comments