From 4ce1975b0195fc3a972ab7ea421cf5037b28a97d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 23 Oct 2021 00:08:32 +0000 Subject: [PATCH] fix(deps): update dependency js-yaml to v4 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 68c43c44..f1ec99ba 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "execa": "^5.1.1", "https-proxy-agent": "^5.0.0", "ignore": "^5.1.8", - "js-yaml": "^3.14.1", + "js-yaml": "^4.1.0", "lodash": "^4.17.21", "mkdirp": "^1.0.4", "node-fetch": "^3.0.0", @@ -75,7 +75,7 @@ "@types/deasync": "0.1.1", "@types/eslint": "7.28.0", "@types/eslint-plugin-prettier": "3.1.0", - "@types/js-yaml": "3.12.7", + "@types/js-yaml": "4.0.4", "@types/lodash": "4.14.173", "@types/mkdirp": "1.0.2", "@types/mocha": "9.0.0",