diff --git a/package-lock.json b/package-lock.json index 2f49bde6..a1d1c7ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "devDependencies": { "@types/jest": "^29.5.10", "@types/node": "20.10.3", - "@types/react": "18.2.38", + "@types/react": "18.2.41", "babel-eslint": "^10.1.0", "eslint": "8.54.0", "eslint-config-next": "^14.0.3", @@ -2376,9 +2376,9 @@ "dev": true }, "node_modules/@types/react": { - "version": "18.2.38", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.38.tgz", - "integrity": "sha512-cBBXHzuPtQK6wNthuVMV6IjHAFkdl/FOPFIlkd81/Cd1+IqkHu/A+w4g43kaQQoYHik/ruaQBDL72HyCy1vuMw==", + "version": "18.2.41", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.41.tgz", + "integrity": "sha512-CwOGr/PiLiNBxEBqpJ7fO3kocP/2SSuC9fpH5K7tusrg4xPSRT/193rzolYwQnTN02We/ATXKnb6GqA5w4fRxw==", "dev": true, "dependencies": { "@types/prop-types": "*", diff --git a/package.json b/package.json index 8d9678d8..6fd4d1a7 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "devDependencies": { "@types/jest": "^29.5.10", "@types/node": "20.10.3", - "@types/react": "18.2.38", + "@types/react": "18.2.41", "babel-eslint": "^10.1.0", "eslint": "8.54.0", "eslint-config-next": "^14.0.3",