From d6472ffc03d036c115420f62f66432ecfbad5326 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 04:20:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VITE-9919777 - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6b4dbdedbf2d25e..6fd22cd4ed1469d 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@types/prismjs": "^1.26.4", "@vitejs/plugin-vue": "^5.0.5", "@vue/tsconfig": "^0.5.1", - "concurrently": "^8.2.2", + "concurrently": "^9.0.0", "glob": "^10.4.3", "html-rewriter-wasm": "^0.4.1", "lz-string": "^1.5.0", @@ -45,7 +45,7 @@ "prismjs": "^1.29.0", "tsm": "2.3.0", "typescript": "~5.5.3", - "vite": "^5.3.3", + "vite": "^5.4.19", "vue-tsc": "^2.0.26", "wrangler": "3.63.1" },