Merge pull request #764 from NoRedInk/snyk-upgrade-f850bd90f8f1843928fa7b5020f34ee8

[Snyk] Upgrade axe-core from 3.5.3 to 3.5.6
This commit is contained in:
Tessa 2022-01-10 11:53:44 -08:00 committed by GitHub
commit 54dae44028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -803,9 +803,9 @@
"dev": true
},
"axe-core": {
"version": "3.5.3",
"resolved": "https://registry.npmjs.org/axe-core/-/axe-core-3.5.3.tgz",
"integrity": "sha512-HZpLE7xu05+8AbpqXITGdxp1Xwk8ysAXrg7MiKRY27py3DAyEJpoJQo1727pWF3F+O79V3r+cTWhOzfB49P89w=="
"version": "3.5.6",
"resolved": "https://registry.npmjs.org/axe-core/-/axe-core-3.5.6.tgz",
"integrity": "sha512-LEUDjgmdJoA3LqklSTwKYqkjcZ4HKc4ddIYGSAiSkr46NTjzg2L9RNB+lekO9P7Dlpa87+hBtzc2Fzn/+GUWMQ=="
},
"axios": {
"version": "0.19.0",

View File

@ -31,7 +31,7 @@
"request": "^2.88.0"
},
"dependencies": {
"axe-core": "3.5.3",
"axe-core": "3.5.6",
"puppeteer": "3.0.0"
}
}