From 7e8d183f24a4713998e37b7085475ef7f1cc09bb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Jan 2026 05:38:41 +0000 Subject: [PATCH] fix: playwright/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 --- playwright/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/playwright/package.json b/playwright/package.json index 5e3ba94782..1e985f8b4a 100644 --- a/playwright/package.json +++ b/playwright/package.json @@ -9,18 +9,18 @@ }, "devDependencies": { "@playwright/test": "1.42.1", - "eslint": "8.57.0", + "eslint": "9.26.0", "eslint-config-standard": "17.1.0", "eslint-plugin-import": "2.29.1", "eslint-plugin-n": "16.6.2", "eslint-plugin-node": "11.1.0", "eslint-plugin-promise": "6.1.1", - "npm-check-updates": "16.14.18" + "npm-check-updates": "17.0.0" }, "dependencies": { "@faker-js/faker": "8.4.1", - "lodash": "4.17.21", - "lodash-es": "4.17.21", + "lodash": "4.17.23", + "lodash-es": "4.17.23", "luxon": "3.4.4", "ms": "2.1.3", "seedrandom": "3.0.5",