From 64bc73a202ed29215b24db07ba62111053757ea2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Apr 2024 03:31:24 +0000 Subject: [PATCH] fix: superset-frontend/cypress-base/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-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-VM2-5772823 - https://snyk.io/vuln/SNYK-JS-VM2-5772825 --- superset-frontend/cypress-base/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/cypress-base/package.json b/superset-frontend/cypress-base/package.json index 53ca720b04a21..57f7f992763ee 100644 --- a/superset-frontend/cypress-base/package.json +++ b/superset-frontend/cypress-base/package.json @@ -16,7 +16,7 @@ ] }, "dependencies": { - "@applitools/eyes-cypress": "^3.29.1", + "@applitools/eyes-cypress": "^3.38.0", "@cypress/code-coverage": "^3.10.4", "@superset-ui/core": "^2.1.0", "brace": "^0.11.1",