From 30748fa574a812344b9a71b68538b788a03161b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:39:34 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b5f23052..2c367972 100644 --- a/package.json +++ b/package.json @@ -36,11 +36,11 @@ "html-wiring": "~1.2.0", "lodash": "~4.0.0", "mkdirp": "~0.5.1", - "rimraf": "~2.5.0", + "rimraf": "~4.0.0", "underscore.inflections": "~0.2.1", "underscore.string": "~3.2.2", - "yeoman-generator": "~0.21.1", - "yo": "~1.5.0" + "yeoman-generator": "~5.0.0", + "yo": "~4.0.0" }, "devDependencies": { "gulp": "https://github.com/gulpjs/gulp.git#d8f5c90a0622d19ef1943a2a3d02dc50e3c853e7",