From 42ce99e0f82b53cce73d2064b0404f138c9c9867 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 19:25:35 +0000 Subject: [PATCH] Bump axe-core from 4.8.3 to 4.8.4 Bumps [axe-core](https://github.com/dequelabs/axe-core) from 4.8.3 to 4.8.4. - [Release notes](https://github.com/dequelabs/axe-core/releases) - [Changelog](https://github.com/dequelabs/axe-core/blob/v4.8.4/CHANGELOG.md) - [Commits](https://github.com/dequelabs/axe-core/compare/v4.8.3...v4.8.4) --- updated-dependencies: - dependency-name: axe-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 621504ac..adbb3d7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@cypress-audit/lighthouse": "^1.4.2", - "axe-core": "^4.8.3", + "axe-core": "^4.8.4", "cypress": "^13.6.0", "cypress-axe": "^1.5.0", "cypress-file-upload": "^5.0.8", @@ -374,9 +374,9 @@ "integrity": "sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==" }, "node_modules/axe-core": { - "version": "4.8.3", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.8.3.tgz", - "integrity": "sha512-d5ZQHPSPkF9Tw+yfyDcRoUOc4g/8UloJJe5J8m4L5+c7AtDdjDLRxew/knnI4CxvtdxEUVgWz4x3OIQUIFiMfw==", + "version": "4.8.4", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.8.4.tgz", + "integrity": "sha512-CZLSKisu/bhJ2awW4kJndluz2HLZYIHh5Uy1+ZwDRkJi69811xgIXXfdU9HSLX0Th+ILrHj8qfL/5wzamsFtQg==", "engines": { "node": ">=4" } diff --git a/package.json b/package.json index 49786da0..7ad34dcd 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@cypress-audit/lighthouse": "^1.4.2", - "axe-core": "^4.8.3", + "axe-core": "^4.8.4", "cypress": "^13.6.0", "cypress-axe": "^1.5.0", "cypress-file-upload": "^5.0.8", diff --git a/yarn.lock b/yarn.lock index aa626c72..2e288fd9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -261,10 +261,10 @@ axe-core@4.7.2: resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.7.2.tgz#040a7342b20765cb18bb50b628394c21bccc17a0" integrity sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g== -axe-core@^4.8.3: - version "4.8.3" - resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.8.3.tgz#205df863dd9917d5979e9435dab4d47692759051" - integrity sha512-d5ZQHPSPkF9Tw+yfyDcRoUOc4g/8UloJJe5J8m4L5+c7AtDdjDLRxew/knnI4CxvtdxEUVgWz4x3OIQUIFiMfw== +axe-core@^4.8.4: + version "4.8.4" + resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.8.4.tgz#90db39a2b316f963f00196434d964e6e23648643" + integrity sha512-CZLSKisu/bhJ2awW4kJndluz2HLZYIHh5Uy1+ZwDRkJi69811xgIXXfdU9HSLX0Th+ILrHj8qfL/5wzamsFtQg== b4a@^1.6.4: version "1.6.4"