diff --git a/website/package-lock.json b/website/package-lock.json index 019d389e38..0f0d4ceb77 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -1779,9 +1779,9 @@ "integrity": "sha512-a2eWgjLwGAC2LjUHE7Xt6sRGGjyTWfrc4N+qVxsyZw4eE0EiNhMIKDYHWjmtb+tGh8r8j+ca3tSjsuOUePVPUw==" }, "@hashicorp/react-hashi-stack-menu": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/@hashicorp/react-hashi-stack-menu/-/react-hashi-stack-menu-1.0.11.tgz", - "integrity": "sha512-d98ijPKl8qEIz2pNh6FxEgb9Kn2R7K3KylhF+GqhNy/+hFLXvlnS+nPv9CLcxfrhjpNyUslTtwfmpUati1/CCw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@hashicorp/react-hashi-stack-menu/-/react-hashi-stack-menu-1.1.0.tgz", + "integrity": "sha512-WPrMJT64V5y6JPVajCQduAXKTz1ij8OXCOKdvavjhoSpteuA+/xWuQZyeNQaUWnsKCXnNydbBUzuCb2or03vsA==", "requires": { "@hashicorp/react-inline-svg": "^1.0.2", "slugify": "1.3.4" diff --git a/website/package.json b/website/package.json index c4922555ea..0bd54ef10e 100644 --- a/website/package.json +++ b/website/package.json @@ -11,7 +11,7 @@ "@hashicorp/react-call-to-action": "1.0.3", "@hashicorp/react-docs-page": "10.3.2", "@hashicorp/react-featured-slider": "1.1.10", - "@hashicorp/react-hashi-stack-menu": "^1.0.11", + "@hashicorp/react-hashi-stack-menu": "^1.1.0", "@hashicorp/react-head": "1.1.6", "@hashicorp/react-image": "3.0.3", "@hashicorp/react-inline-svg": "5.0.0",