mirror of https://github.com/hashicorp/consul
update deps, restore search
parent
582dce9d8f
commit
ef900cdb5c
|
@ -1119,23 +1119,23 @@ Valid time units are 'ns', 'us' (or 'µs'), 'ms', 's', 'm', 'h'."
|
|||
within a double quoted string value must be escaped with a backslash `\`.
|
||||
Some example templates:
|
||||
|
||||
<Tabs>
|
||||
<Tabs>
|
||||
<Tab heading="HCL">
|
||||
|
||||
```hcl
|
||||
bind_addr = "{{ GetPrivateInterfaces | include \"network\" \"10.0.0.0/8\" | attr \"address\" }}"
|
||||
```
|
||||
```hcl
|
||||
bind_addr = "{{ GetPrivateInterfaces | include \"network\" \"10.0.0.0/8\" | attr \"address\" }}"
|
||||
```
|
||||
|
||||
</Tab>
|
||||
</Tab>
|
||||
<Tab heading="JSON">
|
||||
|
||||
```json
|
||||
{
|
||||
```json
|
||||
{
|
||||
"bind_addr": "{{ GetPrivateInterfaces | include \"network\" \"10.0.0.0/8\" | attr \"address\" }}"
|
||||
}
|
||||
```
|
||||
}
|
||||
```
|
||||
|
||||
</Tab>
|
||||
</Tab>
|
||||
</Tabs>
|
||||
|
||||
- `cache` configuration for client agents. The configurable values are the following:
|
||||
|
|
|
@ -51,9 +51,9 @@ Connection authorization can be performed one of two ways:
|
|||
and typically responds in microseconds. Therefore, the impact to the TLS
|
||||
handshake is typically microseconds.
|
||||
|
||||
~> **Note:** This endpoint is only suited for networking layer 4 (e.g. TCP)
|
||||
integration. The endpoint will always treat intentions with Permissions
|
||||
defined (i.e., layer 7 criteria) as deny intentions during evaluation.
|
||||
~> **Note:** This endpoint is only suited for networking layer 4 (e.g. TCP)
|
||||
integration. The endpoint will always treat intentions with Permissions
|
||||
defined (i.e., layer 7 criteria) as deny intentions during evaluation.
|
||||
|
||||
2. Alternatively, proxies may list intentions that match the destination by
|
||||
querying the [intention match
|
||||
|
|
|
@ -1601,6 +1601,11 @@
|
|||
"slugify": "1.3.6"
|
||||
},
|
||||
"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=="
|
||||
},
|
||||
"slugify": {
|
||||
"version": "1.3.6",
|
||||
"resolved": "https://registry.npmjs.org/slugify/-/slugify-1.3.6.tgz",
|
||||
|
@ -1623,36 +1628,24 @@
|
|||
"requires": {
|
||||
"@hashicorp/react-inline-svg": "^1.0.0",
|
||||
"slugify": "^1.3.6"
|
||||
},
|
||||
"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=="
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"@hashicorp/react-code-block": {
|
||||
"version": "1.2.9",
|
||||
"resolved": "https://registry.npmjs.org/@hashicorp/react-code-block/-/react-code-block-1.2.9.tgz",
|
||||
"integrity": "sha512-+zrcwEoKxlY8a2HR/wUJMuE9gbblt8mDoWlqjgKLAVYTqYvlsfk7Hfz/XXrJw7Cha1lv4jN4nH78zQlQ2Cfqzg==",
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@hashicorp/react-code-block/-/react-code-block-3.0.1.tgz",
|
||||
"integrity": "sha512-sb2r8jGsJ93BOF2KRbjfgmtpZsqKSTDpRF7Ni1usZ+AZ1klIK8K+85cDwu6hU9rc5Rt1ME4sTv/Aov7AF8/25A==",
|
||||
"requires": {
|
||||
"@tippy.js/react": "^2.1.2",
|
||||
"highlight.js": "^9.15.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tippy.js/react": {
|
||||
"version": "2.2.3",
|
||||
"resolved": "https://registry.npmjs.org/@tippy.js/react/-/react-2.2.3.tgz",
|
||||
"integrity": "sha512-5XYvbQujzDj9r00JYEz/cBtm6DutjOdv2azdco53B+eWF7FDBCQfkLVn87wimfEpmGK0vqRQv/cwFxFcoOP98Q==",
|
||||
"requires": {
|
||||
"prop-types": "^15.6.2",
|
||||
"tippy.js": "^4.3.4"
|
||||
}
|
||||
},
|
||||
"tippy.js": {
|
||||
"version": "4.3.5",
|
||||
"resolved": "https://registry.npmjs.org/tippy.js/-/tippy.js-4.3.5.tgz",
|
||||
"integrity": "sha512-NDq3efte8nGK6BOJ1dDN1/WelAwfmh3UtIYXXck6+SxLzbIQNZE/cmRSnwScZ/FyiKdIcvFHvYUgqmoGx8CcyA==",
|
||||
"requires": {
|
||||
"popper.js": "^1.14.7"
|
||||
}
|
||||
}
|
||||
"@hashicorp/react-inline-svg": "^5.0.0",
|
||||
"shellwords": "^0.1.1"
|
||||
}
|
||||
},
|
||||
"@hashicorp/react-consent-manager": {
|
||||
|
@ -1675,24 +1668,31 @@
|
|||
"requires": {
|
||||
"@hashicorp/react-inline-svg": "^1.0.0",
|
||||
"slugify": "^1.3.6"
|
||||
},
|
||||
"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=="
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"@hashicorp/react-content": {
|
||||
"version": "6.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@hashicorp/react-content/-/react-content-6.0.0.tgz",
|
||||
"integrity": "sha512-AYIe6tcOxlKPe5Sq89o/Vk0rGE6Z1dCzf+N3ynECTh5L2A1zusf9xeM659QEh/edE/Ll9EBBLmq49sQXLNDxTw=="
|
||||
"version": "6.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@hashicorp/react-content/-/react-content-6.1.1.tgz",
|
||||
"integrity": "sha512-X6BauLEsv6VOi+iGnDBxC6nzvx06WKM7s8K/VqJHQ5PTmCaPrgaaRZh99qQcnIXpuHcmScs85wq8yAfD8zpOUQ=="
|
||||
},
|
||||
"@hashicorp/react-docs-page": {
|
||||
"version": "10.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@hashicorp/react-docs-page/-/react-docs-page-10.1.0.tgz",
|
||||
"integrity": "sha512-24fnZ3MKO0PTPXaJwAU6/D7vmn+dqk8srgLv7lNdQ6VDvELEBNehRz/95L3Ed9Lsyagtgn3W945ULHw5AMstWw==",
|
||||
"version": "10.3.2",
|
||||
"resolved": "https://registry.npmjs.org/@hashicorp/react-docs-page/-/react-docs-page-10.3.2.tgz",
|
||||
"integrity": "sha512-gTOBF7MqOQdH2tYw3npUYwLMF8d9d1Rugp0Rk2QdjIzTRbKT3nO1CRyD+YfZTe2HPNdc+rKI2iM39Tc1TT39DA==",
|
||||
"requires": {
|
||||
"@hashicorp/react-content": "^6.0.0",
|
||||
"@hashicorp/react-content": "^6.1.1",
|
||||
"@hashicorp/react-docs-sidenav": "^6.0.1",
|
||||
"@hashicorp/react-head": "^1.1.6",
|
||||
"@hashicorp/react-search": "^2.1.3",
|
||||
"@hashicorp/react-search": "^3.0.0",
|
||||
"fs-exists-sync": "0.1.0",
|
||||
"gray-matter": "4.0.2",
|
||||
"js-yaml": "3.14.0",
|
||||
|
@ -1753,6 +1753,13 @@
|
|||
"requires": {
|
||||
"@hashicorp/react-inline-svg": "^1.0.0",
|
||||
"slugify": "^1.3.6"
|
||||
},
|
||||
"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=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"@hashicorp/react-image": {
|
||||
|
@ -1772,14 +1779,19 @@
|
|||
"integrity": "sha512-a2eWgjLwGAC2LjUHE7Xt6sRGGjyTWfrc4N+qVxsyZw4eE0EiNhMIKDYHWjmtb+tGh8r8j+ca3tSjsuOUePVPUw=="
|
||||
},
|
||||
"@hashicorp/react-hashi-stack-menu": {
|
||||
"version": "1.0.10",
|
||||
"resolved": "https://registry.npmjs.org/@hashicorp/react-hashi-stack-menu/-/react-hashi-stack-menu-1.0.10.tgz",
|
||||
"integrity": "sha512-Mi5SbxepZWTSDeMFyZ94ryNK5EITj8gg1mchSkneGK9aHT3ORDK2cBsURLBJSIHjoVA754BMJK3to2K0lGMtxQ==",
|
||||
"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==",
|
||||
"requires": {
|
||||
"@hashicorp/react-inline-svg": "^1.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=="
|
||||
},
|
||||
"slugify": {
|
||||
"version": "1.3.4",
|
||||
"resolved": "https://registry.npmjs.org/slugify/-/slugify-1.3.4.tgz",
|
||||
|
@ -1802,9 +1814,9 @@
|
|||
}
|
||||
},
|
||||
"@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": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@hashicorp/react-inline-svg/-/react-inline-svg-5.0.0.tgz",
|
||||
"integrity": "sha512-Nivb1ye+gquXeTaxhu5s0GBRGBoEptqJVaYC8F+77firw+e6D6VlOKSn6VLqTU9hVkEKFhOJUA+gUNAXGEcfXg=="
|
||||
},
|
||||
"@hashicorp/react-link-wrap": {
|
||||
"version": "0.0.3",
|
||||
|
@ -1829,6 +1841,13 @@
|
|||
"requires": {
|
||||
"@hashicorp/react-inline-svg": "^1.0.0",
|
||||
"slugify": "^1.3.6"
|
||||
},
|
||||
"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=="
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1854,9 +1873,9 @@
|
|||
}
|
||||
},
|
||||
"@hashicorp/react-search": {
|
||||
"version": "2.1.3",
|
||||
"resolved": "https://registry.npmjs.org/@hashicorp/react-search/-/react-search-2.1.3.tgz",
|
||||
"integrity": "sha512-FVNroEmFM8BMOUtrAxykg9sHb5zi/AmX81n/vEADXu2NvZrE+sWDDsGDuhrs+NWHoN3ETbNc5mGW5+FvriGcpQ==",
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@hashicorp/react-search/-/react-search-3.0.0.tgz",
|
||||
"integrity": "sha512-62ttyCxjVFSHz1aNbdjeOcqCezpk3dLhMWTXeQb9Zsi0JYaJdBzK1M9khW1bfozTzjTXXGd/B79orlHMj/Zo9A==",
|
||||
"requires": {
|
||||
"@hashicorp/react-inline-svg": "^1.0.2",
|
||||
"@hashicorp/remark-plugins": "^3.0.0",
|
||||
|
@ -1870,6 +1889,11 @@
|
|||
"unist-util-visit": "^2.0.3"
|
||||
},
|
||||
"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=="
|
||||
},
|
||||
"markdown-table": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-2.0.0.tgz",
|
||||
|
@ -2028,6 +2052,11 @@
|
|||
"slugify": "^1.3.6"
|
||||
}
|
||||
},
|
||||
"@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=="
|
||||
},
|
||||
"@hashicorp/react-link-wrap": {
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@hashicorp/react-link-wrap/-/react-link-wrap-1.0.2.tgz",
|
||||
|
@ -2043,12 +2072,19 @@
|
|||
"@hashicorp/react-global-styles": "^4.4.2",
|
||||
"@hashicorp/react-inline-svg": "^1.0.2",
|
||||
"@tippy.js/react": "^3.1.1"
|
||||
},
|
||||
"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=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"@hashicorp/react-text-split": {
|
||||
"version": "1.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@hashicorp/react-text-split/-/react-text-split-1.1.1.tgz",
|
||||
"integrity": "sha512-l2cDwfL9eXZOEftPqgznPG5AQFZo9/yb5jfQ6mTjo0+LlUwDLMZTty3AI8GHVNI/pQhp8BUXmAKDOaDX25aKmg==",
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@hashicorp/react-text-split/-/react-text-split-1.2.0.tgz",
|
||||
"integrity": "sha512-rDJxk93PLQnM5zdNNNQGOIFGUjZdFLB64WSL3TO4fknvFaezZmHC4tUmubtK5iqFks9k3MbHciSLomDb1uaOnQ==",
|
||||
"requires": {
|
||||
"@hashicorp/react-button": "^2.2.3"
|
||||
},
|
||||
|
@ -2061,69 +2097,33 @@
|
|||
"@hashicorp/react-inline-svg": "^1.0.0",
|
||||
"slugify": "^1.3.6"
|
||||
}
|
||||
},
|
||||
"@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=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"@hashicorp/react-text-split-with-code": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@hashicorp/react-text-split-with-code/-/react-text-split-with-code-1.0.1.tgz",
|
||||
"integrity": "sha512-tpsHSP1TgxB4tBWCsI9xqMqt4m5oL8mdWlFdA1Y6SAZqsfPp0X5V+v5FEXqztE9YJGYvzFzK1uq/WBoybwSNgQ==",
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@hashicorp/react-text-split-with-code/-/react-text-split-with-code-2.0.2.tgz",
|
||||
"integrity": "sha512-CpHWjRA7oi+7SX6nAft0MgDLtKl3XtkfpJALtjfW2EOgNTjgRremJXvh1THf7c79bPMsosn8di2SBN9f+ut3/g==",
|
||||
"requires": {
|
||||
"@hashicorp/react-code-block": "^1.2.9",
|
||||
"@hashicorp/react-code-block": "^3.0.1",
|
||||
"@hashicorp/react-global-styles": "^4.5.0",
|
||||
"@hashicorp/react-text-split": "^0.4.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hashicorp/react-button": {
|
||||
"version": "2.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@hashicorp/react-button/-/react-button-2.3.0.tgz",
|
||||
"integrity": "sha512-1C6V8OxadkdDAkwgItDfNxx7ns9EB6znK39V94RBiPvElmsNLCEG7zujcQX71V2n+HMSv1JPgDvXp4WLICzK+Q==",
|
||||
"requires": {
|
||||
"@hashicorp/react-inline-svg": "^1.0.0",
|
||||
"slugify": "^1.3.6"
|
||||
}
|
||||
},
|
||||
"@hashicorp/react-text-split": {
|
||||
"version": "0.4.4",
|
||||
"resolved": "https://registry.npmjs.org/@hashicorp/react-text-split/-/react-text-split-0.4.4.tgz",
|
||||
"integrity": "sha512-/zrjas4hHNQ+kUQHfUAfq70Tqjowh0+Q7t8oZm6DUtJ3HUI4RA+c/LBNgBkQKLIhUGGejVxXQ2+CibsLNCKqXw==",
|
||||
"requires": {
|
||||
"@hashicorp/react-button": "^2.2.8",
|
||||
"@hashicorp/react-global-styles": "^2.1.11-fonts.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hashicorp/react-global-styles": {
|
||||
"version": "2.1.11-fonts.0",
|
||||
"resolved": "https://registry.npmjs.org/@hashicorp/react-global-styles/-/react-global-styles-2.1.11-fonts.0.tgz",
|
||||
"integrity": "sha512-Esy8CYsqTtYsEDWYaS3G8XTOl0HwzvYJZLtmSbcLwxYcK3hntNO4Sfko7y5hLWNNxN8CN0Gm/QujKlMnK7LmnQ=="
|
||||
}
|
||||
}
|
||||
}
|
||||
"@hashicorp/react-text-split": "^1.2.0"
|
||||
}
|
||||
},
|
||||
"@hashicorp/react-text-split-with-image": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@hashicorp/react-text-split-with-image/-/react-text-split-with-image-2.0.1.tgz",
|
||||
"integrity": "sha512-hJKERzV70zJde5+SzaDMomuvbrD66TCdiq1uxsaSwURXxAhvW0mUkrELhw10IGlwmlQAZ0fQhcYZtfISjBglLw==",
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@hashicorp/react-text-split-with-image/-/react-text-split-with-image-3.0.0.tgz",
|
||||
"integrity": "sha512-Ct4BapRe0P/ym5SfGH41GiLw9TN56B/ROIGajJyLbQwqxOI4M2ROKvsVmWpQ/V8fNeTNl+ixaiEmPDuKGxBw9Q==",
|
||||
"requires": {
|
||||
"@hashicorp/react-image": "^2.0.3",
|
||||
"@hashicorp/react-text-split": "^0.4.2"
|
||||
"@hashicorp/react-text-split": "^1.2.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hashicorp/react-button": {
|
||||
"version": "2.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@hashicorp/react-button/-/react-button-2.3.0.tgz",
|
||||
"integrity": "sha512-1C6V8OxadkdDAkwgItDfNxx7ns9EB6znK39V94RBiPvElmsNLCEG7zujcQX71V2n+HMSv1JPgDvXp4WLICzK+Q==",
|
||||
"requires": {
|
||||
"@hashicorp/react-inline-svg": "^1.0.0",
|
||||
"slugify": "^1.3.6"
|
||||
}
|
||||
},
|
||||
"@hashicorp/react-global-styles": {
|
||||
"version": "2.1.11-fonts.0",
|
||||
"resolved": "https://registry.npmjs.org/@hashicorp/react-global-styles/-/react-global-styles-2.1.11-fonts.0.tgz",
|
||||
"integrity": "sha512-Esy8CYsqTtYsEDWYaS3G8XTOl0HwzvYJZLtmSbcLwxYcK3hntNO4Sfko7y5hLWNNxN8CN0Gm/QujKlMnK7LmnQ=="
|
||||
},
|
||||
"@hashicorp/react-image": {
|
||||
"version": "2.0.4",
|
||||
"resolved": "https://registry.npmjs.org/@hashicorp/react-image/-/react-image-2.0.4.tgz",
|
||||
|
@ -2132,15 +2132,6 @@
|
|||
"object-assign": "^4.1.1",
|
||||
"query-string": "5.1.1"
|
||||
}
|
||||
},
|
||||
"@hashicorp/react-text-split": {
|
||||
"version": "0.4.4",
|
||||
"resolved": "https://registry.npmjs.org/@hashicorp/react-text-split/-/react-text-split-0.4.4.tgz",
|
||||
"integrity": "sha512-/zrjas4hHNQ+kUQHfUAfq70Tqjowh0+Q7t8oZm6DUtJ3HUI4RA+c/LBNgBkQKLIhUGGejVxXQ2+CibsLNCKqXw==",
|
||||
"requires": {
|
||||
"@hashicorp/react-button": "^2.2.8",
|
||||
"@hashicorp/react-global-styles": "^2.1.11-fonts.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -2978,9 +2969,9 @@
|
|||
}
|
||||
},
|
||||
"algoliasearch-helper": {
|
||||
"version": "3.3.3",
|
||||
"resolved": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.3.3.tgz",
|
||||
"integrity": "sha512-1MKryf/yLQK9qgCaHtM+OBmG+R3qD6wxN8NnZstlCB8LijCZjoX1mgdema3+cBaa/zfmsD2q6/aP9kUKQmH4DQ==",
|
||||
"version": "3.3.4",
|
||||
"resolved": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.3.4.tgz",
|
||||
"integrity": "sha512-1Ts2XcgGdjGlDrp3v6zbY8VW+X9+jJ5rBmtPBmXOQLd4b5t/LpJlaBdxoAnlMfVFjywP7KSAdmyFUNNYVHDyRQ==",
|
||||
"requires": {
|
||||
"events": "^1.1.1"
|
||||
},
|
||||
|
@ -7264,11 +7255,6 @@
|
|||
"resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
|
||||
"integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw=="
|
||||
},
|
||||
"highlight.js": {
|
||||
"version": "9.18.5",
|
||||
"resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.18.5.tgz",
|
||||
"integrity": "sha512-a5bFyofd/BHCX52/8i8uJkjr9DYwXIPnM/plwI6W7ezItLGqzt7X2G2nXuYSfsIJdkwwj/g9DG1LkcGJI/dDoA=="
|
||||
},
|
||||
"hmac-drbg": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz",
|
||||
|
@ -12107,6 +12093,11 @@
|
|||
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.2.tgz",
|
||||
"integrity": "sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg=="
|
||||
},
|
||||
"shellwords": {
|
||||
"version": "0.1.1",
|
||||
"resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz",
|
||||
"integrity": "sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww=="
|
||||
},
|
||||
"side-channel": {
|
||||
"version": "1.0.3",
|
||||
"resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.3.tgz",
|
||||
|
|
|
@ -9,19 +9,19 @@
|
|||
"@hashicorp/react-alert-banner": "5.0.0",
|
||||
"@hashicorp/react-button": "4.0.0",
|
||||
"@hashicorp/react-call-to-action": "1.0.3",
|
||||
"@hashicorp/react-docs-page": "10.1.0",
|
||||
"@hashicorp/react-docs-page": "10.3.2",
|
||||
"@hashicorp/react-featured-slider": "1.1.10",
|
||||
"@hashicorp/react-hashi-stack-menu": "^1.0.10",
|
||||
"@hashicorp/react-hashi-stack-menu": "^1.0.11",
|
||||
"@hashicorp/react-head": "1.1.6",
|
||||
"@hashicorp/react-image": "3.0.3",
|
||||
"@hashicorp/react-inline-svg": "1.0.2",
|
||||
"@hashicorp/react-inline-svg": "5.0.0",
|
||||
"@hashicorp/react-product-downloader": "4.1.5",
|
||||
"@hashicorp/react-product-features-list": "3.0.0",
|
||||
"@hashicorp/react-section-header": "3.0.1",
|
||||
"@hashicorp/react-subnav": "7.1.0",
|
||||
"@hashicorp/react-text-split": "1.1.1",
|
||||
"@hashicorp/react-text-split-with-code": "1.0.1",
|
||||
"@hashicorp/react-text-split-with-image": "2.0.1",
|
||||
"@hashicorp/react-text-split": "1.2.0",
|
||||
"@hashicorp/react-text-split-with-code": "2.0.2",
|
||||
"@hashicorp/react-text-split-with-image": "3.0.0",
|
||||
"@hashicorp/react-use-cases": "2.0.1",
|
||||
"@hashicorp/react-vertical-text-block-list": "3.0.1",
|
||||
"next": "9.5.5",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
@import '~@hashicorp/react-alert-banner/style.css';
|
||||
@import '~@hashicorp/react-button/styles/index.css';
|
||||
@import '~@hashicorp/react-call-to-action/style.css';
|
||||
@import '~@hashicorp/react-code-block/dist/style.css';
|
||||
@import '~@hashicorp/react-code-block/style.css';
|
||||
@import '~@hashicorp/react-consent-manager/dist/style.css';
|
||||
@import '~@hashicorp/react-content/style.css';
|
||||
@import '~@hashicorp/react-docs-page/style.css';
|
||||
|
@ -24,7 +24,6 @@
|
|||
@import '~@hashicorp/react-section-header/style.css';
|
||||
@import '~@hashicorp/react-subnav/style.css';
|
||||
@import '~@hashicorp/react-tabs/dist/style.css';
|
||||
@import '~@hashicorp/react-text-split-with-code/style.css';
|
||||
@import '~@hashicorp/react-text-split/style.css';
|
||||
@import '~@hashicorp/react-toggle/dist/style.css';
|
||||
@import '~@hashicorp/react-use-cases/dist/style.css';
|
||||
|
|
Loading…
Reference in New Issue