diff --git a/package-lock.json b/package-lock.json index dad1cdec..5c5abc8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@data-driven-forms/react-form-renderer": "3.22.2", "@patternfly/patternfly": "5.1.0", "@patternfly/react-core": "5.1.2", - "@patternfly/react-table": "5.0.1", + "@patternfly/react-table": "5.1.2", "@redhat-cloud-services/frontend-components": "4.2.1", "@redhat-cloud-services/frontend-components-notifications": "4.1.0", "@redhat-cloud-services/frontend-components-utilities": "4.0.2", @@ -3372,23 +3372,6 @@ "react-dom": "^17 || ^18" } }, - "node_modules/@patternfly/react-component-groups/node_modules/@patternfly/react-table": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/@patternfly/react-table/-/react-table-5.1.2.tgz", - "integrity": "sha512-C+ctkW6oWmdVhGv1rawVlo54baSu5G3ja3ZDtBjVsgMmpsGD0GIBXpvwtFO+OJVeY7T6qXHInMyuW3QNz/0rog==", - "dependencies": { - "@patternfly/react-core": "^5.1.2", - "@patternfly/react-icons": "^5.1.2", - "@patternfly/react-styles": "^5.1.2", - "@patternfly/react-tokens": "^5.1.2", - "lodash": "^4.17.19", - "tslib": "^2.5.0" - }, - "peerDependencies": { - "react": "^17 || ^18", - "react-dom": "^17 || ^18" - } - }, "node_modules/@patternfly/react-component-groups/node_modules/clsx": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.0.tgz", @@ -3429,13 +3412,14 @@ "integrity": "sha512-rGNo8MstZG2r3yDS1tWwYDctK1qWW5RT1UwKF1DrQfhZ8ruEEL6m2ZXXM0u62hmM3qq4Q8h5lgn/bVHBnOHSLA==" }, "node_modules/@patternfly/react-table": { - "version": "5.0.1", - "license": "MIT", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/@patternfly/react-table/-/react-table-5.1.2.tgz", + "integrity": "sha512-C+ctkW6oWmdVhGv1rawVlo54baSu5G3ja3ZDtBjVsgMmpsGD0GIBXpvwtFO+OJVeY7T6qXHInMyuW3QNz/0rog==", "dependencies": { - "@patternfly/react-core": "^5.0.1", - "@patternfly/react-icons": "^5.0.1", - "@patternfly/react-styles": "^5.0.1", - "@patternfly/react-tokens": "^5.0.1", + "@patternfly/react-core": "^5.1.2", + "@patternfly/react-icons": "^5.1.2", + "@patternfly/react-styles": "^5.1.2", + "@patternfly/react-tokens": "^5.1.2", "lodash": "^4.17.19", "tslib": "^2.5.0" }, diff --git a/package.json b/package.json index f2fe46e6..05e19fe4 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@data-driven-forms/react-form-renderer": "3.22.2", "@patternfly/patternfly": "5.1.0", "@patternfly/react-core": "5.1.2", - "@patternfly/react-table": "5.0.1", + "@patternfly/react-table": "5.1.2", "@redhat-cloud-services/frontend-components": "4.2.1", "@redhat-cloud-services/frontend-components-notifications": "4.1.0", "@redhat-cloud-services/frontend-components-utilities": "4.0.2",