upgrade axe-core

reincarnation of the changes in https://github.com/NoRedInk/noredink-ui/pull/700
This commit is contained in:
Juan Edi 2021-10-28 16:46:45 -03:00
parent dbc7475633
commit 2a30e1f990
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -669,9 +669,9 @@
"dev": true
},
"axe-core": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/axe-core/-/axe-core-3.3.0.tgz",
"integrity": "sha512-54XaTd2VB7A6iBnXMUG2LnBOI7aRbnrVxC5Tz+rVUwYl9MX/cIJc/Ll32YUoFIE/e9UKWMZoQenQu9dFrQyZCg=="
"version": "3.5.3",
"resolved": "https://registry.npmjs.org/axe-core/-/axe-core-3.5.3.tgz",
"integrity": "sha512-HZpLE7xu05+8AbpqXITGdxp1Xwk8ysAXrg7MiKRY27py3DAyEJpoJQo1727pWF3F+O79V3r+cTWhOzfB49P89w=="
},
"axios": {
"version": "0.19.0",

View File

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