From 6438aad4800a5305b72b692dfdddf93334f2c2e3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Dec 2023 20:55:58 +0000 Subject: [PATCH] fix: static/code/stackblitz/v6/vue/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 --- static/code/stackblitz/v6/vue/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/code/stackblitz/v6/vue/package.json b/static/code/stackblitz/v6/vue/package.json index d3656cc8b86..f87ffb7625a 100644 --- a/static/code/stackblitz/v6/vue/package.json +++ b/static/code/stackblitz/v6/vue/package.json @@ -17,6 +17,6 @@ "@vitejs/plugin-vue": "^2.3.3", "vite": "^2.9.16", "typescript": "^4.5.4", - "vue-tsc": "^0.34.7" + "vue-tsc": "^1.7.0" } }