diff --git a/package-lock.json b/package-lock.json index 2f7b899..26adfdb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@patternfly/react-styles": "^6.0.0", "@patternfly/react-table": "^6.0.0", "@patternfly/react-tokens": "^6.0.0", - "@types/react": "^18.3.12", + "@types/react": "^18.3.23", "@types/react-dom": "^18.3.1", "astro": "^5.9.3", "change-case": "5.4.4", @@ -5107,9 +5107,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "18.3.12", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.12.tgz", - "integrity": "sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==", + "version": "18.3.23", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.23.tgz", + "integrity": "sha512-/LDXMQh55EzZQ0uVAZmKKhfENivEvWz6E+EYzh+/MCjMhNsotd+ZHhBGIjFDTi6+fz0OhQQQLbTgdQIxxCsC0w==", "license": "MIT", "dependencies": { "@types/prop-types": "*", diff --git a/package.json b/package.json index c12c9d6..ab8873a 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@patternfly/react-styles": "^6.0.0", "@patternfly/react-table": "^6.0.0", "@patternfly/react-tokens": "^6.0.0", - "@types/react": "^18.3.12", + "@types/react": "^18.3.23", "@types/react-dom": "^18.3.1", "astro": "^5.9.3", "change-case": "5.4.4",