diff --git a/package-lock.json b/package-lock.json index 7ad5c6a5..98719183 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,8 +63,8 @@ "@testing-library/react": "16.1.0", "@types/hast": "3.0.4", "@types/lodash-es": "4.17.12", - "@types/react": "18.3.15", - "@types/react-dom": "18.3.4", + "@types/react": "18.3.16", + "@types/react-dom": "18.3.5", "@types/react-syntax-highlighter": "15.5.13", "@types/turndown": "5.0.5", "@types/unist": "3.0.3", @@ -4119,9 +4119,9 @@ "dev": true }, "node_modules/@types/react": { - "version": "18.3.15", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.15.tgz", - "integrity": "sha512-XQzbwkCwrsabawgWsvDDwsDTRuH1sf6Uj1fnFYoG03ZXfT54/aBvlylKR9ix70pXAtTn8dFzj358zVcZN4m83w==", + "version": "18.3.16", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.16.tgz", + "integrity": "sha512-oh8AMIC4Y2ciKufU8hnKgs+ufgbA/dhPTACaZPM86AbwX9QwnFtSoPWEeRUj8fge+v6kFt78BXcDhAU1SrrAsw==", "dev": true, "license": "MIT", "dependencies": { @@ -4130,9 +4130,9 @@ } }, "node_modules/@types/react-dom": { - "version": "18.3.4", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.4.tgz", - "integrity": "sha512-HMqjZ3RJxmfoOn3sVc0T0fO6qSrLDnUQYB+azHKdBBz1eOt0Sq4wUu2Sf1/Dt18gqhECg0fZ33tkh/6YdwrSCw==", + "version": "18.3.5", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.5.tgz", + "integrity": "sha512-P4t6saawp+b/dFrUr2cvkVsfvPguwsxtH6dNIYRllMsefqFzkZk5UIjzyDOv5g1dXIPdG4Sp1yCR4Z6RCUsG/Q==", "dev": true, "license": "MIT", "peerDependencies": { diff --git a/package.json b/package.json index 69f49892..ae227d99 100644 --- a/package.json +++ b/package.json @@ -99,8 +99,8 @@ "@testing-library/react": "16.1.0", "@types/hast": "3.0.4", "@types/lodash-es": "4.17.12", - "@types/react": "18.3.15", - "@types/react-dom": "18.3.4", + "@types/react": "18.3.16", + "@types/react-dom": "18.3.5", "@types/react-syntax-highlighter": "15.5.13", "@types/turndown": "5.0.5", "@types/unist": "3.0.3",