From fb95ad0211f6a592629d82630c9d993e85fe6962 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Sep 2025 07:04:45 +0000 Subject: [PATCH] fix: upgrade @types/react from 18.3.23 to 18.3.24 Snyk has created this PR to upgrade @types/react from 18.3.23 to 18.3.24. See this package in npm: @types/react See this project in Snyk: https://app.snyk.io/org/patternfly-bD6TiY6PxAoojbR6oZkeJN/project/eacedbea-5436-410b-9343-5f1e24244147?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",