From 3ec9edbf6debd426a51b56c86c16428538b3d78d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 10:17:30 -0800 Subject: [PATCH] Bump vite from 4.5.5 to 4.5.9 in /auth-web (#3222) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- auth-web/package-lock.json | 17 +++++++++-------- auth-web/package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/auth-web/package-lock.json b/auth-web/package-lock.json index 6c184bb0d..d91bd3f31 100644 --- a/auth-web/package-lock.json +++ b/auth-web/package-lock.json @@ -57,7 +57,7 @@ "@types/vuelidate": "^0.7.13", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^6.4.0", - "@volar-plugins/vetur": "latest", + "@volar-plugins/vetur": "*", "@vue/eslint-config-standard": "^4.0.0", "@vue/eslint-config-typescript": "^4.0.0", "@vue/test-utils": "1.3.6", @@ -73,7 +73,7 @@ "stylus": "^0.54.7", "typescript": "^4.9.5", "unplugin-vue2-script-setup": "^0.11.4", - "vite": "^4.5.5", + "vite": "^4.5.9", "vite-plugin-environment": "^1.1.3", "vite-plugin-rewrite-all": "^1.0.1", "vite-plugin-vue2": "^2.0.3", @@ -9201,10 +9201,11 @@ "dev": true }, "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": { "esbuild": "^0.18.10", "postcss": "^8.4.27", @@ -17587,9 +17588,9 @@ "dev": true }, "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, "requires": { "esbuild": "^0.18.10", diff --git a/auth-web/package.json b/auth-web/package.json index 8670ec565..5eec6dc11 100644 --- a/auth-web/package.json +++ b/auth-web/package.json @@ -82,7 +82,7 @@ "stylus": "^0.54.7", "typescript": "^4.9.5", "unplugin-vue2-script-setup": "^0.11.4", - "vite": "^4.5.5", + "vite": "^4.5.9", "vite-plugin-environment": "^1.1.3", "vite-plugin-rewrite-all": "^1.0.1", "vite-plugin-vue2": "^2.0.3",