diff --git a/client/package-lock.json b/client/package-lock.json index edb0606..76008a6 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -16,7 +16,7 @@ "@testing-library/user-event": "^14.4.3", "@types/jest": "^29.2.5", "@types/node": "^18.11.18", - "@types/react": "^18.0.26", + "@types/react": "^18.0.29", "@types/react-dom": "^18.0.10", "@types/react-helmet": "^6.1.6", "@types/react-router-dom": "^5.3.3", @@ -5514,9 +5514,9 @@ "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==" }, "node_modules/@types/react": { - "version": "18.0.26", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.26.tgz", - "integrity": "sha512-hCR3PJQsAIXyxhTNSiDFY//LhnMZWpNNr5etoCqx/iUfGc5gXWtQR2Phl908jVR6uPXacojQWTg4qRpkxTuGug==", + "version": "18.0.29", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.29.tgz", + "integrity": "sha512-wXHktgUABxplw1+UnljseDq4+uztQyp2tlWZRIxHlpchsCFqiYkvaDS8JR7eKOQm8wziTH/el5qL7D6gYNkYcw==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", @@ -23449,9 +23449,9 @@ "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==" }, "@types/react": { - "version": "18.0.26", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.26.tgz", - "integrity": "sha512-hCR3PJQsAIXyxhTNSiDFY//LhnMZWpNNr5etoCqx/iUfGc5gXWtQR2Phl908jVR6uPXacojQWTg4qRpkxTuGug==", + "version": "18.0.29", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.29.tgz", + "integrity": "sha512-wXHktgUABxplw1+UnljseDq4+uztQyp2tlWZRIxHlpchsCFqiYkvaDS8JR7eKOQm8wziTH/el5qL7D6gYNkYcw==", "requires": { "@types/prop-types": "*", "@types/scheduler": "*", diff --git a/client/package.json b/client/package.json index fe628d9..58ee258 100644 --- a/client/package.json +++ b/client/package.json @@ -11,7 +11,7 @@ "@testing-library/user-event": "^14.4.3", "@types/jest": "^29.2.5", "@types/node": "^18.11.18", - "@types/react": "^18.0.26", + "@types/react": "^18.0.29", "@types/react-dom": "^18.0.10", "@types/react-helmet": "^6.1.6", "@types/react-router-dom": "^5.3.3",