diff --git a/ui/package-lock.json b/ui/package-lock.json index c8487b0..4065f2e 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -19,7 +19,7 @@ "es6-promise": "^4.2.8", "smoothie": "^1.35.0", "uuid": "^9.0.0", - "vite": "^2.9.15", + "vite": "^2.9.16", "vue": "^3.2.31", "vuex": "^4.0.0" }, @@ -9317,9 +9317,9 @@ } }, "node_modules/vite": { - "version": "2.9.15", - "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.15.tgz", - "integrity": "sha512-fzMt2jK4vQ3yK56te3Kqpkaeq9DkcZfBbzHwYpobasvgYmP2SoAr6Aic05CsB4CzCZbsDv4sujX3pkEGhLabVQ==", + "version": "2.9.16", + "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.16.tgz", + "integrity": "sha512-X+6q8KPyeuBvTQV8AVSnKDvXoBMnTx8zxh54sOwmmuOdxkjMmEJXH2UEchA+vTMps1xw9vL64uwJOWryULg7nA==", "dependencies": { "esbuild": "^0.14.27", "postcss": "^8.4.13", @@ -16979,9 +16979,9 @@ } }, "vite": { - "version": "2.9.15", - "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.15.tgz", - "integrity": "sha512-fzMt2jK4vQ3yK56te3Kqpkaeq9DkcZfBbzHwYpobasvgYmP2SoAr6Aic05CsB4CzCZbsDv4sujX3pkEGhLabVQ==", + "version": "2.9.16", + "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.16.tgz", + "integrity": "sha512-X+6q8KPyeuBvTQV8AVSnKDvXoBMnTx8zxh54sOwmmuOdxkjMmEJXH2UEchA+vTMps1xw9vL64uwJOWryULg7nA==", "requires": { "esbuild": "^0.14.27", "fsevents": "~2.3.2", diff --git a/ui/package.json b/ui/package.json index 16b3d02..6034ea6 100644 --- a/ui/package.json +++ b/ui/package.json @@ -19,7 +19,7 @@ "es6-promise": "^4.2.8", "smoothie": "^1.35.0", "uuid": "^9.0.0", - "vite": "^2.9.15", + "vite": "^2.9.16", "vue": "^3.2.31", "vuex": "^4.0.0" },