From ed4302e3d3105cb7876b6d76fb0cd01a8850960b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2020 04:48:22 +0000 Subject: [PATCH] Bump @types/js-yaml from 3.12.1 to 3.12.2 Bumps [@types/js-yaml](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/js-yaml) from 3.12.1 to 3.12.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/js-yaml) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 24cb917a..f8a39d33 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@babel/preset-env": "7.8.3", "@babel/preset-typescript": "7.8.3", "@types/jest": "24.9.1", - "@types/js-yaml": "3.12.1", + "@types/js-yaml": "3.12.2", "@types/mkdirp": "0.5.2", "@types/node": "13.5.0", "@types/rimraf": "2.0.3", diff --git a/yarn.lock b/yarn.lock index 9db181c2..34b5eacf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1038,10 +1038,10 @@ dependencies: jest-diff "^24.3.0" -"@types/js-yaml@3.12.1": - version "3.12.1" - resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-3.12.1.tgz#5c6f4a1eabca84792fbd916f0cb40847f123c656" - integrity sha512-SGGAhXLHDx+PK4YLNcNGa6goPf9XRWQNAUUbffkwVGGXIxmDKWyGGL4inzq2sPmExu431Ekb9aEMn9BkPqEYFA== +"@types/js-yaml@3.12.2": + version "3.12.2" + resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-3.12.2.tgz#a35a1809c33a68200fb6403d1ad708363c56470a" + integrity sha512-0CFu/g4mDSNkodVwWijdlr8jH7RoplRWNgovjFLEZeT+QEbbZXjBmCe3HwaWheAlCbHwomTwzZoSedeOycABug== "@types/json-schema@^7.0.3": version "7.0.4"