diff --git a/website/package-lock.json b/website/package-lock.json index 57e0470869..68b4d16857 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -1616,18 +1616,18 @@ "integrity": "sha512-CBLEL2PnjMHaT2XT7rLs/QvkamcIKD3ckvUWcCf9mSiYHTuTNbb8gJpQvVSEenN+ISFxAt1FVRQ7aJnnBYjVWg==" }, "@hashicorp/react-hashi-stack-menu": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@hashicorp/react-hashi-stack-menu/-/react-hashi-stack-menu-1.0.3.tgz", - "integrity": "sha512-bzO6fBodh61OrunYIMQKfGSJQUKIq70TQ74dt2trBPjBsgURHMCIkiMmKffjuSdJjhCxx2nb+y0/B/PwxxHxmg==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@hashicorp/react-hashi-stack-menu/-/react-hashi-stack-menu-1.0.4.tgz", + "integrity": "sha512-YtmZqNpt11e4MzPXi59zom6G+UXv7feZoZ2h0xGc3Htqq/TlRsLPvoxTAe5rqFztxhtDCS5FK3eKV5hSvLVunw==", "requires": { - "@hashicorp/react-inline-svg": "^1.0.2", + "@hashicorp/react-inline-svg": "^4.0.2", "slugify": "1.3.4" }, "dependencies": { "@hashicorp/react-inline-svg": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@hashicorp/react-inline-svg/-/react-inline-svg-1.0.2.tgz", - "integrity": "sha512-AAFnBslSTgnEr++dTbMn3sybAqvn7myIj88ijGigF6u11eSRiV64zqEcyYLQKWTV6dF4AvYoxiYC6GSOgiM0Yw==" + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@hashicorp/react-inline-svg/-/react-inline-svg-4.0.2.tgz", + "integrity": "sha512-6He5uWsIzeofKgYcHdMsT8Y00JGG3pry1yUy4HiKFQ0TTXEPQNK/FAZQ4KzlX9FM+Q8i8wRxe1Dg/5JxSEBrLA==" }, "slugify": { "version": "1.3.4", diff --git a/website/package.json b/website/package.json index 672cf8e647..30f6921dcd 100644 --- a/website/package.json +++ b/website/package.json @@ -12,7 +12,7 @@ "@hashicorp/react-content": "5.1.0", "@hashicorp/react-docs-page": "6.2.0", "@hashicorp/react-global-styles": "4.5.0", - "@hashicorp/react-hashi-stack-menu": "^1.0.3", + "@hashicorp/react-hashi-stack-menu": "^1.0.4", "@hashicorp/react-head": "1.1.3", "@hashicorp/react-hero": "^3.1.9", "@hashicorp/react-image": "3.0.1",