From 3c18b14b13f17706bf9b8e0d104567212b7cc9b1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 Jan 2026 08:16:13 +0000 Subject: [PATCH] fix: packages/front-end/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PLAYWRIGHT-14888269 --- packages/front-end/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/front-end/package.json b/packages/front-end/package.json index b7dcc074..830f8df1 100644 --- a/packages/front-end/package.json +++ b/packages/front-end/package.json @@ -80,7 +80,7 @@ "@iconify-json/heroicons": "^1.2.2", "@nuxt/ui": "2.18.4", "@pinia/nuxt": "^0.9.0", - "@playwright/test": "^1.51.1", + "@playwright/test": "^1.56.0", "@smithy/types": "^3.7.2", "@smithy/url-parser": "^3.0.11", "@vueuse/core": "^11.3.0", @@ -102,7 +102,7 @@ "nuxt": "3.15.2", "pinia": "^2.3.1", "pinia-plugin-persistedstate": "4.2.0", - "playwright": "^1.51.1", + "playwright": "^1.56.0", "playwright-core": "^1.51.1", "playwright-slack-report": "^1.1.89", "prettier-plugin-tailwindcss": "^0.6.11",