diff --git a/live-editor/package.json b/live-editor/package.json index 7505008..969e640 100644 --- a/live-editor/package.json +++ b/live-editor/package.json @@ -29,7 +29,7 @@ "svelte-preprocess": "^5.1.3", "svelte-simple-modal": "^1.6.2", "tailwindcss": "^3.4.3", - "vite": "^5.2.7", + "vite": "^5.2.8", "vscode-languageserver-textdocument": "^1.0.11", "vscode-languageserver-types": "^3.17.5", "yaml": "^2.4.1" diff --git a/live-editor/yarn.lock b/live-editor/yarn.lock index 9d19df2..cb1a107 100644 --- a/live-editor/yarn.lock +++ b/live-editor/yarn.lock @@ -2130,10 +2130,10 @@ uvu@^0.5.0: kleur "^4.0.3" sade "^1.7.3" -vite@^5.2.7: - version "5.2.7" - resolved "https://registry.yarnpkg.com/vite/-/vite-5.2.7.tgz#e1b8a985eb54fcb9467d7f7f009d87485016df6e" - integrity sha512-k14PWOKLI6pMaSzAuGtT+Cf0YmIx12z9YGon39onaJNy8DLBfBJrzg9FQEmkAM5lpHBZs9wksWAsyF/HkpEwJA== +vite@^5.2.8: + version "5.2.8" + resolved "https://registry.yarnpkg.com/vite/-/vite-5.2.8.tgz#a99e09939f1a502992381395ce93efa40a2844aa" + integrity sha512-OyZR+c1CE8yeHw5V5t59aXsUPPVTHMDjEZz8MgguLL/Q7NblxhZUlTu9xSPqlsUO/y+X7dlU05jdhvyycD55DA== dependencies: esbuild "^0.20.1" postcss "^8.4.38"