From 25967597303e6d470cf2e38a46b78d953cdaa15a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 00:42:14 +0000 Subject: [PATCH] Bump @patternfly/react-table from 4.113.6 to 4.113.7 Bumps [@patternfly/react-table](https://github.com/patternfly/patternfly-react) from 4.113.6 to 4.113.7. - [Release notes](https://github.com/patternfly/patternfly-react/releases) - [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@4.113.6...@patternfly/react-table@4.113.7) --- updated-dependencies: - dependency-name: "@patternfly/react-table" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3f17a04cdd..4dff5401a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@patternfly/patternfly": "^4.224.5", "@patternfly/react-code-editor": "^4.82.121", "@patternfly/react-core": "^4.278.0", - "@patternfly/react-table": "^4.113.6", + "@patternfly/react-table": "^4.113.7", "@redhat-cloud-services/frontend-components": "^3.11.5", "@types/node": "^16.18.61", "@types/react": "^17.0.2", @@ -2952,9 +2952,9 @@ "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==" }, "node_modules/@patternfly/react-core": { - "version": "4.278.0", - "resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-4.278.0.tgz", - "integrity": "sha512-w+0WgSa5O64yi50PpkYuuIt5N5S9svkJKxrhV4LQzOhAtSRTtbraOBRwEKodppT/oUeKMlAdDUWep1O3QluF3Q==", + "version": "4.278.1", + "resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-4.278.1.tgz", + "integrity": "sha512-BZ+A0r/xLWXLxE5/b8FTVxRI/KokDlTQOS0ub49ts7nv++vmZS7kU4tn2bfuh7RVw/BfW4CNtoMzeJkM8GpaWw==", "dependencies": { "@patternfly/react-icons": "^4.93.7", "@patternfly/react-styles": "^4.92.8", @@ -2989,11 +2989,11 @@ "integrity": "sha512-K4lUU8O4HiCX9NeuNUIrPgN3wlGERCxJVio+PAjd8hpJD/PKnjFfOJ9u6/Cii3qLy/5ZviWPRNHbGiwA/+YUhg==" }, "node_modules/@patternfly/react-table": { - "version": "4.113.6", - "resolved": "https://registry.npmjs.org/@patternfly/react-table/-/react-table-4.113.6.tgz", - "integrity": "sha512-09TfJISmJVsCH0pTSFtHY0PBWVJpffT0DJT8WvMNttU/vpC7XJVdeXi+yWaIUoqfgZvL0c7Cmu5rUT97zUODJQ==", + "version": "4.113.7", + "resolved": "https://registry.npmjs.org/@patternfly/react-table/-/react-table-4.113.7.tgz", + "integrity": "sha512-YsDQAkgf8CL1ejdpQs/JXAoINTNZRtyKj39nCxgrID0V2GHA/BnzmLNZ2qE4rllLJgbGMtFJ/ZtMscC66fUfyw==", "dependencies": { - "@patternfly/react-core": "^4.278.0", + "@patternfly/react-core": "^4.278.1", "@patternfly/react-icons": "^4.93.7", "@patternfly/react-styles": "^4.92.8", "@patternfly/react-tokens": "^4.94.7", diff --git a/package.json b/package.json index 201738fdde..b44cfa1632 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@patternfly/patternfly": "^4.224.5", "@patternfly/react-code-editor": "^4.82.121", "@patternfly/react-core": "^4.278.0", - "@patternfly/react-table": "^4.113.6", + "@patternfly/react-table": "^4.113.7", "@redhat-cloud-services/frontend-components": "^3.11.5", "@types/node": "^16.18.61", "@types/react": "^17.0.2",