From 10aa847aba32dd0fd7a754cf333ee5c1e25f3bd5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Sep 2023 17:01:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SYSTEMINFORMATION-5914637 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a43a694..7eac98c 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "rockpaperscissors-checker": "^1.2.0", "set-interval-async": "^3.0.2", "stringify-safe": "^1.0.3", - "systeminformation": "^5.12.6" + "systeminformation": "^5.21.7" }, "devDependencies": { "@types/express": "^4.17.14",