diff --git a/sys-monitor-tauri/package-lock.json b/sys-monitor-tauri/package-lock.json index 3ee00b6..837e27c 100644 --- a/sys-monitor-tauri/package-lock.json +++ b/sys-monitor-tauri/package-lock.json @@ -24,7 +24,7 @@ "@types/node": "^24.13.3", "@types/react": "^19.2.18", "@types/react-dom": "^19.2.5", - "@vitejs/plugin-react": "^6.1.0", + "@vitejs/plugin-react": "^6.1.1", "cross-env": "^10.1.0", "jsdom": "^30.0.1", "typescript": "^7.0.2", @@ -1330,9 +1330,9 @@ } }, "node_modules/@vitejs/plugin-react": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.1.0.tgz", - "integrity": "sha512-qd2BzUBehkov86WFhg0JkEFEYyCLG9uPCe6qWTY/kRlss9OvJrOF2UbIWT7p+8IzZHkEu0DNGHc4HSv+JdDLsw==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.1.1.tgz", + "integrity": "sha512-yxLaQV9gkhS8ezJqCM6+ndU7mDY6gqAg75NQ+0IjwEI8IYOmQCgkRwHKVSfWXW076DsqMo0Dk+0FK1U+M5RgFw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/sys-monitor-tauri/package.json b/sys-monitor-tauri/package.json index be353e7..10bea3a 100644 --- a/sys-monitor-tauri/package.json +++ b/sys-monitor-tauri/package.json @@ -44,7 +44,7 @@ "@types/node": "^24.13.3", "@types/react": "^19.2.18", "@types/react-dom": "^19.2.5", - "@vitejs/plugin-react": "^6.1.0", + "@vitejs/plugin-react": "^6.1.1", "cross-env": "^10.1.0", "jsdom": "^30.0.1", "typescript": "^7.0.2",