diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index 9945ef0a..b77ce9f0 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -51,8 +51,8 @@ "@lingui/cli": "^5.2.0", "@lingui/vite-plugin": "^5.2.0", "@types/mousetrap": "^1.6.15", - "@types/react": "^19.0.9", - "@types/react-dom": "^19.0.3", + "@types/react": "^19.0.10", + "@types/react-dom": "^19.0.4", "@types/react-infinite-scroller": "^1.2.5", "@types/throttle-debounce": "^5.0.2", "@types/tinycon": "^0.6.7", @@ -2326,18 +2326,18 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "19.0.9", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.9.tgz", - "integrity": "sha512-FedNTYgmMwSZmD1Sru/W1gJKuiYCN/3SuBkmZkcxX+FpO5zL76B22A9YNfAKg4HQO3Neh/30AiynP6BELdU0qQ==", + "version": "19.0.10", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.10.tgz", + "integrity": "sha512-JuRQ9KXLEjaUNjTWpzuR231Z2WpIwczOkBEIvbHNCzQefFIT0L8IqE6NV6ULLyC1SI/i234JnDoMkfg+RjQj2g==", "license": "MIT", "dependencies": { "csstype": "^3.0.2" } }, "node_modules/@types/react-dom": { - "version": "19.0.3", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.0.3.tgz", - "integrity": "sha512-0Knk+HJiMP/qOZgMyNFamlIjw9OFCsyC2ZbigmEEyXXixgre6IQpm/4V+r3qH4GC1JPvRJKInw+on2rV6YZLeA==", + "version": "19.0.4", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.0.4.tgz", + "integrity": "sha512-4fSQ8vWFkg+TGhePfUzVmat3eC14TXYSsiiDSLI0dVLsrm9gZFABjPy/Qu6TKgl1tq1Bu1yDsuQgY3A3DOjCcg==", "dev": true, "license": "MIT", "peerDependencies": { diff --git a/commafeed-client/package.json b/commafeed-client/package.json index 7d444b4c..252c85f8 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -58,8 +58,8 @@ "@lingui/cli": "^5.2.0", "@lingui/vite-plugin": "^5.2.0", "@types/mousetrap": "^1.6.15", - "@types/react": "^19.0.9", - "@types/react-dom": "^19.0.3", + "@types/react": "^19.0.10", + "@types/react-dom": "^19.0.4", "@types/react-infinite-scroller": "^1.2.5", "@types/throttle-debounce": "^5.0.2", "@types/tinycon": "^0.6.7",