From 295fa3e00a5fedd27f5cfb3526f4d7d3cee49415 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Jan 2026 07:33:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 261125c5a25..a47bfe84427 100644 --- a/package.json +++ b/package.json @@ -45,8 +45,8 @@ "@playwright/test": "1.31.2", "@trivago/prettier-plugin-sort-imports": "^4.2.0", "@types/node": "^18.17.1", - "eslint": "^8.45.0", - "mocha": "^10.2.0", + "eslint": "^9.26.0", + "mocha": "^10.6.0", "prettier": "^3.0.0", "turbo": "^1.10.12", "yalc": "1.0.0-pre.53"