diff --git a/package-lock.json b/package-lock.json index 9fb9ea0..dfa14c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@patternfly/patternfly": "5.0.2", "@patternfly/react-charts": "7.1.1", "@patternfly/react-code-editor": "5.1.1", - "@patternfly/react-core": "5.1.1", + "@patternfly/react-core": "5.1.2", "@patternfly/react-table": "5.1.1", "@tanstack/react-query": "^4.3.4", "@tanstack/react-query-devtools": "^4.3.5", @@ -3185,13 +3185,13 @@ } }, "node_modules/@patternfly/react-core": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-5.1.1.tgz", - "integrity": "sha512-9DbgQMXYmF8A4aCNLKXwIN1H07SIPoPaVLvx+yiDuJfDx4Qi0T+H7j5cx0VfDfxuCpqea3POJWqBQn1HnwS4wQ==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-5.1.2.tgz", + "integrity": "sha512-MeSasp7PgkqlirlbbGuEj6j3KqXVoNkE3c3N6rfxTZOF025ullDJjtzf/L/Fiyht4tH1uNCtkdlpnea6jqTMPg==", "dependencies": { - "@patternfly/react-icons": "^5.1.1", - "@patternfly/react-styles": "^5.1.1", - "@patternfly/react-tokens": "^5.1.1", + "@patternfly/react-icons": "^5.1.2", + "@patternfly/react-styles": "^5.1.2", + "@patternfly/react-tokens": "^5.1.2", "focus-trap": "7.5.2", "react-dropzone": "^14.2.3", "tslib": "^2.5.0" diff --git a/package.json b/package.json index e38cbfc..adaf753 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@patternfly/patternfly": "5.0.2", "@patternfly/react-charts": "7.1.1", "@patternfly/react-code-editor": "5.1.1", - "@patternfly/react-core": "5.1.1", + "@patternfly/react-core": "5.1.2", "@patternfly/react-table": "5.1.1", "@tanstack/react-query": "^4.3.4", "@tanstack/react-query-devtools": "^4.3.5",