diff --git a/bci/web/vue/package-lock.json b/bci/web/vue/package-lock.json index e393c6a9..d6032df7 100644 --- a/bci/web/vue/package-lock.json +++ b/bci/web/vue/package-lock.json @@ -21,7 +21,7 @@ "autoprefixer": "^10.4.14", "postcss": "^8.4.23", "tailwindcss": "^3.3.2", - "vite": "^4.5.5" + "vite": "^4.5.9" } }, "node_modules/@alloc/quick-lru": { @@ -2358,9 +2358,9 @@ "license": "MIT" }, "node_modules/vite": { - "version": "4.5.5", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.5.tgz", - "integrity": "sha512-ifW3Lb2sMdX+WU91s3R0FyQlAyLxOzCSCP37ujw0+r5POeHPwe6udWVIElKQq8gk3t7b8rkmvqC6IHBpCff4GQ==", + "version": "4.5.9", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.9.tgz", + "integrity": "sha512-qK9W4xjgD3gXbC0NmdNFFnVFLMWSNiR3swj957yutwzzN16xF/E7nmtAyp1rT9hviDroQANjE4HK3H4WqWdFtw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/bci/web/vue/package.json b/bci/web/vue/package.json index 85e4cac5..446e6fbb 100644 --- a/bci/web/vue/package.json +++ b/bci/web/vue/package.json @@ -22,6 +22,6 @@ "autoprefixer": "^10.4.14", "postcss": "^8.4.23", "tailwindcss": "^3.3.2", - "vite": "^4.5.5" + "vite": "^4.5.9" } }