Merge pull request #1469 from shlinkio/dependabot/npm_and_yarn/axe-core-4.10.3

Bump axe-core from 4.10.2 to 4.10.3
This commit is contained in:
Alejandro Celaya 2025-03-08 10:05:57 +01:00 committed by GitHub
commit 45078bb632
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 8 deletions

15
package-lock.json generated
View File

@ -52,7 +52,7 @@
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^3.0.7",
"adm-zip": "^0.5.16",
"axe-core": "^4.10.2",
"axe-core": "^4.10.3",
"chalk": "^5.4.1",
"eslint": "^9.22.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
@ -4685,10 +4685,11 @@
}
},
"node_modules/axe-core": {
"version": "4.10.2",
"resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.10.2.tgz",
"integrity": "sha512-RE3mdQ7P3FRSe7eqCWoeQ/Z9QXrtniSjp1wUjt5nRC3WIpz5rSCve6o3fsZ2aCpJtrZjSZgjwXAoTO5k4tEI0w==",
"version": "4.10.3",
"resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.10.3.tgz",
"integrity": "sha512-Xm7bpRXnDSX2YE2YFfBk2FnF0ep6tmG7xPh8iHee8MIcrgq762Nkce856dYtJYLkuIoYZvGfTs/PbZhideTcEg==",
"dev": true,
"license": "MPL-2.0",
"engines": {
"node": ">=4"
}
@ -15497,9 +15498,9 @@
}
},
"axe-core": {
"version": "4.10.2",
"resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.10.2.tgz",
"integrity": "sha512-RE3mdQ7P3FRSe7eqCWoeQ/Z9QXrtniSjp1wUjt5nRC3WIpz5rSCve6o3fsZ2aCpJtrZjSZgjwXAoTO5k4tEI0w==",
"version": "4.10.3",
"resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.10.3.tgz",
"integrity": "sha512-Xm7bpRXnDSX2YE2YFfBk2FnF0ep6tmG7xPh8iHee8MIcrgq762Nkce856dYtJYLkuIoYZvGfTs/PbZhideTcEg==",
"dev": true
},
"axobject-query": {

View File

@ -69,7 +69,7 @@
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^3.0.7",
"adm-zip": "^0.5.16",
"axe-core": "^4.10.2",
"axe-core": "^4.10.3",
"chalk": "^5.4.1",
"eslint": "^9.22.0",
"eslint-plugin-jsx-a11y": "^6.10.2",