diff --git a/package-lock.json b/package-lock.json index fda985be..0f9dec9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,8 +19,8 @@ "@playwright/test": "1.49.1", "@types/eslint__js": "8.42.3", "@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", "@types/react-router-dom": "5.3.3", "@vitejs/plugin-react": "4.3.4", "@vitest/coverage-istanbul": "2.1.8", @@ -1526,9 +1526,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==", "dev": true, "license": "MIT", "dependencies": { @@ -1537,9 +1537,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==", "dev": true, "license": "MIT", "peerDependencies": { diff --git a/package.json b/package.json index e061c4d1..8bc28b7a 100644 --- a/package.json +++ b/package.json @@ -39,8 +39,8 @@ "@playwright/test": "1.49.1", "@types/eslint__js": "8.42.3", "@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", "@types/react-router-dom": "5.3.3", "@vitejs/plugin-react": "4.3.4", "@vitest/coverage-istanbul": "2.1.8",