From 92f410505387791e0b87d3aea266b4a7d8d3c93d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 15:23:27 +0000 Subject: [PATCH] Bump axe-core from 4.9.1 to 4.10.0 in /cypress Bumps [axe-core](https://github.com/dequelabs/axe-core) from 4.9.1 to 4.10.0. - [Release notes](https://github.com/dequelabs/axe-core/releases) - [Changelog](https://github.com/dequelabs/axe-core/blob/develop/CHANGELOG.md) - [Commits](https://github.com/dequelabs/axe-core/compare/v4.9.1...v4.10.0) --- updated-dependencies: - dependency-name: axe-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- cypress/package.json | 2 +- cypress/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cypress/package.json b/cypress/package.json index a448183044..ee4ae1370a 100644 --- a/cypress/package.json +++ b/cypress/package.json @@ -22,7 +22,7 @@ "lint:write": "eslint --fix . && prettier . --write" }, "dependencies": { - "axe-core": "^4.9.1", + "axe-core": "^4.10.0", "cypress-axe": "^1.5.0" } } diff --git a/cypress/yarn.lock b/cypress/yarn.lock index 8163c5783b..9440029fe3 100644 --- a/cypress/yarn.lock +++ b/cypress/yarn.lock @@ -292,10 +292,10 @@ aws4@^1.8.0: resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.12.0.tgz#ce1c9d143389679e253b314241ea9aa5cec980d3" integrity sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg== -axe-core@^4.9.1: - version "4.9.1" - resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.9.1.tgz#fcd0f4496dad09e0c899b44f6c4bb7848da912ae" - integrity sha512-QbUdXJVTpvUTHU7871ppZkdOLBeGUKBQWHkHrvN2V9IQWGMt61zf3B45BtzjxEJzYuj0JBjBZP/hmYS/R9pmAw== +axe-core@^4.10.0: + version "4.10.0" + resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.10.0.tgz#d9e56ab0147278272739a000880196cdfe113b59" + integrity sha512-Mr2ZakwQ7XUAjp7pAwQWRhhK8mQQ6JAaNWSjmjxil0R8BPioMtQsTLOolGYkji1rcL++3dCqZA3zWqpT+9Ew6g== balanced-match@^1.0.0: version "1.0.2"