From 60858873a8df1cb0ae613123df484d9a9b411b5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jan 2021 07:09:04 +0000 Subject: [PATCH] build(deps-dev): 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[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6a22b99..a58e2aa 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "eslint-plugin-jest": "^23.18.0", "jest": "^24.9.0", "jest-circus": "^26.1.0", - "js-yaml": "^3.14.0", + "js-yaml": "^4.0.0", "prettier": "2.0.5", "ts-jest": "^24.3.0", "typescript": "^3.9.7"