From dca8a30c17140cdc9b2691678c8a1dcf3e42eb7f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Sep 2024 10:01:59 +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 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 984ba49..9cff959 100644 --- a/package.json +++ b/package.json @@ -44,11 +44,11 @@ "lodash.template": ">=4.5.0", "marked": "^2.0.0", "mkdirp": "^0.5.1", - "rimraf": "^2.2.8", + "rimraf": "^4.3.1", "sassdoc": "^2.7.3", "string-template": "^0.2.0", "through2": "^0.6.3", - "vinyl-fs": "^3.0.3" + "vinyl-fs": "^4.0.0" }, "resolutions": { "marked": "^2.0.0",