Skip to content

Commit 3866a84

Browse files
fix(deps): update dependency js-yaml to v3.14.0 (#122)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 40c231d commit 3866a84

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"execa": "1.0.0",
4444
"git-url-parse": "^11.1.1",
4545
"inquirer": "6.2.1",
46-
"js-yaml": "3.13.1",
46+
"js-yaml": "3.14.0",
4747
"mz": "2.7.0",
4848
"npm-registry-client": "8.6.0",
4949
"source-map-support": "0.5.9"
@@ -57,7 +57,7 @@
5757
"@types/execa": "0.9.0",
5858
"@types/git-url-parse": "9.0.0",
5959
"@types/inquirer": "0.0.44",
60-
"@types/js-yaml": "3.12.3",
60+
"@types/js-yaml": "3.12.4",
6161
"@types/mz": "2.7.1",
6262
"download-cli": "^1.1.1",
6363
"eslint": "^7.1.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -453,10 +453,10 @@
453453
resolved "https://registry.yarnpkg.com/@types/is-glob/-/is-glob-4.0.1.tgz#a93eec1714172c8eb3225a1cc5eb88c2477b7d00"
454454
integrity sha512-k3RS5HyBPu4h+5hTmIEfPB2rl5P3LnGdQEZrV2b9OWTJVtsUQ2VBcedqYKGqxvZqle5UALUXdSfVA8nf3HfyWQ==
455455

456-
"@types/js-yaml@3.12.3":
457-
version "3.12.3"
458-
resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-3.12.3.tgz#abf383c5b639d0aa8b8c4a420d6a85f703357d6c"
459-
integrity sha512-otRe77JNNWzoVGLKw8TCspKswRoQToys4tuL6XYVBFxjgeM0RUrx7m3jkaTdxILxeGry3zM8mGYkGXMeQ02guA==
456+
"@types/js-yaml@3.12.4":
457+
version "3.12.4"
458+
resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-3.12.4.tgz#7d3b534ec35a0585128e2d332db1403ebe057e25"
459+
integrity sha512-fYMgzN+9e28R81weVN49inn/u798ruU91En1ZnGvSZzCRc5jXx9B2EDhlRaWmcO1RIxFHL8AajRXzxDuJu93+A==
460460

461461
"@types/json-schema@^7.0.3":
462462
version "7.0.4"
@@ -3476,10 +3476,10 @@ java-properties@^1.0.0:
34763476
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
34773477
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
34783478

3479-
js-yaml@3.13.1, js-yaml@^3.12.1, js-yaml@^3.13.1:
3480-
version "3.13.1"
3481-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
3482-
integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==
3479+
js-yaml@3.14.0, js-yaml@^3.12.1, js-yaml@^3.13.1:
3480+
version "3.14.0"
3481+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.0.tgz#a7a34170f26a21bb162424d8adacb4113a69e482"
3482+
integrity sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A==
34833483
dependencies:
34843484
argparse "^1.0.7"
34853485
esprima "^4.0.0"

0 commit comments

Comments
 (0)