Skip to content

Commit 321fc86

Browse files
authoredMar 16, 2021
Bump js-yaml from 3.14.0 to 4.0.0
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.0 to 4.0.0. - [Release notes](https://github.com/nodeca/js-yaml/releases) - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@3.14.0...4.0.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 98c1b2f commit 321fc86

File tree

3 files changed

+46
-28
lines changed

3 files changed

+46
-28
lines changed
 

‎package-lock.json

+32-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"execa": "^4.0.3",
3737
"gluegun": "latest",
3838
"istextorbinary": "^5.12.0",
39-
"js-yaml": "^3.14.0",
39+
"js-yaml": "^4.0.0",
4040
"mustache": "^4.0.1",
4141
"rimraf": "^3.0.2"
4242
},

‎yarn.lock

+13-14
Original file line numberDiff line numberDiff line change
@@ -428,19 +428,6 @@
428428
jest-diff "^26.0.0"
429429
pretty-format "^26.0.0"
430430

431-
"@types/node@*":
432-
version "14.14.22"
433-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.22.tgz#0d29f382472c4ccf3bd96ff0ce47daf5b7b84b18"
434-
integrity sha512-g+f/qj/cNcqKkc3tFqlXOYjrmZA+jNBiDzbP3kH+B+otKFqAdPgVTGP1IeKRdMml/aE69as5S4FqtxAbl+LaMw==
435-
436-
"@types/jest@^26.0.20":
437-
version "26.0.20"
438-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.20.tgz#cd2f2702ecf69e86b586e1f5223a60e454056307"
439-
integrity sha512-9zi2Y+5USJRxd0FsahERhBwlcvFh6D2GLQnY2FH2BzK8J9s9omvNHIbvABwIluXa0fD8XVKMLTO0aOEuUfACAA==
440-
dependencies:
441-
jest-diff "^26.0.0"
442-
pretty-format "^26.0.0"
443-
444431
"@types/node@*", "@types/node@^14.14.35":
445432
version "14.14.35"
446433
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.35.tgz#42c953a4e2b18ab931f72477e7012172f4ffa313"
@@ -593,6 +580,11 @@ argparse@^1.0.7:
593580
dependencies:
594581
sprintf-js "~1.0.2"
595582

583+
argparse@^2.0.1:
584+
version "2.0.1"
585+
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
586+
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
587+
596588
arr-diff@^4.0.0:
597589
version "4.0.0"
598590
resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520"
@@ -2372,14 +2364,21 @@ jest@^24.1.0:
23722364
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
23732365
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
23742366

2375-
js-yaml@^3.13.1, js-yaml@^3.14.0:
2367+
js-yaml@^3.13.1:
23762368
version "3.14.0"
23772369
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.0.tgz#a7a34170f26a21bb162424d8adacb4113a69e482"
23782370
integrity sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A==
23792371
dependencies:
23802372
argparse "^1.0.7"
23812373
esprima "^4.0.0"
23822374

2375+
js-yaml@^4.0.0:
2376+
version "4.0.0"
2377+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.0.0.tgz#f426bc0ff4b4051926cd588c71113183409a121f"
2378+
integrity sha512-pqon0s+4ScYUvX30wxQi3PogGFAlUyH0awepWvwkj4jD4v+ova3RiYw8bmA6x2rDrEaj8i/oWKoRxpVNW+Re8Q==
2379+
dependencies:
2380+
argparse "^2.0.1"
2381+
23832382
jsbn@~0.1.0:
23842383
version "0.1.1"
23852384
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"

0 commit comments

Comments
 (0)