diff --git a/package-lock.json b/package-lock.json index e285f8f9..7ad5c6a5 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.14", - "@types/react-dom": "18.3.2", + "@types/react": "18.3.15", + "@types/react-dom": "18.3.4", "@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.14", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.14.tgz", - "integrity": "sha512-NzahNKvjNhVjuPBQ+2G7WlxstQ+47kXZNHlUvFakDViuIEfGY926GqhMueQFZ7woG+sPiQKlF36XfrIUVSUfFg==", + "version": "18.3.15", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.15.tgz", + "integrity": "sha512-XQzbwkCwrsabawgWsvDDwsDTRuH1sf6Uj1fnFYoG03ZXfT54/aBvlylKR9ix70pXAtTn8dFzj358zVcZN4m83w==", "dev": true, "license": "MIT", "dependencies": { @@ -4130,13 +4130,13 @@ } }, "node_modules/@types/react-dom": { - "version": "18.3.2", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.2.tgz", - "integrity": "sha512-Fqp+rcvem9wEnGr3RY8dYNvSQ8PoLqjZ9HLgaPUOjJJD120uDyOxOjc/39M4Kddp9JQCxpGQbnhVQF0C0ncYVg==", + "version": "18.3.4", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.4.tgz", + "integrity": "sha512-HMqjZ3RJxmfoOn3sVc0T0fO6qSrLDnUQYB+azHKdBBz1eOt0Sq4wUu2Sf1/Dt18gqhECg0fZ33tkh/6YdwrSCw==", "dev": true, "license": "MIT", - "dependencies": { - "@types/react": "^18" + "peerDependencies": { + "@types/react": "^18.0.0" } }, "node_modules/@types/react-syntax-highlighter": { diff --git a/package.json b/package.json index 92e090e3..69f49892 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.14", - "@types/react-dom": "18.3.2", + "@types/react": "18.3.15", + "@types/react-dom": "18.3.4", "@types/react-syntax-highlighter": "15.5.13", "@types/turndown": "5.0.5", "@types/unist": "3.0.3",