build(deps): update @types/d3-cloud requirement from ^1.2.1 to ^1.2.9 in /superset-frontend/plugins/plugin-chart-word-cloud (#26483)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Evan Rusackas <evan@rusackas.com>
This commit is contained in:
parent
d7d63bc184
commit
98c84babb9
|
|
@ -19300,14 +19300,6 @@
|
|||
"resolved": "https://registry.npmjs.org/@types/d3-array/-/d3-array-2.9.0.tgz",
|
||||
"integrity": "sha512-sdBMGfNvLUkBypPMEhOcKcblTQfgHbqbYrUqRE31jOwdDHBJBxz4co2MDAq93S4Cp++phk4UiwoEg/1hK3xXAQ=="
|
||||
},
|
||||
"node_modules/@types/d3-cloud": {
|
||||
"version": "1.2.5",
|
||||
"resolved": "https://registry.npmjs.org/@types/d3-cloud/-/d3-cloud-1.2.5.tgz",
|
||||
"integrity": "sha512-vEIER9DsEBUOdpRiwCh3n1qE+cV6h4e1LhxhY2sLt+m8LPNAIkOOhTlqk0JDiBwD+ZPM8ynFAOU3AuPuVYBFBA==",
|
||||
"dependencies": {
|
||||
"@types/d3": "^3"
|
||||
}
|
||||
},
|
||||
"node_modules/@types/d3-color": {
|
||||
"version": "1.4.2",
|
||||
"resolved": "https://registry.npmjs.org/@types/d3-color/-/d3-color-1.4.2.tgz",
|
||||
|
|
@ -63878,7 +63870,7 @@
|
|||
"version": "0.18.25",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@types/d3-cloud": "^1.2.1",
|
||||
"@types/d3-cloud": "^1.2.9",
|
||||
"@types/d3-scale": "^2.0.2",
|
||||
"d3-cloud": "^1.2.5",
|
||||
"d3-scale": "^3.0.1",
|
||||
|
|
@ -63892,6 +63884,14 @@
|
|||
"react": "^16.13.1"
|
||||
}
|
||||
},
|
||||
"plugins/plugin-chart-word-cloud/node_modules/@types/d3-cloud": {
|
||||
"version": "1.2.9",
|
||||
"resolved": "https://registry.npmjs.org/@types/d3-cloud/-/d3-cloud-1.2.9.tgz",
|
||||
"integrity": "sha512-5EWJvnlCrqTThGp8lYHx+DL00sOjx2HTlXH1WRe93k5pfOIhPQaL63NttaKYIbT7bTXp/USiunjNS/N4ipttIQ==",
|
||||
"dependencies": {
|
||||
"@types/d3": "^3"
|
||||
}
|
||||
},
|
||||
"plugins/plugin-chart-word-cloud/node_modules/d3-array": {
|
||||
"version": "2.12.1",
|
||||
"resolved": "https://registry.npmjs.org/d3-array/-/d3-array-2.12.1.tgz",
|
||||
|
|
@ -78668,13 +78668,21 @@
|
|||
"@superset-ui/plugin-chart-word-cloud": {
|
||||
"version": "file:plugins/plugin-chart-word-cloud",
|
||||
"requires": {
|
||||
"@types/d3-cloud": "^1.2.1",
|
||||
"@types/d3-cloud": "^1.2.9",
|
||||
"@types/d3-scale": "^2.0.2",
|
||||
"d3-cloud": "^1.2.5",
|
||||
"d3-scale": "^3.0.1",
|
||||
"encodable": "^0.7.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/d3-cloud": {
|
||||
"version": "1.2.9",
|
||||
"resolved": "https://registry.npmjs.org/@types/d3-cloud/-/d3-cloud-1.2.9.tgz",
|
||||
"integrity": "sha512-5EWJvnlCrqTThGp8lYHx+DL00sOjx2HTlXH1WRe93k5pfOIhPQaL63NttaKYIbT7bTXp/USiunjNS/N4ipttIQ==",
|
||||
"requires": {
|
||||
"@types/d3": "^3"
|
||||
}
|
||||
},
|
||||
"d3-array": {
|
||||
"version": "2.12.1",
|
||||
"resolved": "https://registry.npmjs.org/d3-array/-/d3-array-2.12.1.tgz",
|
||||
|
|
@ -79280,14 +79288,6 @@
|
|||
"resolved": "https://registry.npmjs.org/@types/d3-array/-/d3-array-2.9.0.tgz",
|
||||
"integrity": "sha512-sdBMGfNvLUkBypPMEhOcKcblTQfgHbqbYrUqRE31jOwdDHBJBxz4co2MDAq93S4Cp++phk4UiwoEg/1hK3xXAQ=="
|
||||
},
|
||||
"@types/d3-cloud": {
|
||||
"version": "1.2.5",
|
||||
"resolved": "https://registry.npmjs.org/@types/d3-cloud/-/d3-cloud-1.2.5.tgz",
|
||||
"integrity": "sha512-vEIER9DsEBUOdpRiwCh3n1qE+cV6h4e1LhxhY2sLt+m8LPNAIkOOhTlqk0JDiBwD+ZPM8ynFAOU3AuPuVYBFBA==",
|
||||
"requires": {
|
||||
"@types/d3": "^3"
|
||||
}
|
||||
},
|
||||
"@types/d3-color": {
|
||||
"version": "1.4.2",
|
||||
"resolved": "https://registry.npmjs.org/@types/d3-color/-/d3-color-1.4.2.tgz",
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/d3-cloud": "^1.2.1",
|
||||
"@types/d3-cloud": "^1.2.9",
|
||||
"@types/d3-scale": "^2.0.2",
|
||||
"d3-cloud": "^1.2.5",
|
||||
"d3-scale": "^3.0.1",
|
||||
|
|
|
|||
Loading…
Reference in New Issue