diff --git a/package-lock.json b/package-lock.json index d2544a8..9e93cbc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@testing-library/user-event": "^14.6.1", "@types/jsdom": "^21.1.7", "@types/node": "^22.13.10", - "@types/react": "^19.1.0", + "@types/react": "^19.2.5", "@types/react-dom": "^19.1.5", "@types/react-syntax-highlighter": "^15.5.13", "@types/uuid": "^10.0.0", @@ -2351,9 +2351,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "19.1.9", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.9.tgz", - "integrity": "sha512-WmdoynAX8Stew/36uTSVMcLJJ1KRh6L3IZRx1PZ7qJtBqT3dYTgyDTx8H1qoRghErydW7xw9mSJ3wS//tCRpFA==", + "version": "19.2.5", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.5.tgz", + "integrity": "sha512-keKxkZMqnDicuvFoJbzrhbtdLSPhj/rZThDlKWCDbgXmUg0rEUFtRssDXKYmtXluZlIqiC5VqkCgRwzuyLHKHw==", "license": "MIT", "dependencies": { "csstype": "^3.0.2" diff --git a/package.json b/package.json index c90a3b3..9ba8afe 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@testing-library/user-event": "^14.6.1", "@types/jsdom": "^21.1.7", "@types/node": "^22.13.10", - "@types/react": "^19.1.0", + "@types/react": "^19.2.5", "@types/react-dom": "^19.1.5", "@types/react-syntax-highlighter": "^15.5.13", "@types/uuid": "^10.0.0",