You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by gi...@apache.org on 2024/01/12 22:08:06 UTC

(superset) 01/01: build(deps): bump d3-scale

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch dependabot/npm_and_yarn/superset-frontend/plugins/plugin-chart-word-cloud/d3-scale-4.0.2
in repository https://gitbox.apache.org/repos/asf/superset.git

commit b9de17ec43aeb3279377faedf16908f899e07764
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jan 12 21:59:38 2024 +0000

    build(deps): bump d3-scale
    
    Bumps [d3-scale](https://github.com/d3/d3-scale) from 3.3.0 to 4.0.2.
    - [Release notes](https://github.com/d3/d3-scale/releases)
    - [Commits](https://github.com/d3/d3-scale/compare/v3.3.0...v4.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: d3-scale
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 superset-frontend/plugins/plugin-chart-word-cloud/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset-frontend/plugins/plugin-chart-word-cloud/package.json b/superset-frontend/plugins/plugin-chart-word-cloud/package.json
index 5d13d2dc66..2730edf7c3 100644
--- a/superset-frontend/plugins/plugin-chart-word-cloud/package.json
+++ b/superset-frontend/plugins/plugin-chart-word-cloud/package.json
@@ -32,7 +32,7 @@
     "@types/d3-cloud": "^1.2.1",
     "@types/d3-scale": "^2.0.2",
     "d3-cloud": "^1.2.5",
-    "d3-scale": "^3.0.1",
+    "d3-scale": "^4.0.2",
     "encodable": "^0.7.6"
   },
   "peerDependencies": {