diff --git a/package-lock.json b/package-lock.json index 11532462..68b7e4a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,8 +13,8 @@ "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.14", "@types/node": "22.10.1", - "@types/react": "18.3.14", - "@types/react-dom": "18.3.3", + "@types/react": "18.3.15", + "@types/react-dom": "18.3.4", "fomantic-ui-css": "2.9.3", "react": "18.3.1", "react-dom": "18.3.1", @@ -4447,9 +4447,9 @@ "license": "MIT" }, "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==", "license": "MIT", "dependencies": { "@types/prop-types": "*", @@ -4457,9 +4457,9 @@ } }, "node_modules/@types/react-dom": { - "version": "18.3.3", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.3.tgz", - "integrity": "sha512-uTYkxTLkYp41nq/ULXyXMtkNT1vu5fXJoqad6uTNCOGat5t9cLgF4vMNLBXsTOXpdOI44XzKPY1M5RRm0bQHuw==", + "version": "18.3.4", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.4.tgz", + "integrity": "sha512-HMqjZ3RJxmfoOn3sVc0T0fO6qSrLDnUQYB+azHKdBBz1eOt0Sq4wUu2Sf1/Dt18gqhECg0fZ33tkh/6YdwrSCw==", "license": "MIT", "peerDependencies": { "@types/react": "^18.0.0" diff --git a/package.json b/package.json index 7fde88b7..c5cfd3e7 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,8 @@ "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.14", "@types/node": "22.10.1", - "@types/react": "18.3.14", - "@types/react-dom": "18.3.3", + "@types/react": "18.3.15", + "@types/react-dom": "18.3.4", "fomantic-ui-css": "2.9.3", "react": "18.3.1", "react-dom": "18.3.1",