diff --git a/streamlit_oauth/frontend/package-lock.json b/streamlit_oauth/frontend/package-lock.json index 43ed73c7..ae232c07 100644 --- a/streamlit_oauth/frontend/package-lock.json +++ b/streamlit_oauth/frontend/package-lock.json @@ -12,7 +12,7 @@ "toastify-js": "^1.12.0" }, "devDependencies": { - "vite": "^6.2.3" + "vite": "^6.2.7" } }, "node_modules/@esbuild/aix-ppc64": { @@ -1279,9 +1279,9 @@ "peer": true }, "node_modules/vite": { - "version": "6.2.3", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.3.tgz", - "integrity": "sha512-IzwM54g4y9JA/xAeBPNaDXiBF8Jsgl3VBQ2YQ/wOY6fyW3xMdSoltIV3Bo59DErdqdE6RxUfv8W69DvUorE4Eg==", + "version": "6.2.7", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.7.tgz", + "integrity": "sha512-qg3LkeuinTrZoJHHF94coSaTfIPyBYoywp+ys4qu20oSJFbKMYoIJo0FWJT9q6Vp49l6z9IsJRbHdcGtiKbGoQ==", "dev": true, "license": "MIT", "dependencies": { @@ -2108,9 +2108,9 @@ "peer": true }, "vite": { - "version": "6.2.3", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.3.tgz", - "integrity": "sha512-IzwM54g4y9JA/xAeBPNaDXiBF8Jsgl3VBQ2YQ/wOY6fyW3xMdSoltIV3Bo59DErdqdE6RxUfv8W69DvUorE4Eg==", + "version": "6.2.7", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.7.tgz", + "integrity": "sha512-qg3LkeuinTrZoJHHF94coSaTfIPyBYoywp+ys4qu20oSJFbKMYoIJo0FWJT9q6Vp49l6z9IsJRbHdcGtiKbGoQ==", "dev": true, "requires": { "esbuild": "^0.25.0", diff --git a/streamlit_oauth/frontend/package.json b/streamlit_oauth/frontend/package.json index b63a5bae..4cc210b7 100644 --- a/streamlit_oauth/frontend/package.json +++ b/streamlit_oauth/frontend/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "devDependencies": { - "vite": "^6.2.3" + "vite": "^6.2.7" }, "dependencies": { "streamlit-component-lib": "^1.4.0",