From 9aeea4d93d02c79e79bfb4f94a4f9ffa1d178696 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 May 2022 16:14:09 +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/m-ajay/project/ba0168d3-d10c-4668-a8e4-3297adebc835?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 e8e5f68ef4ec1..bb3c5faaee325 100644 --- a/superset-frontend/plugins/plugin-chart-word-cloud/package.json +++ b/superset-frontend/plugins/plugin-chart-word-cloud/package.json @@ -34,7 +34,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": "*",