From 186eadb176ee0cca75dd2ea12c5bcf075948c1c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 21:50:33 +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 874ce4797816..53fd1b176527 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.6" + "encodable": "^1.0.0" }, "peerDependencies": { "@types/react": "*",