From b4815bb6d601ffcbbaabe51031319558e2ce32d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 03:59:53 +0000 Subject: [PATCH] Bump vite in /msal_streamlit_authentication/frontend Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.10 to 5.4.14. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.14/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.14/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- msal_streamlit_authentication/frontend/package-lock.json | 9 +++++---- msal_streamlit_authentication/frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) 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