Skip to content

Commit 27c88b8

Browse files
committed
fix(deps): update dependency js-yaml to v4
1 parent f4f0ed8 commit 27c88b8

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"execa": "^4.0.2",
5454
"got": "^10.7.0",
5555
"inquirer": "^7.1.0",
56-
"js-yaml": "^3.14.0",
56+
"js-yaml": "^4.0.0",
5757
"mkdirp-promise": "^5.0.1",
5858
"mz": "^2.7.0",
5959
"npm-registry-client": "^8.6.0",
@@ -67,7 +67,7 @@
6767
"@sourcegraph/tsconfig": "^4.0.1",
6868
"@types/execa": "0.9.0",
6969
"@types/inquirer": "6.5.0",
70-
"@types/js-yaml": "3.12.5",
70+
"@types/js-yaml": "4.0.0",
7171
"@types/mkdirp-promise": "5.0.0",
7272
"@types/mz": "2.7.3",
7373
"@types/node": "12.12.31",

yarn.lock

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -630,10 +630,10 @@
630630
dependencies:
631631
"@types/istanbul-lib-report" "*"
632632

633-
"@types/js-yaml@3.12.5":
634-
version "3.12.5"
635-
resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-3.12.5.tgz#136d5e6a57a931e1cce6f9d8126aa98a9c92a6bb"
636-
integrity sha512-JCcp6J0GV66Y4ZMDAQCXot4xprYB+Zfd3meK9+INSJeVZwJmHAW30BBEEkPzXswMXuiyReUGOP3GxrADc9wPww==
633+
"@types/js-yaml@4.0.0":
634+
version "4.0.0"
635+
resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-4.0.0.tgz#d1a11688112091f2c711674df3a65ea2f47b5dfb"
636+
integrity sha512-4vlpCM5KPCL5CfGmTbpjwVKbISRYhduEJvvUWsH5EB7QInhEj94XPZ3ts/9FPiLZFqYO0xoW4ZL8z2AabTGgJA==
637637

638638
"@types/json-schema@^7.0.3", "@types/json-schema@^7.0.6":
639639
version "7.0.6"
@@ -983,6 +983,11 @@ argparse@^1.0.7:
983983
dependencies:
984984
sprintf-js "~1.0.2"
985985

986+
argparse@^2.0.1:
987+
version "2.0.1"
988+
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
989+
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
990+
986991
argv-formatter@~1.0.0:
987992
version "1.0.0"
988993
resolved "https://registry.yarnpkg.com/argv-formatter/-/argv-formatter-1.0.0.tgz#a0ca0cbc29a5b73e836eebe1cbf6c5e0e4eb82f9"
@@ -3791,14 +3796,21 @@ java-properties@^1.0.0:
37913796
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
37923797
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
37933798

3794-
js-yaml@^3.13.1, js-yaml@^3.14.0:
3799+
js-yaml@^3.13.1:
37953800
version "3.14.0"
37963801
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.0.tgz#a7a34170f26a21bb162424d8adacb4113a69e482"
37973802
integrity sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A==
37983803
dependencies:
37993804
argparse "^1.0.7"
38003805
esprima "^4.0.0"
38013806

3807+
js-yaml@^4.0.0:
3808+
version "4.0.0"
3809+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.0.0.tgz#f426bc0ff4b4051926cd588c71113183409a121f"
3810+
integrity sha512-pqon0s+4ScYUvX30wxQi3PogGFAlUyH0awepWvwkj4jD4v+ova3RiYw8bmA6x2rDrEaj8i/oWKoRxpVNW+Re8Q==
3811+
dependencies:
3812+
argparse "^2.0.1"
3813+
38023814
jsbn@~0.1.0:
38033815
version "0.1.1"
38043816
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"

0 commit comments

Comments
 (0)