From 71d7d9bcd4819b0ad3d7b3d304554f75f9b46b1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 12:05:48 +0000 Subject: [PATCH] chore(deps-dev): bump @types/js-yaml from 3.12.5 to 4.0.3 Bumps [@types/js-yaml](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/js-yaml) from 3.12.5 to 4.0.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/js-yaml) --- updated-dependencies: - dependency-name: "@types/js-yaml" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ed50804..78524d0 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@types/cli-table": "0.3.0", "@types/colors": "1.2.1", "@types/inquirer": "7.3.1", - "@types/js-yaml": "3.12.5", + "@types/js-yaml": "4.0.3", "@types/mocha": "8.0.4", "@types/node": "14.14.20", "@types/pluralize": "0.0.29", diff --git a/yarn.lock b/yarn.lock index a241e66..f8c0933 100644 --- a/yarn.lock +++ b/yarn.lock @@ -99,10 +99,10 @@ "@types/through" "*" rxjs "^6.4.0" -"@types/js-yaml@3.12.5": - version "3.12.5" - resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-3.12.5.tgz#136d5e6a57a931e1cce6f9d8126aa98a9c92a6bb" - integrity sha512-JCcp6J0GV66Y4ZMDAQCXot4xprYB+Zfd3meK9+INSJeVZwJmHAW30BBEEkPzXswMXuiyReUGOP3GxrADc9wPww== +"@types/js-yaml@4.0.3": + version "4.0.3" + resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-4.0.3.tgz#9f33cd6fbf0d5ec575dc8c8fc69c7fec1b4eb200" + integrity sha512-5t9BhoORasuF5uCPr+d5/hdB++zRFUTMIZOzbNkr+jZh3yQht4HYbRDyj9fY8n2TZT30iW9huzav73x4NikqWg== "@types/json-schema@^7.0.3": version "7.0.6"