chore(deps): update @types/d3-scale requirement from ^4.0.8 to ^4.0.9 in /superset-frontend/plugins/plugin-chart-word-cloud (#32441)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-07-03 17:08:17 -07:00
committed by GitHub
parent 36c7b15342
commit 992aa3a4d5
2 changed files with 5 additions and 5 deletions

View File

@@ -61434,7 +61434,7 @@
"version": "0.20.4",
"license": "Apache-2.0",
"dependencies": {
"@types/d3-scale": "^4.0.8",
"@types/d3-scale": "^4.0.9",
"d3-cloud": "^1.2.7",
"d3-scale": "^3.0.1",
"encodable": "^0.7.8"
@@ -61451,9 +61451,9 @@
}
},
"plugins/plugin-chart-word-cloud/node_modules/@types/d3-scale": {
"version": "4.0.8",
"resolved": "https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.8.tgz",
"integrity": "sha512-gkK1VVTr5iNiYJ7vWDI+yUFFlszhNMtVeneJ6lUTKPjprsvLLI9/tgEGiXJOnlINJA8FyA88gfnQsHbybVZrYQ==",
"version": "4.0.9",
"resolved": "https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.9.tgz",
"integrity": "sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==",
"license": "MIT",
"dependencies": {
"@types/d3-time": "*"

View File

@@ -29,7 +29,7 @@
"access": "public"
},
"dependencies": {
"@types/d3-scale": "^4.0.8",
"@types/d3-scale": "^4.0.9",
"d3-cloud": "^1.2.7",
"d3-scale": "^3.0.1",
"encodable": "^0.7.8"