Skip to content

Commit 85c0e78

Browse files
committed
fix: static/code/stackblitz/v7/vue/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692
1 parent 1bb396c commit 85c0e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/code/stackblitz/v7/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"@vitejs/plugin-vue": "^2.3.3",
1818
"typescript": "^4.5.4",
1919
"vite": "^2.9.9",
20-
"vue-tsc": "^0.34.7"
20+
"vue-tsc": "^1.7.0"
2121
}
2222
}

0 commit comments

Comments
 (0)