From b285d778328ce676524ff6e7b924f6c8921a637d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 11:55:33 -0400 Subject: [PATCH] build(deps): bump @hashicorp/react-code-block from 6.6.0 to 6.7.0 (#2505) Bumps [@hashicorp/react-code-block](https://github.com/hashicorp/react-components/tree/HEAD/packages/code-block) from 6.6.0 to 6.7.0. - [Release notes](https://github.com/hashicorp/react-components/releases) - [Changelog](https://github.com/hashicorp/react-components/blob/main/packages/code-block/CHANGELOG.md) - [Commits](https://github.com/hashicorp/react-components/commits/@hashicorp/react-code-block@6.7.0/packages/code-block) --- updated-dependencies: - dependency-name: "@hashicorp/react-code-block" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Heat Hamilton <55773810+heatlikeheatwave@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2db24d9dd4..71af43478b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@hashicorp/platform-util": "^0.2.0", "@hashicorp/react-alert-banner": "^7.1.0", "@hashicorp/react-button": "^6.3.1", - "@hashicorp/react-code-block": "^6.6.0", + "@hashicorp/react-code-block": "^6.7.0", "@hashicorp/react-consent-manager": "^9.3.0", "@hashicorp/react-content": "^8.3.0", "@hashicorp/react-design-system-components": "0.0.0-nightly.3d21315", @@ -5079,9 +5079,9 @@ } }, "node_modules/@hashicorp/react-code-block": { - "version": "6.6.0", - "resolved": "https://registry.npmjs.org/@hashicorp/react-code-block/-/react-code-block-6.6.0.tgz", - "integrity": "sha512-N6rZshPYz6disM7fIwPmm8AiH43yk6LAFD4wsTXI8k87Q+2gxdnEuuruT7FoByKuCIpKy4Js3keVa2X0BazNgQ==", + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/@hashicorp/react-code-block/-/react-code-block-6.7.0.tgz", + "integrity": "sha512-NYp2JPxFYSkWaP6GsmxbruNC+jh5uo8xgbuhlWBqaFA3LCTzvtukjBJpZSl+GCtIkdzKizSDHqz1NGvlSzxiMQ==", "dependencies": { "shellwords": "^0.1.1" }, diff --git a/package.json b/package.json index 1ed6932b91..16bf53ac5f 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "@hashicorp/platform-util": "^0.2.0", "@hashicorp/react-alert-banner": "^7.1.0", "@hashicorp/react-button": "^6.3.1", - "@hashicorp/react-code-block": "^6.6.0", + "@hashicorp/react-code-block": "^6.7.0", "@hashicorp/react-consent-manager": "^9.3.0", "@hashicorp/react-content": "^8.3.0", "@hashicorp/react-design-system-components": "0.0.0-nightly.3d21315",