diff --git a/package-lock.json b/package-lock.json index 9f79f5f..6deb376 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@testing-library/user-event": "^14.5.1", "@types/jest": "^29.5.6", "@types/node": "^20.8.7", - "@types/react": "^18.2.29", + "@types/react": "^18.2.30", "@types/react-dom": "^18.2.14", "@types/react-helmet": "^6.1.8", "@typescript-eslint/eslint-plugin": "^5.59.6", @@ -5851,9 +5851,9 @@ "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==" }, "node_modules/@types/react": { - "version": "18.2.29", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.29.tgz", - "integrity": "sha512-Z+ZrIRocWtdD70j45izShRwDuiB4JZqDegqMFW/I8aG5DxxLKOzVNoq62UIO82v9bdgi+DO1jvsb9sTEZUSm+Q==", + "version": "18.2.30", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.30.tgz", + "integrity": "sha512-OfqdJnDsSo4UNw0bqAjFCuBpLYQM7wvZidz0hVxHRjrEkzRlvZL1pJVyOSY55HMiKvRNEo9DUBRuEl7FNlJ/Vg==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", @@ -29859,9 +29859,9 @@ "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==" }, "@types/react": { - "version": "18.2.29", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.29.tgz", - "integrity": "sha512-Z+ZrIRocWtdD70j45izShRwDuiB4JZqDegqMFW/I8aG5DxxLKOzVNoq62UIO82v9bdgi+DO1jvsb9sTEZUSm+Q==", + "version": "18.2.30", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.30.tgz", + "integrity": "sha512-OfqdJnDsSo4UNw0bqAjFCuBpLYQM7wvZidz0hVxHRjrEkzRlvZL1pJVyOSY55HMiKvRNEo9DUBRuEl7FNlJ/Vg==", "requires": { "@types/prop-types": "*", "@types/scheduler": "*", diff --git a/package.json b/package.json index 0effcfb..244761d 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@testing-library/user-event": "^14.5.1", "@types/jest": "^29.5.6", "@types/node": "^20.8.7", - "@types/react": "^18.2.29", + "@types/react": "^18.2.30", "@types/react-dom": "^18.2.14", "@types/react-helmet": "^6.1.8", "@typescript-eslint/eslint-plugin": "^5.59.6",