diff --git a/package-lock.json b/package-lock.json index 643fe99f6..e0a62e796 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3716,6 +3716,22 @@ "react": ">=16.x" } }, + "node_modules/@hashicorp/platform-docs-mdx/node_modules/@hashicorp/react-tabs": { + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/@hashicorp/react-tabs/-/react-tabs-7.2.1.tgz", + "integrity": "sha512-1WeFtnxXye2diooGEkX/LX2L6giyvg3tc4DLCVqhh/w2LmZMnapeJWskXErq2PmqB7vIg1xe3MPGstN6uXzY0g==", + "dev": true, + "dependencies": { + "@hashicorp/react-inline-svg": "^6.0.3", + "@reach/portal": "^0.16.2", + "@reach/tooltip": "^0.17.0", + "classnames": "^2.3.1" + }, + "peerDependencies": { + "@hashicorp/mktg-global-styles": ">=3.x", + "react": ">=16.x" + } + }, "node_modules/@hashicorp/platform-markdown-utils": { "version": "0.2.0", "license": "MPL-2.0", @@ -5659,11 +5675,13 @@ "react-dom": "^16.8.0 || 17.x" } }, - "node_modules/@reach/popover/node_modules/@reach/portal": { - "version": "0.16.2", + "node_modules/@reach/popover/node_modules/@reach/rect": { + "version": "0.16.0", "license": "MIT", "dependencies": { + "@reach/observe-rect": "1.2.0", "@reach/utils": "0.16.0", + "prop-types": "^15.7.2", "tiny-warning": "^1.0.3", "tslib": "^2.3.0" }, @@ -5672,12 +5690,36 @@ "react-dom": "^16.8.0 || 17.x" } }, - "node_modules/@reach/popover/node_modules/@reach/rect": { - "version": "0.16.0", - "license": "MIT", + "node_modules/@reach/popover/node_modules/tslib": { + "version": "2.3.1", + "license": "0BSD" + }, + "node_modules/@reach/portal": { + "version": "0.16.2", + "resolved": "https://registry.npmjs.org/@reach/portal/-/portal-0.16.2.tgz", + "integrity": "sha512-9ur/yxNkuVYTIjAcfi46LdKUvH0uYZPfEp4usWcpt6PIp+WDF57F/5deMe/uGi/B/nfDweQu8VVwuMVrCb97JQ==", "dependencies": { - "@reach/observe-rect": "1.2.0", "@reach/utils": "0.16.0", + "tiny-warning": "^1.0.3", + "tslib": "^2.3.0" + }, + "peerDependencies": { + "react": "^16.8.0 || 17.x", + "react-dom": "^16.8.0 || 17.x" + } + }, + "node_modules/@reach/portal/node_modules/tslib": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz", + "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==" + }, + "node_modules/@reach/rect": { + "version": "0.17.0", + "resolved": "https://registry.npmjs.org/@reach/rect/-/rect-0.17.0.tgz", + "integrity": "sha512-3YB7KA5cLjbLc20bmPkJ06DIfXSK06Cb5BbD2dHgKXjUkT9WjZaLYIbYCO8dVjwcyO3GCNfOmPxy62VsPmZwYA==", + "dependencies": { + "@reach/observe-rect": "1.2.0", + "@reach/utils": "0.17.0", "prop-types": "^15.7.2", "tiny-warning": "^1.0.3", "tslib": "^2.3.0" @@ -5687,9 +5729,10 @@ "react-dom": "^16.8.0 || 17.x" } }, - "node_modules/@reach/popover/node_modules/@reach/utils": { - "version": "0.16.0", - "license": "MIT", + "node_modules/@reach/rect/node_modules/@reach/utils": { + "version": "0.17.0", + "resolved": "https://registry.npmjs.org/@reach/utils/-/utils-0.17.0.tgz", + "integrity": "sha512-M5y8fCBbrWeIsxedgcSw6oDlAMQDkl5uv3VnMVJ7guwpf4E48Xlh1v66z/1BgN/WYe2y8mB/ilFD2nysEfdGeA==", "dependencies": { "tiny-warning": "^1.0.3", "tslib": "^2.3.0" @@ -5699,9 +5742,10 @@ "react-dom": "^16.8.0 || 17.x" } }, - "node_modules/@reach/popover/node_modules/tslib": { - "version": "2.3.1", - "license": "0BSD" + "node_modules/@reach/rect/node_modules/tslib": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz", + "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==" }, "node_modules/@reach/tabs": { "version": "0.16.4", @@ -5742,9 +5786,91 @@ "react-dom": "^16.8.0 || 17.x" } }, - "node_modules/@reach/tabs/node_modules/@reach/utils": { + "node_modules/@reach/tabs/node_modules/tslib": { + "version": "2.4.0", + "license": "0BSD" + }, + "node_modules/@reach/tooltip": { + "version": "0.17.0", + "resolved": "https://registry.npmjs.org/@reach/tooltip/-/tooltip-0.17.0.tgz", + "integrity": "sha512-HP8Blordzqb/Cxg+jnhGmWQfKgypamcYLBPlcx6jconyV5iLJ5m93qipr1giK7MqKT2wlsKWy44ZcOrJ+Wrf8w==", + "dependencies": { + "@reach/auto-id": "0.17.0", + "@reach/portal": "0.17.0", + "@reach/rect": "0.17.0", + "@reach/utils": "0.17.0", + "@reach/visually-hidden": "0.17.0", + "prop-types": "^15.7.2", + "tiny-warning": "^1.0.3", + "tslib": "^2.3.0" + }, + "peerDependencies": { + "react": "^16.8.0 || 17.x", + "react-dom": "^16.8.0 || 17.x" + } + }, + "node_modules/@reach/tooltip/node_modules/@reach/auto-id": { + "version": "0.17.0", + "resolved": "https://registry.npmjs.org/@reach/auto-id/-/auto-id-0.17.0.tgz", + "integrity": "sha512-ud8iPwF52RVzEmkHq1twuqGuPA+moreumUHdtgvU3sr3/15BNhwp3KyDLrKKSz0LP1r3V4pSdyF9MbYM8BoSjA==", + "dependencies": { + "@reach/utils": "0.17.0", + "tslib": "^2.3.0" + }, + "peerDependencies": { + "react": "^16.8.0 || 17.x", + "react-dom": "^16.8.0 || 17.x" + } + }, + "node_modules/@reach/tooltip/node_modules/@reach/portal": { + "version": "0.17.0", + "resolved": "https://registry.npmjs.org/@reach/portal/-/portal-0.17.0.tgz", + "integrity": "sha512-+IxsgVycOj+WOeNPL2NdgooUdHPSY285wCtj/iWID6akyr4FgGUK7sMhRM9aGFyrGpx2vzr+eggbUmAVZwOz+A==", + "dependencies": { + "@reach/utils": "0.17.0", + "tiny-warning": "^1.0.3", + "tslib": "^2.3.0" + }, + "peerDependencies": { + "react": "^16.8.0 || 17.x", + "react-dom": "^16.8.0 || 17.x" + } + }, + "node_modules/@reach/tooltip/node_modules/@reach/utils": { + "version": "0.17.0", + "resolved": "https://registry.npmjs.org/@reach/utils/-/utils-0.17.0.tgz", + "integrity": "sha512-M5y8fCBbrWeIsxedgcSw6oDlAMQDkl5uv3VnMVJ7guwpf4E48Xlh1v66z/1BgN/WYe2y8mB/ilFD2nysEfdGeA==", + "dependencies": { + "tiny-warning": "^1.0.3", + "tslib": "^2.3.0" + }, + "peerDependencies": { + "react": "^16.8.0 || 17.x", + "react-dom": "^16.8.0 || 17.x" + } + }, + "node_modules/@reach/tooltip/node_modules/@reach/visually-hidden": { + "version": "0.17.0", + "resolved": "https://registry.npmjs.org/@reach/visually-hidden/-/visually-hidden-0.17.0.tgz", + "integrity": "sha512-T6xF3Nv8vVnjVkGU6cm0+kWtvliLqPAo8PcZ+WxkKacZsaHTjaZb4v1PaCcyQHmuTNT/vtTVNOJLG0SjQOIb7g==", + "dependencies": { + "prop-types": "^15.7.2", + "tslib": "^2.3.0" + }, + "peerDependencies": { + "react": "^16.8.0 || 17.x", + "react-dom": "^16.8.0 || 17.x" + } + }, + "node_modules/@reach/tooltip/node_modules/tslib": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz", + "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==" + }, + "node_modules/@reach/utils": { "version": "0.16.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@reach/utils/-/utils-0.16.0.tgz", + "integrity": "sha512-PCggBet3qaQmwFNcmQ/GqHSefadAFyNCUekq9RrWoaU9hh/S4iaFgf2MBMdM47eQj5i/Bk0Mm07cP/XPFlkN+Q==", "dependencies": { "tiny-warning": "^1.0.3", "tslib": "^2.3.0" @@ -5754,9 +5880,10 @@ "react-dom": "^16.8.0 || 17.x" } }, - "node_modules/@reach/tabs/node_modules/tslib": { - "version": "2.4.0", - "license": "0BSD" + "node_modules/@reach/utils/node_modules/tslib": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz", + "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==" }, "node_modules/@reach/visually-hidden": { "version": "0.16.0", @@ -39181,7 +39308,7 @@ }, "packages/alert-banner": { "name": "@hashicorp/react-alert-banner", - "version": "7.0.5", + "version": "7.1.0", "license": "MPL-2.0", "dependencies": { "@hashicorp/platform-product-meta": "^0.1.0", @@ -39698,18 +39825,6 @@ "react-dom": "^16.8.0 || 17.x" } }, - "packages/docs-page/node_modules/@hashicorp/react-code-block/node_modules/@reach/listbox/node_modules/@reach/utils": { - "version": "0.16.0", - "license": "MIT", - "dependencies": { - "tiny-warning": "^1.0.3", - "tslib": "^2.3.0" - }, - "peerDependencies": { - "react": "^16.8.0 || 17.x", - "react-dom": "^16.8.0 || 17.x" - } - }, "packages/docs-page/node_modules/@hashicorp/react-code-block/node_modules/react-dom": { "version": "17.0.2", "license": "MIT", @@ -39735,6 +39850,21 @@ "react": ">=16.x" } }, + "packages/docs-page/node_modules/@hashicorp/react-tabs": { + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/@hashicorp/react-tabs/-/react-tabs-7.2.1.tgz", + "integrity": "sha512-1WeFtnxXye2diooGEkX/LX2L6giyvg3tc4DLCVqhh/w2LmZMnapeJWskXErq2PmqB7vIg1xe3MPGstN6uXzY0g==", + "dependencies": { + "@hashicorp/react-inline-svg": "^6.0.3", + "@reach/portal": "^0.16.2", + "@reach/tooltip": "^0.17.0", + "classnames": "^2.3.1" + }, + "peerDependencies": { + "@hashicorp/mktg-global-styles": ">=3.x", + "react": ">=16.x" + } + }, "packages/docs-page/node_modules/@hashicorp/remark-plugins": { "version": "4.0.0", "license": "MPL-2.0", @@ -40001,7 +40131,7 @@ }, "packages/hero": { "name": "@hashicorp/react-hero", - "version": "8.0.4", + "version": "9.0.0", "license": "MPL-2.0", "dependencies": { "@hashicorp/js-utils": "^1.0.10", @@ -40092,7 +40222,7 @@ }, "packages/logo-grid": { "name": "@hashicorp/react-logo-grid", - "version": "5.0.5", + "version": "5.1.0", "license": "MPL-2.0", "dependencies": { "@hashicorp/react-button": "^6.3.1", @@ -40424,13 +40554,13 @@ }, "packages/product-download-page": { "name": "@hashicorp/react-product-downloads-page", - "version": "2.9.0", + "version": "2.9.1", "license": "MPL-2.0", "dependencies": { "@hashicorp/platform-product-meta": "^0.1.0", "@hashicorp/react-button": "^6.0.4", "@hashicorp/react-head": "^3.1.2", - "@hashicorp/react-tabs": "^7.1.2", + "@hashicorp/react-tabs": "^8.0.0", "semver": "^7.3.5" }, "devDependencies": { @@ -40625,7 +40755,7 @@ }, "packages/split-rich-cta-list": { "name": "@hashicorp/react-split-rich-cta-list", - "version": "2.0.3", + "version": "2.0.4", "license": "MPL-2.0", "dependencies": { "@hashicorp/platform-product-meta": "^0.1.0", @@ -40666,7 +40796,7 @@ }, "packages/subnav": { "name": "@hashicorp/react-subnav", - "version": "9.5.2", + "version": "9.6.0", "license": "MPL-2.0", "dependencies": { "@hashicorp/mktg-logos": "^1.3.2", @@ -40686,11 +40816,11 @@ }, "packages/tabbed-accordion": { "name": "@hashicorp/react-tabbed-accordion", - "version": "5.0.2", + "version": "5.0.3", "license": "MPL-2.0", "dependencies": { "@hashicorp/react-accordion": "^3.0.2", - "@hashicorp/react-tabs": "^7.1.2", + "@hashicorp/react-tabs": "^8.0.0", "classnames": "^2.3.1" }, "peerDependencies": { @@ -40700,7 +40830,7 @@ }, "packages/tabs": { "name": "@hashicorp/react-tabs", - "version": "7.2.1", + "version": "8.0.0", "license": "MPL-2.0", "dependencies": { "@hashicorp/react-inline-svg": "^6.0.3",