diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index 4cef5dc1..e4cfbec1 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -51,7 +51,7 @@ "@lingui/cli": "^4.11.4", "@lingui/vite-plugin": "^4.11.4", "@types/mousetrap": "^1.6.15", - "@types/react": "^18.3.9", + "@types/react": "^18.3.10", "@types/react-dom": "^18.3.0", "@types/react-helmet": "^6.1.11", "@types/react-infinite-scroller": "^1.2.5", @@ -2298,9 +2298,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "18.3.9", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.9.tgz", - "integrity": "sha512-+BpAVyTpJkNWWSSnaLBk6ePpHLOGJKnEQNbINNovPWzvEUyAe3e+/d494QdEh71RekM/qV7lw6jzf1HGrJyAtQ==", + "version": "18.3.10", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.10.tgz", + "integrity": "sha512-02sAAlBnP39JgXwkAq3PeU9DVaaGpZyF3MGcC0MKgQVkZor5IiiDAipVaxQHtDJAmO4GIy/rVBy/LzVj76Cyqg==", "devOptional": true, "license": "MIT", "dependencies": { diff --git a/commafeed-client/package.json b/commafeed-client/package.json index c6a4ae42..fccb9699 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -58,7 +58,7 @@ "@lingui/cli": "^4.11.4", "@lingui/vite-plugin": "^4.11.4", "@types/mousetrap": "^1.6.15", - "@types/react": "^18.3.9", + "@types/react": "^18.3.10", "@types/react-dom": "^18.3.0", "@types/react-helmet": "^6.1.11", "@types/react-infinite-scroller": "^1.2.5",