diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index b3408e18..bb1477ed 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -52,7 +52,7 @@ "@lingui/cli": "^5.1.2", "@lingui/vite-plugin": "^5.1.2", "@types/mousetrap": "^1.6.15", - "@types/react": "^19.0.7", + "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@types/react-helmet": "^6.1.11", "@types/react-infinite-scroller": "^1.2.5", @@ -2331,9 +2331,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "19.0.7", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.7.tgz", - "integrity": "sha512-MoFsEJKkAtZCrC1r6CM8U22GzhG7u2Wir8ons/aCKH6MBdD1ibV24zOSSkdZVUKqN5i396zG5VKLYZ3yaUZdLA==", + "version": "19.0.8", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.8.tgz", + "integrity": "sha512-9P/o1IGdfmQxrujGbIMDyYaaCykhLKc0NGCtYcECNUr9UAaDe4gwvV9bR6tvd5Br1SG0j+PBpbKr2UYY8CwqSw==", "license": "MIT", "dependencies": { "csstype": "^3.0.2" diff --git a/commafeed-client/package.json b/commafeed-client/package.json index 804f5110..2bfa69fa 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -59,7 +59,7 @@ "@lingui/cli": "^5.1.2", "@lingui/vite-plugin": "^5.1.2", "@types/mousetrap": "^1.6.15", - "@types/react": "^19.0.7", + "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@types/react-helmet": "^6.1.11", "@types/react-infinite-scroller": "^1.2.5",