Update dependency js-yaml to v3.14.0

This commit is contained in:
Renovate Bot 2020-05-22 19:16:57 +00:00 committed by Daniel Lockyer
parent 4ac88dce10
commit caa1244492
2 changed files with 9 additions and 1 deletions

View File

@ -92,7 +92,7 @@
"image-size": "0.8.3",
"intl": "1.2.5",
"intl-messageformat": "5.4.3",
"js-yaml": "3.13.1",
"js-yaml": "3.14.0",
"jsonpath": "1.0.2",
"jsonwebtoken": "8.5.1",
"juice": "6.0.0",

View File

@ -5030,6 +5030,14 @@ js-yaml@3.13.1, js-yaml@^3.13.1, js-yaml@~3.13.1:
argparse "^1.0.7"
esprima "^4.0.0"
js-yaml@3.14.0:
version "3.14.0"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.0.tgz#a7a34170f26a21bb162424d8adacb4113a69e482"
integrity sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A==
dependencies:
argparse "^1.0.7"
esprima "^4.0.0"
jsbn@~0.1.0:
version "0.1.1"
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"