From cf05409190a8f6f7f5cda08503ec9449def4bd20 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 15 Apr 2021 06:38:35 +0000 Subject: [PATCH] Bump js-yaml from 3.14.1 to 4.1.0 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 4.1.0. - [Release notes](https://github.com/nodeca/js-yaml/releases) - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.14.1...4.1.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a5b8cd1873..f28c8bd271 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "gulp-jsonlint": "0.0.3", "gulp-util": "^3.0.0", "gulp-yaml": "0.0.3", - "js-yaml": "^3.1.0", + "js-yaml": "^4.1.0", "json2yaml": "^1.0.3", "jsonschema": "^1.0.0", "map-stream": "^0.1.0",