From 84b4c12330c476ad1942a99666e2c4be648618a6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 Jun 2023 20:30:56 +0000 Subject: [PATCH] fix: upgrade encodable from 0.7.8 to 0.9.4 Snyk has created this PR to upgrade encodable from 0.7.8 to 0.9.4. See this package in npm: https://www.npmjs.com/package/encodable See this project in Snyk: https://app.snyk.io/org/carolinewly/project/8cdf014e-c371-491a-b0c0-5d325d1758af?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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 5d13d2dc66010..05edeba5585b2 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.5", "d3-scale": "^3.0.1", - "encodable": "^0.7.6" + "encodable": "^0.9.4" }, "peerDependencies": { "@types/react": "*",