1 Commits

Author SHA1 Message Date
Renovate Bot
b6fbb4909e chore(deps): update dependency @axe-core/playwright to v4.11.3
All checks were successful
CI / backend-tests (pull_request) Successful in 32s
CI / frontend-tests (pull_request) Successful in 31s
2026-04-30 12:02:03 +00:00
2 changed files with 14 additions and 14 deletions

View File

@@ -22,7 +22,7 @@
"sonner": "2.0.7" "sonner": "2.0.7"
}, },
"devDependencies": { "devDependencies": {
"@axe-core/playwright": "4.11.1", "@axe-core/playwright": "4.11.3",
"@playwright/test": "1.58.2", "@playwright/test": "1.58.2",
"@tailwindcss/vite": "4.2.2", "@tailwindcss/vite": "4.2.2",
"@testing-library/jest-dom": "^6.9.1", "@testing-library/jest-dom": "^6.9.1",
@@ -36,7 +36,7 @@
"oxfmt": "0.41.0", "oxfmt": "0.41.0",
"oxlint": "1.56.0", "oxlint": "1.56.0",
"tailwindcss": "4.2.2", "tailwindcss": "4.2.2",
"typescript": "6.0.2", "typescript": "5.9.3",
"vite": "8.0.1", "vite": "8.0.1",
"vitest": "4.1.0" "vitest": "4.1.0"
} }
@@ -73,13 +73,13 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@axe-core/playwright": { "node_modules/@axe-core/playwright": {
"version": "4.11.1", "version": "4.11.3",
"resolved": "https://registry.npmjs.org/@axe-core/playwright/-/playwright-4.11.1.tgz", "resolved": "https://registry.npmjs.org/@axe-core/playwright/-/playwright-4.11.3.tgz",
"integrity": "sha512-mKEfoUIB1MkVTht0BGZFXtSAEKXMJoDkyV5YZ9jbBmZCcWDz71tegNsdTkIN8zc/yMi5Gm2kx7Z5YQ9PfWNAWw==", "integrity": "sha512-h/kfksv4F0cVIDlKpT4700OehdRgpvuVskuQ2nb7/JmtWUXpe9ftHAPtwyXGvVSsa6SJ64A9ER7Zrzc/sIvC4w==",
"dev": true, "dev": true,
"license": "MPL-2.0", "license": "MPL-2.0",
"dependencies": { "dependencies": {
"axe-core": "~4.11.1" "axe-core": "~4.11.4"
}, },
"peerDependencies": { "peerDependencies": {
"playwright-core": ">= 1.0.0" "playwright-core": ">= 1.0.0"
@@ -2257,9 +2257,9 @@
} }
}, },
"node_modules/axe-core": { "node_modules/axe-core": {
"version": "4.11.1", "version": "4.11.4",
"resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.11.1.tgz", "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.11.4.tgz",
"integrity": "sha512-BASOg+YwO2C+346x3LZOeoovTIoTrRqEsqMa6fmfAV0P+U9mFr9NsyOEpiYvFjbc64NMrSswhV50WdXzdb/Z5A==", "integrity": "sha512-KunSNx+TVpkAw/6ULfhnx+HWRecjqZGTOyquAoWHYLRSdK1tB5Ihce1ZW+UY3fj33bYAFWPu7W/GRSmmrCGuxA==",
"dev": true, "dev": true,
"license": "MPL-2.0", "license": "MPL-2.0",
"engines": { "engines": {
@@ -4828,9 +4828,9 @@
"license": "0BSD" "license": "0BSD"
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "6.0.2", "version": "5.9.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
"integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==", "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
"dev": true, "dev": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"bin": { "bin": {

View File

@@ -30,7 +30,7 @@
"sonner": "2.0.7" "sonner": "2.0.7"
}, },
"devDependencies": { "devDependencies": {
"@axe-core/playwright": "4.11.1", "@axe-core/playwright": "4.11.3",
"@playwright/test": "1.58.2", "@playwright/test": "1.58.2",
"@tailwindcss/vite": "4.2.2", "@tailwindcss/vite": "4.2.2",
"@testing-library/jest-dom": "^6.9.1", "@testing-library/jest-dom": "^6.9.1",
@@ -44,7 +44,7 @@
"oxfmt": "0.41.0", "oxfmt": "0.41.0",
"oxlint": "1.56.0", "oxlint": "1.56.0",
"tailwindcss": "4.2.2", "tailwindcss": "4.2.2",
"typescript": "6.0.2", "typescript": "5.9.3",
"vite": "8.0.1", "vite": "8.0.1",
"vitest": "4.1.0" "vitest": "4.1.0"
} }