summaryrefslogtreecommitdiff
path: root/packages/integrations/vue
diff options
context:
space:
mode:
authorGravatar Stefano <s.cislaghi@gmail.com> 2024-01-23 12:48:20 +0000
committerGravatar GitHub <noreply@github.com> 2024-01-23 20:48:20 +0800
commit9aa7a5368c502ae488d3a173e732d81f3d000e98 (patch)
tree17eb814c8395abbb5ef37b40ce7b8111985f136e /packages/integrations/vue
parent3b5824a65df00169b56db28af01e0f00a2bc156f (diff)
downloadastro-9aa7a5368c502ae488d3a173e732d81f3d000e98.tar.gz
astro-9aa7a5368c502ae488d3a173e732d81f3d000e98.tar.zst
astro-9aa7a5368c502ae488d3a173e732d81f3d000e98.zip
fix: vite security issue (#9773)
Diffstat (limited to 'packages/integrations/vue')
-rw-r--r--packages/integrations/vue/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index b4141a9fd..242cf67c2 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -53,7 +53,7 @@
"cheerio": "1.0.0-rc.12",
"linkedom": "^0.16.4",
"mocha": "^10.2.0",
- "vite": "^5.0.10",
+ "vite": "^5.0.12",
"vue": "^3.3.8"
},
"peerDependencies": {