From daad3ce31996527122ea3bdde9e320d9ccbf2e41 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 06:06:55 +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-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- 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 d4f143f27e4a..fab156f86f20 100644 --- a/superset-frontend/plugins/plugin-chart-pivot-table/package.json +++ b/superset-frontend/plugins/plugin-chart-pivot-table/package.json @@ -39,6 +39,6 @@ "devDependencies": { "@babel/types": "^7.13.12", "@types/jest": "^26.0.0", - "jest": "^27.0.0" + "jest": "^29.0.0" } }