diff --git a/package-lock.json b/package-lock.json index 2407a230..dca7188b 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.13", - "@types/react-dom": "18.3.1", + "@types/react": "18.3.14", + "@types/react-dom": "18.3.2", "fomantic-ui-css": "2.9.3", "react": "18.3.1", "react-dom": "18.3.1", @@ -4475,9 +4475,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "18.3.13", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.13.tgz", - "integrity": "sha512-ii/gswMmOievxAJed4PAHT949bpYjPKXvXo1v6cRB/kqc2ZR4n+SgyCyvyc5Fec5ez8VnUumI1Vk7j6fRyRogg==", + "version": "18.3.14", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.14.tgz", + "integrity": "sha512-NzahNKvjNhVjuPBQ+2G7WlxstQ+47kXZNHlUvFakDViuIEfGY926GqhMueQFZ7woG+sPiQKlF36XfrIUVSUfFg==", "license": "MIT", "dependencies": { "@types/prop-types": "*", @@ -4485,12 +4485,12 @@ } }, "node_modules/@types/react-dom": { - "version": "18.3.1", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.1.tgz", - "integrity": "sha512-qW1Mfv8taImTthu4KoXgDfLuk4bydU6Q/TkADnDWWHwi4NX4BR+LWfTp2sVmTqRrsHvyDDTelgelxJ+SsejKKQ==", + "version": "18.3.2", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.2.tgz", + "integrity": "sha512-Fqp+rcvem9wEnGr3RY8dYNvSQ8PoLqjZ9HLgaPUOjJJD120uDyOxOjc/39M4Kddp9JQCxpGQbnhVQF0C0ncYVg==", "license": "MIT", "dependencies": { - "@types/react": "*" + "@types/react": "^18" } }, "node_modules/@types/resolve": { diff --git a/package.json b/package.json index 879d673b..acaff491 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.13", - "@types/react-dom": "18.3.1", + "@types/react": "18.3.14", + "@types/react-dom": "18.3.2", "fomantic-ui-css": "2.9.3", "react": "18.3.1", "react-dom": "18.3.1",