From dda123ba92cc1e2e0e222a136a6bb13122a81586 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 23:25:48 +0000 Subject: [PATCH] build(deps): bump @hashicorp/react-consent-manager from 9.2.1 to 9.3.0 (#2506) Bumps [@hashicorp/react-consent-manager](https://github.com/hashicorp/react-components/tree/HEAD/packages/consent-manager) from 9.2.1 to 9.3.0. - [Release notes](https://github.com/hashicorp/react-components/releases) - [Changelog](https://github.com/hashicorp/react-components/blob/main/packages/consent-manager/CHANGELOG.md) - [Commits](https://github.com/hashicorp/react-components/commits/@hashicorp/react-consent-manager@9.3.0/packages/consent-manager) --- updated-dependencies: - dependency-name: "@hashicorp/react-consent-manager" 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> --- 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 5b3816b65f..2db24d9dd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@hashicorp/react-alert-banner": "^7.1.0", "@hashicorp/react-button": "^6.3.1", "@hashicorp/react-code-block": "^6.6.0", - "@hashicorp/react-consent-manager": "^9.2.1", + "@hashicorp/react-consent-manager": "^9.3.0", "@hashicorp/react-content": "^8.3.0", "@hashicorp/react-design-system-components": "0.0.0-nightly.3d21315", "@hashicorp/react-design-system-tokens": "0.0.0-nightly.3d21315", @@ -5091,9 +5091,9 @@ } }, "node_modules/@hashicorp/react-consent-manager": { - "version": "9.2.1", - "resolved": "https://registry.npmjs.org/@hashicorp/react-consent-manager/-/react-consent-manager-9.2.1.tgz", - "integrity": "sha512-hSACUNQGB5yEX0iBzeXsVpCYn1Pgq0qF5Q/p0hQf7w8kfVDymxtLTnHoMcgcz5i+4x2iI+7JL9EwTWcpz9gERg==", + "version": "9.3.0", + "resolved": "https://registry.npmjs.org/@hashicorp/react-consent-manager/-/react-consent-manager-9.3.0.tgz", + "integrity": "sha512-lf7LvrmVdN9NA7A5gdmpJgWszA4RWuxVBOTQJHAJy7dBIDOA9PkGrEjmYDHYkWzoJuiWBNgdC849XmPkaQT/AA==", "dependencies": { "@hashicorp/flight-icons": "^2.5.0", "@hashicorp/platform-util": "^0.2.0", diff --git a/package.json b/package.json index cfff5f7ea2..1ed6932b91 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "@hashicorp/react-alert-banner": "^7.1.0", "@hashicorp/react-button": "^6.3.1", "@hashicorp/react-code-block": "^6.6.0", - "@hashicorp/react-consent-manager": "^9.2.1", + "@hashicorp/react-consent-manager": "^9.3.0", "@hashicorp/react-content": "^8.3.0", "@hashicorp/react-design-system-components": "0.0.0-nightly.3d21315", "@hashicorp/react-design-system-tokens": "0.0.0-nightly.3d21315",