diff --git a/package-lock.json b/package-lock.json index e9150eeb..689743ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,7 +63,7 @@ "@testing-library/react": "16.0.1", "@types/hast": "3.0.4", "@types/lodash-es": "4.17.12", - "@types/react": "18.3.11", + "@types/react": "18.3.12", "@types/react-dom": "18.3.1", "@types/react-syntax-highlighter": "15.5.13", "@types/turndown": "5.0.5", @@ -4352,9 +4352,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "18.3.11", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.11.tgz", - "integrity": "sha512-r6QZ069rFTjrEYgFdOck1gK7FLVsgJE7tTz0pQBczlBNUhBNk0MQH4UbnFSwjpQLMkLzgqvBBa+qGpLje16eTQ==", + "version": "18.3.12", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.12.tgz", + "integrity": "sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 05d34072..db0449ef 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "@testing-library/react": "16.0.1", "@types/hast": "3.0.4", "@types/lodash-es": "4.17.12", - "@types/react": "18.3.11", + "@types/react": "18.3.12", "@types/react-dom": "18.3.1", "@types/react-syntax-highlighter": "15.5.13", "@types/turndown": "5.0.5",