chore: upgrade react-consent-manager (#10749)
This commit is contained in:
parent
701d4ffef0
commit
99f7020c33
|
@ -1903,13 +1903,12 @@
|
|||
}
|
||||
},
|
||||
"@hashicorp/react-consent-manager": {
|
||||
"version": "5.3.2",
|
||||
"resolved": "https://registry.npmjs.org/@hashicorp/react-consent-manager/-/react-consent-manager-5.3.2.tgz",
|
||||
"integrity": "sha512-+diaaneosC7xMjODrPusvc5g1+0THX9gePHCfkMON7EsFC0fG5R7Cjn6sssBgOQbxYe0Bbx3amDmkhMcFjdDWQ==",
|
||||
"version": "6.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@hashicorp/react-consent-manager/-/react-consent-manager-6.0.0.tgz",
|
||||
"integrity": "sha512-ew15fmxR+Js9W1F160r324QNxhlKjj8txmueW2Ud/qlztzKpPoOOWALDEI4nUhEUqhdVC6/M6DHlXX+J9iv6wA==",
|
||||
"requires": {
|
||||
"@hashicorp/react-button": "^5.2.1",
|
||||
"@hashicorp/react-toggle": "^3.0.2",
|
||||
"@segment/in-eu": "^0.2.1",
|
||||
"js-cookie": "^2.2.0"
|
||||
}
|
||||
},
|
||||
|
@ -2878,14 +2877,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"@segment/in-eu": {
|
||||
"version": "0.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@segment/in-eu/-/in-eu-0.2.1.tgz",
|
||||
"integrity": "sha512-7JKBw/l3S9J0ldo/n6XPfd3sT89f300KOCvmZsd8sryVZOWlE4L2LMKT538I34bjRdaOd1aJ52TsOAZUOLqxiQ==",
|
||||
"requires": {
|
||||
"jstz": "^2.0.0"
|
||||
}
|
||||
},
|
||||
"@sindresorhus/is": {
|
||||
"version": "0.7.0",
|
||||
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.7.0.tgz",
|
||||
|
@ -9052,11 +9043,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"jstz": {
|
||||
"version": "2.1.1",
|
||||
"resolved": "https://registry.npmjs.org/jstz/-/jstz-2.1.1.tgz",
|
||||
"integrity": "sha512-8hfl5RD6P7rEeIbzStBz3h4f+BQHfq/ABtoU6gXKQv5OcZhnmrIpG7e1pYaZ8hS9e0mp+bxUj08fnDUbKctYyA=="
|
||||
},
|
||||
"jsx-ast-utils": {
|
||||
"version": "3.2.0",
|
||||
"resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.2.0.tgz",
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"@hashicorp/react-call-to-action": "^3.1.2",
|
||||
"@hashicorp/react-callouts": "^7.1.2",
|
||||
"@hashicorp/react-code-block": "^4.1.4",
|
||||
"@hashicorp/react-consent-manager": "^5.3.2",
|
||||
"@hashicorp/react-consent-manager": "6.0.0",
|
||||
"@hashicorp/react-content": "^7.0.2",
|
||||
"@hashicorp/react-docs-page": "^13.5.1",
|
||||
"@hashicorp/react-enterprise-alert": "^5.0.1",
|
||||
|
|
Loading…
Reference in New Issue