From e19568843e6a8422481400fa31660d55a364f58a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 01:06:29 +0000 Subject: [PATCH] build(deps): bump encodable Bumps [encodable](https://github.com/kristw/encodable) from 0.7.8 to 1.0.0. - [Commits](https://github.com/kristw/encodable/compare/encodable@0.7.8...encodable@1.0.0) --- updated-dependencies: - dependency-name: encodable dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- 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 7067db59f8913..53fd1b1765270 100644 --- a/superset-frontend/plugins/plugin-chart-word-cloud/package.json +++ b/superset-frontend/plugins/plugin-chart-word-cloud/package.json @@ -33,7 +33,7 @@ "@types/d3-scale": "^2.0.2", "d3-cloud": "^1.2.7", "d3-scale": "^3.0.1", - "encodable": "^0.7.8" + "encodable": "^1.0.0" }, "peerDependencies": { "@types/react": "*",