From e4b5d6103f11c3c90445af42e0848604a2fcc627 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 19:19:41 +0000 Subject: [PATCH] Update dependency axe-playwright to ^2.2.2 --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e1ba3d88..f4c83f2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "@types/react": "^19.1.8", "@vitejs/plugin-react": "^4.6.0", "@xyflow/react": "^12.9.0", - "axe-playwright": "^2.1.0", + "axe-playwright": "^2.2.2", "babel-loader": "^9.2.1", "babel-plugin-react-compiler": "^19.1.0-rc.2", "cmdk": "^1.1.1", @@ -7584,10 +7584,11 @@ } }, "node_modules/axe-playwright": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/axe-playwright/-/axe-playwright-2.1.0.tgz", - "integrity": "sha512-tY48SX56XaAp16oHPyD4DXpybz8Jxdz9P7exTjF/4AV70EGUavk+1fUPWirM0OYBR+YyDx6hUeDvuHVA6fB9YA==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/axe-playwright/-/axe-playwright-2.2.2.tgz", + "integrity": "sha512-h350/grzDCPgpuWV7eEOqr/f61Xn07Gi9f9B3Ew4rW6/nFtpdEJYW6jgRATorgAGXjEAYFTnaY3sEys39wDw4A==", "dev": true, + "license": "MIT", "dependencies": { "@types/junit-report-builder": "^3.0.2", "axe-core": "^4.10.1", diff --git a/package.json b/package.json index 15c3d366..d178e54b 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@types/react": "^19.1.8", "@vitejs/plugin-react": "^4.6.0", "@xyflow/react": "^12.9.0", - "axe-playwright": "^2.1.0", + "axe-playwright": "^2.2.2", "babel-loader": "^9.2.1", "babel-plugin-react-compiler": "^19.1.0-rc.2", "cmdk": "^1.1.1",