diff --git a/package-lock.json b/package-lock.json index 4e649a8..cec1028 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@types/jest": "^29.5.8", "@types/lodash": "^4.14.201", "@types/node": "^20.9.0", - "@types/react": "^18.2.37", + "@types/react": "^18.2.41", "@types/react-dom": "^18.2.15", "@types/styled-components": "^5.1.30", "eslint-config-prettier": "^9.0.0", @@ -4541,9 +4541,9 @@ "integrity": "sha512-+0autS93xyXizIYiyL02FCY8N+KkKPhILhcUSA276HxzreZ16kl+cmwvV2qAM/PuCCwPXzOXOWhiPcw20uSFcA==" }, "node_modules/@types/react": { - "version": "18.2.37", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.37.tgz", - "integrity": "sha512-RGAYMi2bhRgEXT3f4B92WTohopH6bIXw05FuGlmJEnv/omEn190+QYEIYxIAuIBdKgboYYdVved2p1AxZVQnaw==", + "version": "18.2.41", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.41.tgz", + "integrity": "sha512-CwOGr/PiLiNBxEBqpJ7fO3kocP/2SSuC9fpH5K7tusrg4xPSRT/193rzolYwQnTN02We/ATXKnb6GqA5w4fRxw==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", diff --git a/package.json b/package.json index dd4a743..39a4a51 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@types/lodash": "^4.14.201", "@types/node": "^20.9.0", "@types/react-dom": "^18.2.15", - "@types/react": "^18.2.37", + "@types/react": "^18.2.41", "@types/styled-components": "^5.1.30", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^4.2.1",