From 9ef6e095cba88b3a733b2a281ac07f8e76df250a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Dec 2023 19:57:46 +0000 Subject: [PATCH] fix: superset-frontend/plugins/plugin-chart-handlebars/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- superset-frontend/plugins/plugin-chart-handlebars/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/plugins/plugin-chart-handlebars/package.json b/superset-frontend/plugins/plugin-chart-handlebars/package.json index 8fcb8ab599fb4..a657389ff787b 100644 --- a/superset-frontend/plugins/plugin-chart-handlebars/package.json +++ b/superset-frontend/plugins/plugin-chart-handlebars/package.json @@ -43,6 +43,6 @@ "devDependencies": { "@types/jest": "^26.0.0", "@types/lodash": "^4.14.149", - "jest": "^26.0.1" + "jest": "^27.0.0" } }