diff --git a/ui/package.json b/ui/package.json index b00286d..50d7f0a 100644 --- a/ui/package.json +++ b/ui/package.json @@ -19,7 +19,7 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.1.0", "eslint-plugin-vue": "^9.19.2", - "vite": "^2.9.16", + "vite": "^2.9.18", "vite-plugin-eslint": "^1.3.0" } } diff --git a/ui/yarn.lock b/ui/yarn.lock index 3d15f02..3e5c8cb 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -1553,10 +1553,10 @@ vite-plugin-eslint@^1.3.0: eslint "^7.26.0" rollup "^2.47.0" -vite@^2.9.16: - version "2.9.16" - resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.16.tgz#daf7ba50f5cc37a7bf51b118ba06bc36e97898e9" - integrity sha512-X+6q8KPyeuBvTQV8AVSnKDvXoBMnTx8zxh54sOwmmuOdxkjMmEJXH2UEchA+vTMps1xw9vL64uwJOWryULg7nA== +vite@^2.9.18: + version "2.9.18" + resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.18.tgz#74e2a83b29da81e602dac4c293312cc575f091c7" + integrity sha512-sAOqI5wNM9QvSEE70W3UGMdT8cyEn0+PmJMTFvTB8wB0YbYUWw3gUbY62AOyrXosGieF2htmeLATvNxpv/zNyQ== dependencies: esbuild "^0.14.27" postcss "^8.4.13"