diff --git a/package-lock.json b/package-lock.json index cfa30b4..125576e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.4.5", "license": "0BSD", "dependencies": { - "@vitejs/plugin-react": "^6.1.0", + "@vitejs/plugin-react": "^6.1.1", "lucide-react": "^0.577.0", "react": "^19.2.8", "react-dom": "^19.2.8", @@ -367,9 +367,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==", "license": "MIT", "dependencies": { "@rolldown/pluginutils": "^1.0.1" diff --git a/package.json b/package.json index 5d5e869..46c0785 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "qdn:publish:qortal": "node scripts/publish-qortal-app.mjs" }, "dependencies": { - "@vitejs/plugin-react": "^6.1.0", + "@vitejs/plugin-react": "^6.1.1", "lucide-react": "^0.577.0", "react": "^19.2.8", "react-dom": "^19.2.8",