From d3fef12af832ff5f7816f7f72edb7fc9f2edb48d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 06:44:18 -0800 Subject: [PATCH] fix(deps): bump @types/js-yaml from 4.0.4 to 4.0.5 Bumps [@types/js-yaml](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/js-yaml) from 4.0.4 to 4.0.5. - [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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a8ccc7a1..a7a13137 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2783,9 +2783,9 @@ } }, "@types/js-yaml": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.4.tgz", - "integrity": "sha512-AuHubXUmg0AzkXH0Mx6sIxeY/1C110mm/EkE/gB1sTRz3h2dao2W/63q42SlVST+lICxz5Oki2hzYA6+KnnieQ==" + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.5.tgz", + "integrity": "sha512-FhpRzf927MNQdRZP0J5DLIdTXhjLYzeUTmLAu69mnVksLH9CJY3IuSeEgbKUki7GQZm0WqDkGzyxju2EZGD2wA==" }, "@types/minimatch": { "version": "3.0.3", diff --git a/package.json b/package.json index 2f0788eb..e9bedb6a 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "access": "public" }, "dependencies": { - "@types/js-yaml": "^4.0.4", + "@types/js-yaml": "^4.0.5", "js-yaml": "^4.1.0" } }