diff --git a/package-lock.json b/package-lock.json index 29b5f11b..4d39f903 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ }, "devDependencies": { "@playwright/test": "^1.39.0", - "@types/react": "^18.2.33", + "@types/react": "^18.2.38", "@typescript-eslint/eslint-plugin": "^5.42.0", "@typescript-eslint/parser": "^5.62.0", "@typescript-eslint/typescript-estree": "^6.12.0", @@ -2508,9 +2508,9 @@ "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==" }, "node_modules/@types/react": { - "version": "18.2.33", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.33.tgz", - "integrity": "sha512-v+I7S+hu3PIBoVkKGpSYYpiBT1ijqEzWpzQD62/jm4K74hPpSP7FF9BnKG6+fg2+62weJYkkBWDJlZt5JO/9hg==", + "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==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", diff --git a/package.json b/package.json index 7982184a..ff0661eb 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "devDependencies": { "@playwright/test": "^1.39.0", - "@types/react": "^18.2.33", + "@types/react": "^18.2.38", "@typescript-eslint/eslint-plugin": "^5.42.0", "@typescript-eslint/parser": "^5.62.0", "@typescript-eslint/typescript-estree": "^6.12.0",