From aa3639d5a741843a259c15819a708bcdaa861c9d Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 20:28:09 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOB-14040952 - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 24ee2aaf35..3eea36e4f9 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "concurrently": "^8.2.2", "http-server": "^14.1.1", "lodash": "^4.17.21", - "rimraf": "^6.0.1", + "rimraf": "^6.1.1", "swc-loader": "^0.2.6", "typescript": "^5.5.3" }