From b65456cc67c574790283dd97e2b603a113f21735 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:47:00 +0000 Subject: [PATCH] build(deps): 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 de4e8fa..f3e4584 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "debug": "^4.1.1", "electron-installer-common": "^0.10.2", "fs-extra": "^9.0.0", - "js-yaml": "^3.10.0", + "js-yaml": "^4.1.0", "lodash": "^4.17.15", "semver": "^7.1.1", "tmp-promise": "^3.0.2",