diff --git a/package-lock.json b/package-lock.json index 9bc8e66..275b361 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@tauri-apps/api": "2.11.1", "@tauri-apps/plugin-clipboard-manager": "^2.3.2", "@tauri-apps/plugin-store": "^2.4.4", - "react": "^19.2.4", + "react": "^19.2.8", "react-dom": "^19.2.4" }, "devDependencies": { @@ -24,7 +24,7 @@ "@testing-library/jest-dom": "^7.0.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", - "@types/react": "^19.2.10", + "@types/react": "^19.2.18", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.3", "commitizen": "^4.3.1", @@ -2520,9 +2520,9 @@ } }, "node_modules/@types/react": { - "version": "19.2.17", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.17.tgz", - "integrity": "sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw==", + "version": "19.2.18", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.18.tgz", + "integrity": "sha512-AnzbBERsrLKtk2XSfTbYRLjQPdy116Sty4q+T+Bp3IC4l6jNBvreVPAHmpq9qhXQM7CXZPjLVmGMw9sy+hxQ3w==", "dev": true, "license": "MIT", "dependencies": { @@ -7871,9 +7871,9 @@ } }, "node_modules/react": { - "version": "19.2.7", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.7.tgz", - "integrity": "sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==", + "version": "19.2.8", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.8.tgz", + "integrity": "sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/package.json b/package.json index 0217a2f..382f70a 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@tauri-apps/api": "2.11.1", "@tauri-apps/plugin-clipboard-manager": "^2.3.2", "@tauri-apps/plugin-store": "^2.4.4", - "react": "^19.2.4", + "react": "^19.2.8", "react-dom": "^19.2.4" }, "devDependencies": { @@ -75,7 +75,7 @@ "@testing-library/jest-dom": "^7.0.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", - "@types/react": "^19.2.10", + "@types/react": "^19.2.18", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.3", "commitizen": "^4.3.1",