diff --git a/examples/cli/package.json b/examples/cli/package.json index ef87149..b99b2d1 100644 --- a/examples/cli/package.json +++ b/examples/cli/package.json @@ -6,7 +6,7 @@ "author": "Anderson de Oliveira ", "license": "MIT", "dependencies": { - "js-yaml": "^4.0.0", + "js-yaml": "^4.2.0", "prompt": "^1.1.0" } } diff --git a/examples/cli/yarn.lock b/examples/cli/yarn.lock index 343cf54..82f0390 100644 --- a/examples/cli/yarn.lock +++ b/examples/cli/yarn.lock @@ -100,10 +100,10 @@ isstream@0.1.x: resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= -js-yaml@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.0.0.tgz#f426bc0ff4b4051926cd588c71113183409a121f" - integrity sha512-pqon0s+4ScYUvX30wxQi3PogGFAlUyH0awepWvwkj4jD4v+ova3RiYw8bmA6x2rDrEaj8i/oWKoRxpVNW+Re8Q== +js-yaml@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.2.0.tgz#2bd9e85682dd91bd469afb809d816043b3d49524" + integrity sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw== dependencies: argparse "^2.0.1"