diff --git a/typescript/package-lock.json b/typescript/package-lock.json index d6ffad3c..964701cb 100644 --- a/typescript/package-lock.json +++ b/typescript/package-lock.json @@ -5867,9 +5867,9 @@ } }, "node_modules/vite": { - "version": "5.2.8", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.8.tgz", - "integrity": "sha512-OyZR+c1CE8yeHw5V5t59aXsUPPVTHMDjEZz8MgguLL/Q7NblxhZUlTu9xSPqlsUO/y+X7dlU05jdhvyycD55DA==", + "version": "5.2.11", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.11.tgz", + "integrity": "sha512-HndV31LWW05i1BLPMUCE1B9E9GFbOu1MbenhS58FuK6owSO5qHm7GiCotrNY1YE5rMeQSFBGmT5ZaLEjFizgiQ==", "dependencies": { "esbuild": "^0.20.1", "postcss": "^8.4.38", @@ -6246,7 +6246,7 @@ "lit-redux-watch": "^0.3.8", "reselect": "^5.1.0", "typescript": "~5.4.5", - "vite": "^5.2.8", + "vite": "^5.2.11", "vite-plugin-top-level-await": "^1.4.1", "vite-plugin-wasm": "^3.3.0", "wireit": "^0.14.4" diff --git a/typescript/packages/sphere-viewer/package.json b/typescript/packages/sphere-viewer/package.json index cd027c4c..a4aad926 100644 --- a/typescript/packages/sphere-viewer/package.json +++ b/typescript/packages/sphere-viewer/package.json @@ -20,7 +20,7 @@ "lit-redux-watch": "^0.3.8", "reselect": "^5.1.0", "typescript": "~5.4.5", - "vite": "^5.2.8", + "vite": "^5.2.11", "vite-plugin-wasm": "^3.3.0", "vite-plugin-top-level-await": "^1.4.1", "wireit": "^0.14.4"