diff --git a/client/package-lock.json b/client/package-lock.json index cb1ca86..95ed3c9 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -25,7 +25,7 @@ "@emotion/babel-plugin": "11.13.5", "@emotion/react": "11.14.0", "@emotion/styled": "11.14.0", - "@types/react": "18.3.14", + "@types/react": "18.3.18", "mui-one-time-password-input": "3.0.1" } }, @@ -4947,9 +4947,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.18", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.18.tgz", + "integrity": "sha512-t4yC+vtgnkYjNSKlFx1jkAhH8LgTo2N/7Qvi83kdEaUtMDiwpbLAktKDaAMlRcJ5eSxZkH74eEGt1ky31d7kfQ==", "license": "MIT", "dependencies": { "@types/prop-types": "*", diff --git a/client/package.json b/client/package.json index 97c1a46..242e834 100644 --- a/client/package.json +++ b/client/package.json @@ -35,7 +35,7 @@ "@emotion/babel-plugin": "11.13.5", "@emotion/react": "11.14.0", "@emotion/styled": "11.14.0", - "@types/react": "18.3.14", + "@types/react": "18.3.18", "mui-one-time-password-input": "3.0.1" }, "browserslist": {