From b415e52ea2b3dc778517e7fc1d46d4d2dfbea5c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 08:37:53 +0000 Subject: [PATCH] build(deps): bump @patternfly/react-code-editor from 5.3.0 to 5.3.3 Bumps [@patternfly/react-code-editor](https://github.com/patternfly/patternfly-react) from 5.3.0 to 5.3.3. - [Release notes](https://github.com/patternfly/patternfly-react/releases) - [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.0...@patternfly/react-code-editor@5.3.3) --- updated-dependencies: - dependency-name: "@patternfly/react-code-editor" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1d01ca4b..d4d41599 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@data-driven-forms/pf4-component-mapper": "3.22.4", "@data-driven-forms/react-form-renderer": "3.22.4", "@patternfly/patternfly": "5.3.1", - "@patternfly/react-code-editor": "5.3.0", + "@patternfly/react-code-editor": "5.3.3", "@patternfly/react-core": "5.3.3", "@patternfly/react-table": "5.3.3", "@redhat-cloud-services/frontend-components": "4.2.10", @@ -3401,14 +3401,14 @@ "integrity": "sha512-KYIr9pKRTzHZNGuDuaa5j5CaZyLltvotPFGG1BiJalBDBGSOyk0BZCgHLowm4txKZXrLhorEuuv9XLrMQL8eoA==" }, "node_modules/@patternfly/react-code-editor": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/@patternfly/react-code-editor/-/react-code-editor-5.3.0.tgz", - "integrity": "sha512-myPZh+POJpnXOrDtAYq83zMa26YCuM6KsAgLeaW6riajLyZ1VE3lHztX300xaJR1sDbIvxrdZCNDqmyoJI2z1g==", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/@patternfly/react-code-editor/-/react-code-editor-5.3.3.tgz", + "integrity": "sha512-yXKzqNzztLw1PuujQArhRM0PktU5LFuUuR9anUpzaNXMiI/n+A5JXLI1i1E3NBWg+4hs1qpjMRdWd74o0QnjEQ==", "dependencies": { "@monaco-editor/react": "^4.6.0", - "@patternfly/react-core": "^5.3.0", - "@patternfly/react-icons": "^5.3.0", - "@patternfly/react-styles": "^5.3.0", + "@patternfly/react-core": "^5.3.3", + "@patternfly/react-icons": "^5.3.2", + "@patternfly/react-styles": "^5.3.1", "react-dropzone": "14.2.3", "tslib": "^2.5.0" }, diff --git a/package.json b/package.json index 5cb94529..3d5443cb 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@data-driven-forms/react-form-renderer": "3.22.4", "@patternfly/patternfly": "5.3.1", "@patternfly/react-core": "5.3.3", - "@patternfly/react-code-editor": "5.3.0", + "@patternfly/react-code-editor": "5.3.3", "@patternfly/react-table": "5.3.3", "@redhat-cloud-services/frontend-components": "4.2.10", "@redhat-cloud-services/frontend-components-notifications": "4.1.0",