From b556bf2ffd4a27545a176a17830db0d0e409255a Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 06:03:29 +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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6b4dbdedbf2d25e..d179ddbfae1069d 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@vitejs/plugin-vue": "^5.0.5", "@vue/tsconfig": "^0.5.1", "concurrently": "^8.2.2", - "glob": "^10.4.3", + "glob": "^10.5.0", "html-rewriter-wasm": "^0.4.1", "lz-string": "^1.5.0", "parse-numeric-range": "^1.3.0",