diff --git a/package-lock.json b/package-lock.json index 72151eb776..9510501aea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,10 +11,10 @@ "dependencies": { "@babel/runtime": "^7.25.7", "@lingui/react": "^4.11.4", - "@patternfly/patternfly": "^5.4.0", + "@patternfly/patternfly": "^5.4.1", "@patternfly/react-code-editor": "^5.4.0", - "@patternfly/react-core": "^5.4.0", - "@patternfly/react-table": "^5.4.0", + "@patternfly/react-core": "^5.4.1", + "@patternfly/react-table": "^5.4.1", "@redhat-cloud-services/frontend-components": "^4.2.15", "antsibull-docs": "^1.1.0", "axios": "^1.7.7", @@ -3564,10 +3564,9 @@ } }, "node_modules/@patternfly/patternfly": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-5.4.0.tgz", - "integrity": "sha512-9B33M4N0/KDyss6NpCwAhz18za7R+sXYiFrUObhGoJ1Cmg06SeScVrEAjT4yJwAClWUlKh604Af9wE4D7IF8Lg==", - "license": "MIT" + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-5.4.1.tgz", + "integrity": "sha512-0+KxsQJrFzOMANALW82BHAO7bSm9tEbG1RrOlGT23ME1CaBoetGSMRLymutvojn/b/EKfJIr5rLzQa+14Lvg2g==" }, "node_modules/@patternfly/react-code-editor": { "version": "5.4.0", @@ -3610,10 +3609,9 @@ } }, "node_modules/@patternfly/react-core": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-5.4.0.tgz", - "integrity": "sha512-Tz2Y9V4G2pnwrylc/4/FyxIRFvxiA8BEBIG6UBwXxrstnJmJaHgAIy6QJdJmERzVx3GVDz6/rM0PnMqa5R6auQ==", - "license": "MIT", + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-5.4.1.tgz", + "integrity": "sha512-PJjwN4OCR7jTdWKi0RzuFdtlSQ8gBR+0REczuDHHPW8ky0bs1cIcqGsn5p/b6OgPlztl3UaXqRYLsroiEMasOw==", "dependencies": { "@patternfly/react-icons": "^5.4.0", "@patternfly/react-styles": "^5.4.0", @@ -3650,12 +3648,11 @@ "license": "MIT" }, "node_modules/@patternfly/react-table": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/@patternfly/react-table/-/react-table-5.4.0.tgz", - "integrity": "sha512-HkXxVEPeI6nRVSUSHb5BungF41IfjB8W2VqaA3SX+6fGxQAW0e/Hb58ctUdPR2VJ/S2YZFcIcqCCWQtQEf+xKA==", - "license": "MIT", + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/@patternfly/react-table/-/react-table-5.4.1.tgz", + "integrity": "sha512-T05djy6YPqjbGWjpnwUs9oqup8oqqIOBnDOcThnHukgzlwnZvLNywgdoMR5XAKxTcIx/iBE1cu8ieETlITOGLw==", "dependencies": { - "@patternfly/react-core": "^5.4.0", + "@patternfly/react-core": "^5.4.1", "@patternfly/react-icons": "^5.4.0", "@patternfly/react-styles": "^5.4.0", "@patternfly/react-tokens": "^5.4.0", diff --git a/package.json b/package.json index 8a32733ba8..320cffe92b 100644 --- a/package.json +++ b/package.json @@ -7,10 +7,10 @@ "dependencies": { "@babel/runtime": "^7.25.7", "@lingui/react": "^4.11.4", - "@patternfly/patternfly": "^5.4.0", + "@patternfly/patternfly": "^5.4.1", "@patternfly/react-code-editor": "^5.4.0", - "@patternfly/react-core": "^5.4.0", - "@patternfly/react-table": "^5.4.0", + "@patternfly/react-core": "^5.4.1", + "@patternfly/react-table": "^5.4.1", "@redhat-cloud-services/frontend-components": "^4.2.15", "antsibull-docs": "^1.1.0", "axios": "^1.7.7",