From 5d33ba77cc498981afb21f9b42914d7ce2299b48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 09:34:04 +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.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e4080097b8..6d2255f5c2 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ } }, "dependencies": { - "axe-core": "^4.8.3", + "axe-core": "^4.8.4", "govuk-frontend": "^4.8.0", "sortablejs": "^1.15.2" }, diff --git a/yarn.lock b/yarn.lock index 2a120174c0..293c956576 100644 --- a/yarn.lock +++ b/yarn.lock @@ -423,10 +423,10 @@ async@^3.2.3: resolved "https://registry.yarnpkg.com/async/-/async-3.2.3.tgz#ac53dafd3f4720ee9e8a160628f18ea91df196c9" integrity sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g== -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== balanced-match@^1.0.0: version "1.0.2"