Bump axe-core from 4.10.1 to 4.10.2

Bumps [axe-core](https://github.com/dequelabs/axe-core) from 4.10.1 to 4.10.2.
- [Release notes](https://github.com/dequelabs/axe-core/releases)
- [Changelog](https://github.com/dequelabs/axe-core/blob/v4.10.2/CHANGELOG.md)
- [Commits](https://github.com/dequelabs/axe-core/compare/v4.10.1...v4.10.2)

---
updated-dependencies:
- dependency-name: axe-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-10-26 07:13:10 +00:00 committed by GitHub
parent 18d9ed7b0d
commit c434b54969
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -53,7 +53,7 @@
"@vitejs/plugin-react": "^4.3.2",
"@vitest/coverage-v8": "^2.1.3",
"adm-zip": "^0.5.16",
"axe-core": "^4.10.1",
"axe-core": "^4.10.2",
"chalk": "^5.3.0",
"eslint": "^9.13.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
@ -4648,9 +4648,9 @@
}
},
"node_modules/axe-core": {
"version": "4.10.1",
"resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.10.1.tgz",
"integrity": "sha512-qPC9o+kD8Tir0lzNGLeghbOrWMr3ZJpaRlCIb6Uobt/7N4FiEDvqUMnxzCHRHmg8vOg14kr5gVNyScRmbMaJ9g==",
"version": "4.10.2",
"resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.10.2.tgz",
"integrity": "sha512-RE3mdQ7P3FRSe7eqCWoeQ/Z9QXrtniSjp1wUjt5nRC3WIpz5rSCve6o3fsZ2aCpJtrZjSZgjwXAoTO5k4tEI0w==",
"dev": true,
"engines": {
"node": ">=4"
@ -15560,9 +15560,9 @@
}
},
"axe-core": {
"version": "4.10.1",
"resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.10.1.tgz",
"integrity": "sha512-qPC9o+kD8Tir0lzNGLeghbOrWMr3ZJpaRlCIb6Uobt/7N4FiEDvqUMnxzCHRHmg8vOg14kr5gVNyScRmbMaJ9g==",
"version": "4.10.2",
"resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.10.2.tgz",
"integrity": "sha512-RE3mdQ7P3FRSe7eqCWoeQ/Z9QXrtniSjp1wUjt5nRC3WIpz5rSCve6o3fsZ2aCpJtrZjSZgjwXAoTO5k4tEI0w==",
"dev": true
},
"axobject-query": {

View file

@ -70,7 +70,7 @@
"@vitejs/plugin-react": "^4.3.2",
"@vitest/coverage-v8": "^2.1.3",
"adm-zip": "^0.5.16",
"axe-core": "^4.10.1",
"axe-core": "^4.10.2",
"chalk": "^5.3.0",
"eslint": "^9.13.0",
"eslint-plugin-jsx-a11y": "^6.10.0",