From b6f90f61eab6e93ef84632b8099103bb7cdfcc38 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 26 May 2024 05:41:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - 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 4feea7b..78cc144 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dotenv": "^8.2.0", "express": "^4.16.4", "express-manifest-helpers": "^0.6.0", - "glob": "^7.1.6", + "glob": "^9.0.0", "history": "^4.10.1", "i18next": "^19.5.5", "i18next-xhr-backend": "^3.2.2", @@ -55,7 +55,7 @@ "redux": "^4.0.5", "redux-thunk": "^2.3.0", "reselect": "^4.0.0", - "rimraf": "^3.0.2", + "rimraf": "^4.3.1", "serve-static": "^1.13.2" }, "devDependencies": {