diff --git a/website/package-lock.json b/website/package-lock.json index 9f8ca09c3..188d7da56 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -1667,9 +1667,9 @@ "integrity": "sha512-lv6XR2plm2m3+qO6VE+RYquTzOODIt3mQ/1fBT1bn7wsR0qxFiuryW4JfsF94oCGk++LkDkRt/8V742HiT+fHw==" }, "@hashicorp/react-hashi-stack-menu": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@hashicorp/react-hashi-stack-menu/-/react-hashi-stack-menu-1.0.1.tgz", - "integrity": "sha512-sb5MjIDSUVp4d1gbyaEN8CgLrM7i3FWsl9uXv3QZbhV8MOnBY50OhZ7RLpO6VNWKfzcHSBPf4BA2rQ2FRfcS2A==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@hashicorp/react-hashi-stack-menu/-/react-hashi-stack-menu-1.0.2.tgz", + "integrity": "sha512-ur52VUvHeQ3XERN4Ga7h6dXPNSiM3fU805D7PdCPwzOY8GxQfEN/6AWJm9HtVZ0BZupzK+kph1p3p48qXh7Wlw==", "requires": { "@hashicorp/react-inline-svg": "^1.0.2", "slugify": "1.3.4" diff --git a/website/package.json b/website/package.json index 63bd9c73d..536f29000 100644 --- a/website/package.json +++ b/website/package.json @@ -10,7 +10,7 @@ "@hashicorp/react-docs-page": "4.0.0", "@hashicorp/react-docs-sidenav": "3.2.5", "@hashicorp/react-global-styles": "4.4.0", - "@hashicorp/react-hashi-stack-menu": "^1.0.1", + "@hashicorp/react-hashi-stack-menu": "^1.0.2", "@hashicorp/react-head": "1.1.1", "@hashicorp/react-mega-nav": "4.0.1-2", "@hashicorp/react-product-downloader": "4.0.2",