From 67db612da3fdcaf64ffc46af53d02814d019aeb8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Nov 2025 03:09:53 +0000 Subject: [PATCH] fix: tests/cases/user/chrome-devtools-frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CHROMEDEVTOOLSFRONTEND-14038289 - https://snyk.io/vuln/SNYK-JS-CHROMEDEVTOOLSFRONTEND-14038292 - https://snyk.io/vuln/SNYK-JS-CHROMEDEVTOOLSFRONTEND-13866859 --- tests/cases/user/chrome-devtools-frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cases/user/chrome-devtools-frontend/package.json b/tests/cases/user/chrome-devtools-frontend/package.json index 472e2f5eee1bb..4ddbf80ed9451 100644 --- a/tests/cases/user/chrome-devtools-frontend/package.json +++ b/tests/cases/user/chrome-devtools-frontend/package.json @@ -9,6 +9,6 @@ "author": "", "license": "Apache-2.0", "dependencies": { - "chrome-devtools-frontend": "1.0.530099" + "chrome-devtools-frontend": "1.0.1510180" } }