From 5cfe180e74e606e4c4ef270ac0b872306fd242a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 21:19:44 +0000 Subject: [PATCH] Bump @axe-core/playwright in /typescript-playwright-sample Bumps [@axe-core/playwright](https://github.com/dequelabs/axe-core-npm) from 4.11.0 to 4.11.1. - [Release notes](https://github.com/dequelabs/axe-core-npm/releases) - [Changelog](https://github.com/dequelabs/axe-core-npm/blob/develop/CHANGELOG.md) - [Commits](https://github.com/dequelabs/axe-core-npm/compare/v4.11.0...v4.11.1) --- updated-dependencies: - dependency-name: "@axe-core/playwright" dependency-version: 4.11.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- typescript-playwright-sample/package.json | 2 +- typescript-playwright-sample/yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/typescript-playwright-sample/package.json b/typescript-playwright-sample/package.json index 76d4d73a..157b44e4 100644 --- a/typescript-playwright-sample/package.json +++ b/typescript-playwright-sample/package.json @@ -4,7 +4,7 @@ "description": "Sample project that demonstrates accessibility testing with TypeScript, Playwright, @axe-core/playwright, SARIF, and Azure Pipelines.", "private": true, "devDependencies": { - "@axe-core/playwright": "^4.11.0", + "@axe-core/playwright": "^4.11.1", "@playwright/test": "^1.58.0", "@types/node": "^20.19.32", "axe-sarif-converter": "^3.0.0", diff --git a/typescript-playwright-sample/yarn.lock b/typescript-playwright-sample/yarn.lock index e8102233..085ddc90 100644 --- a/typescript-playwright-sample/yarn.lock +++ b/typescript-playwright-sample/yarn.lock @@ -2,12 +2,12 @@ # yarn lockfile v1 -"@axe-core/playwright@^4.11.0": - version "4.11.0" - resolved "https://registry.yarnpkg.com/@axe-core/playwright/-/playwright-4.11.0.tgz#64beab80764c1f3f0ec4ac21f9b2c2d7df508958" - integrity sha512-70vBT/Ylqpm65RQz2iCG2o0JJCEG/WCNyefTr2xcOcr1CoSee60gNQYUMZZ7YukoKkFLv26I/jjlsvwwp532oQ== +"@axe-core/playwright@^4.11.1": + version "4.11.1" + resolved "https://registry.yarnpkg.com/@axe-core/playwright/-/playwright-4.11.1.tgz#d6e2b06ddb1b8ff460ca0f6f0bc96f2f03f6d91b" + integrity sha512-mKEfoUIB1MkVTht0BGZFXtSAEKXMJoDkyV5YZ9jbBmZCcWDz71tegNsdTkIN8zc/yMi5Gm2kx7Z5YQ9PfWNAWw== dependencies: - axe-core "~4.11.0" + axe-core "~4.11.1" "@playwright/test@^1.58.0": version "1.58.0" @@ -80,10 +80,10 @@ ast-types@^0.13.4: dependencies: tslib "^2.0.1" -"axe-core@^3.2.2 || ^4.0.0", axe-core@~4.11.0: - version "4.11.0" - resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.11.0.tgz#16f74d6482e343ff263d4f4503829e9ee91a86b6" - integrity sha512-ilYanEU8vxxBexpJd8cWM4ElSQq4QctCLKih0TSfjIfCQTeyH/6zVrmIJfLPrKTKJRbiG+cfnZbQIjAlJmF1jQ== +"axe-core@^3.2.2 || ^4.0.0", axe-core@~4.11.1: + version "4.11.1" + resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.11.1.tgz#052ff9b2cbf543f5595028b583e4763b40c78ea7" + integrity sha512-BASOg+YwO2C+346x3LZOeoovTIoTrRqEsqMa6fmfAV0P+U9mFr9NsyOEpiYvFjbc64NMrSswhV50WdXzdb/Z5A== axe-sarif-converter@^3.0.0: version "3.0.0"