From a56dc04f6ca82e6d6956f076d2b194694ebab6d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 09:38:41 +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.1 to 4.11.3. - [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/commits) --- updated-dependencies: - dependency-name: "@axe-core/playwright" dependency-version: 4.11.3 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 1e3f9f56..c3a9cf74 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.1", + "@axe-core/playwright": "^4.11.3", "@playwright/test": "^1.59.1", "@types/node": "^20.19.39", "axe-sarif-converter": "^3.0.0", diff --git a/typescript-playwright-sample/yarn.lock b/typescript-playwright-sample/yarn.lock index 070c7968..45d16be6 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.1": - version "4.11.1" - resolved "https://registry.yarnpkg.com/@axe-core/playwright/-/playwright-4.11.1.tgz#d6e2b06ddb1b8ff460ca0f6f0bc96f2f03f6d91b" - integrity sha512-mKEfoUIB1MkVTht0BGZFXtSAEKXMJoDkyV5YZ9jbBmZCcWDz71tegNsdTkIN8zc/yMi5Gm2kx7Z5YQ9PfWNAWw== +"@axe-core/playwright@^4.11.3": + version "4.11.3" + resolved "https://registry.yarnpkg.com/@axe-core/playwright/-/playwright-4.11.3.tgz#cefcb8e25c90598b20c09745982ae9db0d483fff" + integrity sha512-h/kfksv4F0cVIDlKpT4700OehdRgpvuVskuQ2nb7/JmtWUXpe9ftHAPtwyXGvVSsa6SJ64A9ER7Zrzc/sIvC4w== dependencies: - axe-core "~4.11.1" + axe-core "~4.11.4" "@playwright/test@^1.59.1": version "1.59.1" @@ -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.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-core@^3.2.2 || ^4.0.0", axe-core@~4.11.4: + version "4.11.4" + resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.11.4.tgz#5b535e381ff1e61ffdd615e5483d16186d3b46a5" + integrity sha512-KunSNx+TVpkAw/6ULfhnx+HWRecjqZGTOyquAoWHYLRSdK1tB5Ihce1ZW+UY3fj33bYAFWPu7W/GRSmmrCGuxA== axe-sarif-converter@^3.0.0: version "3.0.0"