From 284c09413e46669ee0b16136a389fd9e9752052c Mon Sep 17 00:00:00 2001 From: Noel Quiles <3746694+EnMod@users.noreply.github.com> Date: Mon, 12 Jul 2021 18:27:32 -0400 Subject: [PATCH] Bump hashi-stack-menu (#10599) --- website/package-lock.json | 6 +++--- website/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index 4e4f5830c..5815c8c7e 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -1495,9 +1495,9 @@ } }, "@hashicorp/react-hashi-stack-menu": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@hashicorp/react-hashi-stack-menu/-/react-hashi-stack-menu-2.0.3.tgz", - "integrity": "sha512-aDZTDxaoptY4F+iyn05Vfp7HvzIBuhCTxSIPREipd9OUfh4KhgN1aZfFyUHULJPznKnbcZgW9k8bbK4AIYf5Pg==", + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@hashicorp/react-hashi-stack-menu/-/react-hashi-stack-menu-2.0.5.tgz", + "integrity": "sha512-Oxr+rBF6fyhc73IM2vqCwepab6t0OCWxIWECpxD5tTD1CtGgkNjDg5PVMSJ5sIeoNTGcKzlW/rcmT30owezVnQ==", "requires": { "@hashicorp/react-inline-svg": "^1.0.2", "slugify": "1.3.4" diff --git a/website/package.json b/website/package.json index 24d35e815..22e5c99d1 100644 --- a/website/package.json +++ b/website/package.json @@ -16,7 +16,7 @@ "@hashicorp/react-content": "7.0.1", "@hashicorp/react-docs-page": "13.2.0", "@hashicorp/react-featured-slider": "4.0.0", - "@hashicorp/react-hashi-stack-menu": "2.0.3", + "@hashicorp/react-hashi-stack-menu": "2.0.5", "@hashicorp/react-head": "3.1.0", "@hashicorp/react-hero": "7.2.1", "@hashicorp/react-image": "4.0.1",