Skip to content

Commit 175fdc2

Browse files
fix(deps): update dependency js-yaml to v4 [security]
1 parent 51c18b0 commit 175fdc2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4076,18 +4076,18 @@ java-properties@^1.0.0:
40764076
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
40774077
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
40784078

4079-
js-yaml@^3.13.1, js-yaml@^3.14.0:
4079+
js-yaml@^3.13.1:
40804080
version "3.14.0"
40814081
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.0.tgz#a7a34170f26a21bb162424d8adacb4113a69e482"
40824082
integrity sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A==
40834083
dependencies:
40844084
argparse "^1.0.7"
40854085
esprima "^4.0.0"
40864086

4087-
js-yaml@^4.1.0:
4088-
version "4.1.0"
4089-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
4090-
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
4087+
js-yaml@^4.0.0, js-yaml@^4.1.0:
4088+
version "4.1.1"
4089+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
4090+
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
40914091
dependencies:
40924092
argparse "^2.0.1"
40934093

0 commit comments

Comments
 (0)