From 3c18a2fec292c2e7b31dc57b687c3d984e9038f9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Sep 2024 09:48:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INI-1048974 - https://snyk.io/vuln/npm:extend:20180424 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9495a82..77c2ba5 100644 --- a/package.json +++ b/package.json @@ -34,10 +34,10 @@ "execa": "^0.8.0", "globby": "^6.1.0", "handlebars": "^4.0.10", - "liftoff": "^2.3.0", + "liftoff": "^4.0.0", "lodash.uniq": "^4.5.0", "minimist": "^1.2.0", - "multimatch": "^2.1.0", + "multimatch": "^7.0.0", "pretty-ms": "^3.0.0", "trim-newlines": "^2.0.0" },