diff --git a/package-lock.json b/package-lock.json index 3dbf23e..49f1d8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@patternfly/react-styles": "^6.0.0", "@patternfly/react-table": "^6.0.0", "@patternfly/react-tokens": "^6.0.0", - "@types/react": "^18.3.23", + "@types/react": "^18.3.24", "@types/react-dom": "^18.3.7", "astro": "5.13.3", "change-case": "5.4.4", @@ -5335,9 +5335,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "18.3.23", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.23.tgz", - "integrity": "sha512-/LDXMQh55EzZQ0uVAZmKKhfENivEvWz6E+EYzh+/MCjMhNsotd+ZHhBGIjFDTi6+fz0OhQQQLbTgdQIxxCsC0w==", + "version": "18.3.24", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.24.tgz", + "integrity": "sha512-0dLEBsA1kI3OezMBF8nSsb7Nk19ZnsyE1LLhB8r27KbgU5H4pvuqZLdtE+aUkJVoXgTVuA+iLIwmZ0TuK4tx6A==", "license": "MIT", "dependencies": { "@types/prop-types": "*", diff --git a/package.json b/package.json index 4a5ad59..0cd8a87 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@patternfly/react-styles": "^6.0.0", "@patternfly/react-table": "^6.0.0", "@patternfly/react-tokens": "^6.0.0", - "@types/react": "^18.3.23", + "@types/react": "^18.3.24", "@types/react-dom": "^18.3.7", "astro": "5.13.3", "change-case": "5.4.4",