diff --git a/package-lock.json b/package-lock.json index 2dac792..18a8d20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@types/jest": "^29.2.5", "@types/lodash": "^4.14.191", "@types/node": "^18.11.18", - "@types/react": "^18.0.26", + "@types/react": "^18.0.32", "@types/react-dom": "^18.0.10", "@types/react-helmet": "^6.1.6", "@types/react-router-dom": "^5.3.3", @@ -4018,9 +4018,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.32", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.32.tgz", + "integrity": "sha512-gYGXdtPQ9Cj0w2Fwqg5/ak6BcK3Z15YgjSqtyDizWUfx7mQ8drs0NBUzRRsAdoFVTO8kJ8L2TL8Skm7OFPnLUw==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", @@ -20459,9 +20459,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.32", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.32.tgz", + "integrity": "sha512-gYGXdtPQ9Cj0w2Fwqg5/ak6BcK3Z15YgjSqtyDizWUfx7mQ8drs0NBUzRRsAdoFVTO8kJ8L2TL8Skm7OFPnLUw==", "requires": { "@types/prop-types": "*", "@types/scheduler": "*", diff --git a/package.json b/package.json index 4562f2b..82e4e57 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@types/jest": "^29.2.5", "@types/lodash": "^4.14.191", "@types/node": "^18.11.18", - "@types/react": "^18.0.26", + "@types/react": "^18.0.32", "@types/react-dom": "^18.0.10", "@types/react-helmet": "^6.1.6", "@types/react-router-dom": "^5.3.3",