From 43871b41b6c9d2ee5e22b1353d0d0c869c2d412d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 31 Aug 2023 14:44:20 +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/one-acre-fund/project/f0d6e6fd-675a-4143-bf2b-d8176d634473?utm_source=github&utm_medium=referral&page=upgrade-pr --- superset-frontend/plugins/preset-chart-xy/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/plugins/preset-chart-xy/package.json b/superset-frontend/plugins/preset-chart-xy/package.json index 575cf33d72ed2..a2ca3c85231c2 100644 --- a/superset-frontend/plugins/preset-chart-xy/package.json +++ b/superset-frontend/plugins/preset-chart-xy/package.json @@ -35,7 +35,7 @@ "@vx/legend": "^0.0.198", "@vx/scale": "^0.0.197", "csstype": "^2.6.3", - "encodable": "^0.7.6", + "encodable": "^0.9.4", "lodash": "^4.17.11", "reselect": "^4.0.0" },