From 5369bcb52b5645e47f4bac1cd854c78ee3ccf1e3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 28 Mar 2021 09:32:25 +0000 Subject: [PATCH] build(deps): bump js-yaml from 3.14.1 to 4.0.0 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 4.0.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.0.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 1b16ea8..7803b36 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "ajv": "^8.0.0", "fast-json-patch": "^2.0.0", "glob": "^7.1.0", - "js-yaml": "^3.14.0", + "js-yaml": "^4.0.0", "json-schema-migrate": "^2.0.0", "json5": "^2.1.3", "minimist": "^1.2.0"