build(deps): bump @patternfly/react-code-editor from 6.3.0 to 6.3.1

Bumps [@patternfly/react-code-editor](https://github.com/patternfly/patternfly-react) from 6.3.0 to 6.3.1.
- [Release notes](https://github.com/patternfly/patternfly-react/releases)
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.3.0...@patternfly/react-code-editor@6.3.1)

---
updated-dependencies:
- dependency-name: "@patternfly/react-code-editor"
  dependency-version: 6.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-08-11 06:09:56 +00:00 committed by Michal Gold
parent 771abb8bc9
commit df405033d5
2 changed files with 38 additions and 23 deletions

59
package-lock.json generated
View file

@ -11,7 +11,7 @@
"dependencies": {
"@ltd/j-toml": "1.38.0",
"@patternfly/patternfly": "6.3.0",
"@patternfly/react-code-editor": "6.3.0",
"@patternfly/react-code-editor": "6.3.1",
"@patternfly/react-core": "6.3.0",
"@patternfly/react-table": "6.3.1",
"@redhat-cloud-services/frontend-components": "7.0.3",
@ -3771,15 +3771,15 @@
"license": "MIT"
},
"node_modules/@patternfly/react-code-editor": {
"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==",
"version": "6.3.1",
"resolved": "https://registry.npmjs.org/@patternfly/react-code-editor/-/react-code-editor-6.3.1.tgz",
"integrity": "sha512-lzrION96CR2G3ASjE++dX/dExH08HVcCLXbHdmiiTL4eHfbqXt4edDc+UX619XrbaccJBE+BxNNGKyO8bgpKRg==",
"license": "MIT",
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"@patternfly/react-core": "6.3.0",
"@patternfly/react-icons": "6.3.0",
"@patternfly/react-styles": "^6.3.0",
"@patternfly/react-core": "^6.3.1",
"@patternfly/react-icons": "^6.3.1",
"@patternfly/react-styles": "^6.3.1",
"react-dropzone": "14.3.5",
"tslib": "^2.8.1"
},
@ -3788,11 +3788,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==",
"node_modules/@patternfly/react-code-editor/node_modules/@patternfly/react-core": {
"version": "6.3.1",
"resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-6.3.1.tgz",
"integrity": "sha512-1qV20nU4M6PA28qnikH9fPLQlkteaZZToFlATjBNBw7aUI6zIvj7U0akkHz8raWcfHAI+tAzGV7dfKjiv035/g==",
"license": "MIT",
"dependencies": {
"@patternfly/react-icons": "^6.3.1",
"@patternfly/react-styles": "^6.3.1",
"@patternfly/react-tokens": "^6.3.1",
"focus-trap": "7.6.4",
"react-dropzone": "^14.3.5",
"tslib": "^2.8.1"
},
"peerDependencies": {
"react": "^17 || ^18 || ^19",
"react-dom": "^17 || ^18 || ^19"
@ -22966,23 +22974,30 @@
"integrity": "sha512-I/Z0uuaVYfv9QqNAP2/iCGUGhUb0idatNTfFLQk0VnUi2hSMgznDogvAjmlVtZu2DW0P0FymS0oo5EjL+uW6Dg=="
},
"@patternfly/react-code-editor": {
"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==",
"version": "6.3.1",
"resolved": "https://registry.npmjs.org/@patternfly/react-code-editor/-/react-code-editor-6.3.1.tgz",
"integrity": "sha512-lzrION96CR2G3ASjE++dX/dExH08HVcCLXbHdmiiTL4eHfbqXt4edDc+UX619XrbaccJBE+BxNNGKyO8bgpKRg==",
"requires": {
"@monaco-editor/react": "^4.6.0",
"@patternfly/react-core": "6.3.0",
"@patternfly/react-icons": "6.3.0",
"@patternfly/react-styles": "^6.3.0",
"@patternfly/react-core": "^6.3.1",
"@patternfly/react-icons": "^6.3.1",
"@patternfly/react-styles": "^6.3.1",
"react-dropzone": "14.3.5",
"tslib": "^2.8.1"
},
"dependencies": {
"@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": {}
"@patternfly/react-core": {
"version": "6.3.1",
"resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-6.3.1.tgz",
"integrity": "sha512-1qV20nU4M6PA28qnikH9fPLQlkteaZZToFlATjBNBw7aUI6zIvj7U0akkHz8raWcfHAI+tAzGV7dfKjiv035/g==",
"requires": {
"@patternfly/react-icons": "^6.3.1",
"@patternfly/react-styles": "^6.3.1",
"@patternfly/react-tokens": "^6.3.1",
"focus-trap": "7.6.4",
"react-dropzone": "^14.3.5",
"tslib": "^2.8.1"
}
}
}
},

View file

@ -9,7 +9,7 @@
"dependencies": {
"@ltd/j-toml": "1.38.0",
"@patternfly/patternfly": "6.3.0",
"@patternfly/react-code-editor": "6.3.0",
"@patternfly/react-code-editor": "6.3.1",
"@patternfly/react-core": "6.3.0",
"@patternfly/react-table": "6.3.1",
"@redhat-cloud-services/frontend-components": "7.0.3",