diff --git a/package-lock.json b/package-lock.json index b59203dbe3c2434..7d76bb8cc183a61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@types/he": "1.2.3", "@types/mdast": "4.0.4", "@types/node": "24.3.1", - "@types/react": "19.0.7", + "@types/react": "19.1.13", "@types/react-dom": "19.0.4", "@typescript-eslint/parser": "8.44.0", "algoliasearch": "5.37.0", @@ -79,7 +79,7 @@ "prettier-plugin-astro": "0.14.1", "prettier-plugin-tailwindcss": "0.6.14", "pretty-bytes": "7.0.1", - "react": "19.0.0", + "react": "19.1.1", "react-dom": "19.0.0", "react-icons": "5.5.0", "react-instantsearch": "7.16.3", @@ -5145,9 +5145,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.1.13", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.13.tgz", + "integrity": "sha512-hHkbU/eoO3EG5/MZkuFSKmYqPbSVk5byPFa3e7y/8TybHiLMACgI8seVYlicwk7H5K/rI2px9xrQp/C+AUDTiQ==", "dev": true, "license": "MIT", "dependencies": { @@ -15939,9 +15939,9 @@ "license": "MIT" }, "node_modules/react": { - "version": "19.0.0", - "resolved": "https://registry.npmjs.org/react/-/react-19.0.0.tgz", - "integrity": "sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==", + "version": "19.1.1", + "resolved": "https://registry.npmjs.org/react/-/react-19.1.1.tgz", + "integrity": "sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 3d47d1359aaa2b2..61edf1d52ec865b 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@types/he": "1.2.3", "@types/mdast": "4.0.4", "@types/node": "24.3.1", - "@types/react": "19.0.7", + "@types/react": "19.1.13", "@types/react-dom": "19.0.4", "@typescript-eslint/parser": "8.44.0", "algoliasearch": "5.37.0", @@ -97,7 +97,7 @@ "prettier-plugin-astro": "0.14.1", "prettier-plugin-tailwindcss": "0.6.14", "pretty-bytes": "7.0.1", - "react": "19.0.0", + "react": "19.1.1", "react-dom": "19.0.0", "react-icons": "5.5.0", "react-instantsearch": "7.16.3",