From b5f96a50dee8056b79c3550f66cf133c09bc498c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Apr 2025 18:30:22 +0000 Subject: [PATCH] fix: examples/browser-vue/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-9691387 - https://snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-9691389 --- examples/browser-vue/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/browser-vue/package.json b/examples/browser-vue/package.json index 41a4c942d1..258d14c2ea 100644 --- a/examples/browser-vue/package.json +++ b/examples/browser-vue/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@vue/cli-plugin-babel": "5.0.0-alpha.8", "@vue/cli-plugin-eslint": "5.0.0-alpha.8", - "@vue/cli-service": "5.0.0-alpha.8", + "@vue/cli-service": "5.0.1", "babel-eslint": "^10.1.0", "eslint": "^7.22.0", "eslint-plugin-vue": "^7.8.0",