From fc9f327968f60091233ac66d99216fc44d7867de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 22:03:40 +0000 Subject: [PATCH] build(deps-dev): bump @types/js-yaml from 4.0.3 to 4.0.4 --- cli/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cli/package.json b/cli/package.json index 2d8b0e90..e318d7ad 100644 --- a/cli/package.json +++ b/cli/package.json @@ -37,7 +37,7 @@ "devDependencies": { "@octokit/rest": "^18.12.0", "@types/inquirer": "^8.1.3", - "@types/js-yaml": "^4.0.3", + "@types/js-yaml": "^4.0.4", "chalk": "^4.1.2", "clipanion": "^3.1.0", "debug": "^4.3.2", diff --git a/yarn.lock b/yarn.lock index 034bf1c4..0d04fe4a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1133,10 +1133,10 @@ resolved "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz#4ba8ddb720221f432e443bd5f9117fd22cfd4762" integrity sha512-sz7iLqvVUg1gIedBOvlkxPlc8/uVzyS5OwGz1cKjXzkl3FpL3al0crU8YGU1WoHkxn0Wxbw5tyi6hvzJKNzFsw== -"@types/js-yaml@^4.0.3": - version "4.0.3" - resolved "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.3.tgz#9f33cd6fbf0d5ec575dc8c8fc69c7fec1b4eb200" - integrity sha512-5t9BhoORasuF5uCPr+d5/hdB++zRFUTMIZOzbNkr+jZh3yQht4HYbRDyj9fY8n2TZT30iW9huzav73x4NikqWg== +"@types/js-yaml@^4.0.4": + version "4.0.4" + resolved "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.4.tgz#cc38781257612581a1a0eb25f1709d2b06812fce" + integrity sha512-AuHubXUmg0AzkXH0Mx6sIxeY/1C110mm/EkE/gB1sTRz3h2dao2W/63q42SlVST+lICxz5Oki2hzYA6+KnnieQ== "@types/json-schema@^7.0.9": version "7.0.9"