diff --git a/package-lock.json b/package-lock.json index 723352d0..576978fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@ltd/j-toml": "1.38.0", "@patternfly/patternfly": "6.3.0", - "@patternfly/react-code-editor": "6.1.0", + "@patternfly/react-code-editor": "6.3.0", "@patternfly/react-core": "6.1.0", "@patternfly/react-table": "6.3.0", "@redhat-cloud-services/frontend-components": "6.1.0", @@ -3786,21 +3786,58 @@ "license": "MIT" }, "node_modules/@patternfly/react-code-editor": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@patternfly/react-code-editor/-/react-code-editor-6.1.0.tgz", - "integrity": "sha512-ae04+DdkgXFn3wEzvNCncNa78ZK3Swh5ng8p7yqFrD6lhW69NoJf+DdQlHi8gM8Qy05DNnIemSbQWpWLpInyzw==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/@patternfly/react-code-editor/-/react-code-editor-6.3.0.tgz", + "integrity": "sha512-2G0LId2KuuMcFZJRLDcRMfMHWRFG/sbMPXyD8yIi/2LPtAh/JFHbbDCzQXveQzaFhwXxVyVdCrCmbgn4SDYDlQ==", "license": "MIT", "dependencies": { "@monaco-editor/react": "^4.6.0", - "@patternfly/react-core": "^6.1.0", - "@patternfly/react-icons": "^6.1.0", - "@patternfly/react-styles": "^6.1.0", + "@patternfly/react-core": "^6.3.0", + "@patternfly/react-icons": "^6.3.0", + "@patternfly/react-styles": "^6.3.0", "react-dropzone": "14.3.5", "tslib": "^2.8.1" }, "peerDependencies": { - "react": "^17 || ^18", - "react-dom": "^17 || ^18" + "react": "^17 || ^18 || ^19", + "react-dom": "^17 || ^18 || ^19" + } + }, + "node_modules/@patternfly/react-code-editor/node_modules/@patternfly/react-core": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-6.3.0.tgz", + "integrity": "sha512-TM+pLwLd5DzaDlOQhqeju9H9QUFQypQiNwXQLNIxOV5r3fmKh4NTp2Av/8WmFkpCj8mejDOfp4TNxoU1zdjCkQ==", + "license": "MIT", + "dependencies": { + "@patternfly/react-icons": "^6.3.0", + "@patternfly/react-styles": "^6.3.0", + "@patternfly/react-tokens": "^6.3.0", + "focus-trap": "7.6.4", + "react-dropzone": "^14.3.5", + "tslib": "^2.8.1" + }, + "peerDependencies": { + "react": "^17 || ^18 || ^19", + "react-dom": "^17 || ^18 || ^19" + } + }, + "node_modules/@patternfly/react-code-editor/node_modules/@patternfly/react-icons": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-6.3.0.tgz", + "integrity": "sha512-W39JyqKW1UL6/YGuinDnpjbhmmLAfuxVrgDcdFBaK4D7D1iqkkqrDMV8zIzmV/RkodJ79xRnucYhYb2RukG4RA==", + "license": "MIT", + "peerDependencies": { + "react": "^17 || ^18 || ^19", + "react-dom": "^17 || ^18 || ^19" + } + }, + "node_modules/@patternfly/react-code-editor/node_modules/focus-trap": { + "version": "7.6.4", + "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.6.4.tgz", + "integrity": "sha512-xx560wGBk7seZ6y933idtjJQc1l+ck+pI3sKvhKozdBV1dRZoKhkW5xoCaFv9tQiX5RH1xfSxjuNu6g+lmN/gw==", + "license": "MIT", + "dependencies": { + "tabbable": "^6.2.0" } }, "node_modules/@patternfly/react-component-groups": { @@ -22334,16 +22371,45 @@ "integrity": "sha512-I/Z0uuaVYfv9QqNAP2/iCGUGhUb0idatNTfFLQk0VnUi2hSMgznDogvAjmlVtZu2DW0P0FymS0oo5EjL+uW6Dg==" }, "@patternfly/react-code-editor": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@patternfly/react-code-editor/-/react-code-editor-6.1.0.tgz", - "integrity": "sha512-ae04+DdkgXFn3wEzvNCncNa78ZK3Swh5ng8p7yqFrD6lhW69NoJf+DdQlHi8gM8Qy05DNnIemSbQWpWLpInyzw==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/@patternfly/react-code-editor/-/react-code-editor-6.3.0.tgz", + "integrity": "sha512-2G0LId2KuuMcFZJRLDcRMfMHWRFG/sbMPXyD8yIi/2LPtAh/JFHbbDCzQXveQzaFhwXxVyVdCrCmbgn4SDYDlQ==", "requires": { "@monaco-editor/react": "^4.6.0", - "@patternfly/react-core": "^6.1.0", - "@patternfly/react-icons": "^6.1.0", - "@patternfly/react-styles": "^6.1.0", + "@patternfly/react-core": "^6.3.0", + "@patternfly/react-icons": "^6.3.0", + "@patternfly/react-styles": "^6.3.0", "react-dropzone": "14.3.5", "tslib": "^2.8.1" + }, + "dependencies": { + "@patternfly/react-core": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-6.3.0.tgz", + "integrity": "sha512-TM+pLwLd5DzaDlOQhqeju9H9QUFQypQiNwXQLNIxOV5r3fmKh4NTp2Av/8WmFkpCj8mejDOfp4TNxoU1zdjCkQ==", + "requires": { + "@patternfly/react-icons": "^6.3.0", + "@patternfly/react-styles": "^6.3.0", + "@patternfly/react-tokens": "^6.3.0", + "focus-trap": "7.6.4", + "react-dropzone": "^14.3.5", + "tslib": "^2.8.1" + } + }, + "@patternfly/react-icons": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-6.3.0.tgz", + "integrity": "sha512-W39JyqKW1UL6/YGuinDnpjbhmmLAfuxVrgDcdFBaK4D7D1iqkkqrDMV8zIzmV/RkodJ79xRnucYhYb2RukG4RA==", + "requires": {} + }, + "focus-trap": { + "version": "7.6.4", + "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.6.4.tgz", + "integrity": "sha512-xx560wGBk7seZ6y933idtjJQc1l+ck+pI3sKvhKozdBV1dRZoKhkW5xoCaFv9tQiX5RH1xfSxjuNu6g+lmN/gw==", + "requires": { + "tabbable": "^6.2.0" + } + } } }, "@patternfly/react-component-groups": { diff --git a/package.json b/package.json index 189e4a79..bf4c66ec 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dependencies": { "@ltd/j-toml": "1.38.0", "@patternfly/patternfly": "6.3.0", - "@patternfly/react-code-editor": "6.1.0", + "@patternfly/react-code-editor": "6.3.0", "@patternfly/react-core": "6.1.0", "@patternfly/react-table": "6.3.0", "@redhat-cloud-services/frontend-components": "6.1.0",