diff --git a/msal_streamlit_authentication/frontend/package-lock.json b/msal_streamlit_authentication/frontend/package-lock.json index db64bbf..d6a923d 100644 --- a/msal_streamlit_authentication/frontend/package-lock.json +++ b/msal_streamlit_authentication/frontend/package-lock.json @@ -19,7 +19,7 @@ "@types/react-dom": "^18.3.1", "@vitejs/plugin-react": "^4.3.3", "typescript": "^5.6.3", - "vite": "^5.4.10" + "vite": "^5.4.14" } }, "node_modules/@ampproject/remapping": { @@ -1814,10 +1814,11 @@ } }, "node_modules/vite": { - "version": "5.4.10", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.10.tgz", - "integrity": "sha512-1hvaPshuPUtxeQ0hsVH3Mud0ZanOLwVTneA1EgbAM5LhaZEqyPWGRQ7BtaMvUrTDeEaC8pxtj6a6jku3x4z6SQ==", + "version": "5.4.14", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.14.tgz", + "integrity": "sha512-EK5cY7Q1D8JNhSaPKVK4pwBFvaTmZxEnoKXLG/U9gmdDcihQGNzFlgIvaxezFR4glP1LsuiedwMBqCXH3wZccA==", "dev": true, + "license": "MIT", "dependencies": { "esbuild": "^0.21.3", "postcss": "^8.4.43", diff --git a/msal_streamlit_authentication/frontend/package.json b/msal_streamlit_authentication/frontend/package.json index 2890c05..40eef0f 100644 --- a/msal_streamlit_authentication/frontend/package.json +++ b/msal_streamlit_authentication/frontend/package.json @@ -21,6 +21,6 @@ "@types/react-dom": "^18.3.1", "@vitejs/plugin-react": "^4.3.3", "typescript": "^5.6.3", - "vite": "^5.4.10" + "vite": "^5.4.14" } } \ No newline at end of file