From 58ffcc1a5ba287ecf1df36a1bf356fa654ef0c3b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Jan 2024 01:15:11 +0000 Subject: [PATCH] fix: superset-frontend/plugins/plugin-chart-pivot-table/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- superset-frontend/plugins/plugin-chart-pivot-table/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/plugins/plugin-chart-pivot-table/package.json b/superset-frontend/plugins/plugin-chart-pivot-table/package.json index bed12a2e7250e..8a23120ec6f1f 100644 --- a/superset-frontend/plugins/plugin-chart-pivot-table/package.json +++ b/superset-frontend/plugins/plugin-chart-pivot-table/package.json @@ -38,6 +38,6 @@ "devDependencies": { "@babel/types": "^7.13.12", "@types/jest": "^26.0.0", - "jest": "^26.0.1" + "jest": "^27.0.0" } }