Bump axe-core from 4.10.0 to 4.10.1

Bumps [axe-core](https://github.com/dequelabs/axe-core) from 4.10.0 to 4.10.1.
- [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.10.0...v4.10.1)

---
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-19 07:12:03 +00:00 committed by GitHub
parent 22280e9d89
commit 31ae43708a
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", "@vitejs/plugin-react": "^4.3.2",
"@vitest/coverage-v8": "^2.1.2", "@vitest/coverage-v8": "^2.1.2",
"adm-zip": "^0.5.16", "adm-zip": "^0.5.16",
"axe-core": "^4.10.0", "axe-core": "^4.10.1",
"chalk": "^5.3.0", "chalk": "^5.3.0",
"eslint": "^9.12.0", "eslint": "^9.12.0",
"eslint-plugin-jsx-a11y": "^6.10.0", "eslint-plugin-jsx-a11y": "^6.10.0",
@ -4641,9 +4641,9 @@
} }
}, },
"node_modules/axe-core": { "node_modules/axe-core": {
"version": "4.10.0", "version": "4.10.1",
"resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.10.0.tgz", "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.10.1.tgz",
"integrity": "sha512-Mr2ZakwQ7XUAjp7pAwQWRhhK8mQQ6JAaNWSjmjxil0R8BPioMtQsTLOolGYkji1rcL++3dCqZA3zWqpT+9Ew6g==", "integrity": "sha512-qPC9o+kD8Tir0lzNGLeghbOrWMr3ZJpaRlCIb6Uobt/7N4FiEDvqUMnxzCHRHmg8vOg14kr5gVNyScRmbMaJ9g==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": ">=4" "node": ">=4"
@ -15540,9 +15540,9 @@
} }
}, },
"axe-core": { "axe-core": {
"version": "4.10.0", "version": "4.10.1",
"resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.10.0.tgz", "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.10.1.tgz",
"integrity": "sha512-Mr2ZakwQ7XUAjp7pAwQWRhhK8mQQ6JAaNWSjmjxil0R8BPioMtQsTLOolGYkji1rcL++3dCqZA3zWqpT+9Ew6g==", "integrity": "sha512-qPC9o+kD8Tir0lzNGLeghbOrWMr3ZJpaRlCIb6Uobt/7N4FiEDvqUMnxzCHRHmg8vOg14kr5gVNyScRmbMaJ9g==",
"dev": true "dev": true
}, },
"axobject-query": { "axobject-query": {

View file

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