Skip to content

Commit 11154d2

Browse files
committed
Upgrade to latest axe-core for accessibility checks in e2e tests
1 parent 14bafd6 commit 11154d2

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,14 +162,14 @@
162162
"@types/sanitize-html": "^2.6.2",
163163
"@typescript-eslint/eslint-plugin": "5.11.0",
164164
"@typescript-eslint/parser": "5.11.0",
165-
"axe-core": "^4.3.3",
165+
"axe-core": "^4.4.3",
166166
"compression-webpack-plugin": "^9.2.0",
167167
"copy-webpack-plugin": "^6.4.1",
168168
"cross-env": "^7.0.3",
169169
"css-loader": "^6.2.0",
170170
"css-minimizer-webpack-plugin": "^3.4.1",
171171
"cssnano": "^5.0.6",
172-
"cypress": "9",
172+
"cypress": "9.7.0",
173173
"cypress-axe": "^0.14.0",
174174
"debug-loader": "^0.0.1",
175175
"deep-freeze": "0.0.1",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3221,10 +3221,10 @@ aws4@^1.8.0:
32213221
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"
32223222
integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
32233223

3224-
axe-core@^4.3.3:
3225-
version "4.4.1"
3226-
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.4.1.tgz#7dbdc25989298f9ad006645cd396782443757413"
3227-
integrity sha512-gd1kmb21kwNuWr6BQz8fv6GNECPBnUasepcoLbekws23NVBLODdsClRZ+bQ8+9Uomf3Sm3+Vwn0oYG9NvwnJCw==
3224+
axe-core@^4.4.3:
3225+
version "4.4.3"
3226+
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.4.3.tgz#11c74d23d5013c0fa5d183796729bc3482bd2f6f"
3227+
integrity sha512-32+ub6kkdhhWick/UjvEwRchgoetXqTK14INLqbGm5U2TzBkBNF3nQtLYm8ovxSkQWArjEQvftCKryjZaATu3w==
32283228

32293229
axios@0.21.4:
32303230
version "0.21.4"
@@ -4686,7 +4686,7 @@ cypress-axe@^0.14.0:
46864686
resolved "https://registry.yarnpkg.com/cypress-axe/-/cypress-axe-0.14.0.tgz#5f5e70fb36b8cb3ba73a8ba01e9262ff1268d5e2"
46874687
integrity sha512-7Rdjnko0MjggCmndc1wECAkvQBIhuy+DRtjF7bd5YPZRFvubfMNvrxfqD8PWQmxm7MZE0ffS4Xr43V6ZmvLopg==
46884688

4689-
cypress@9:
4689+
cypress@9.7.0:
46904690
version "9.7.0"
46914691
resolved "https://registry.yarnpkg.com/cypress/-/cypress-9.7.0.tgz#bf55b2afd481f7a113ef5604aa8b693564b5e744"
46924692
integrity sha512-+1EE1nuuuwIt/N1KXRR2iWHU+OiIt7H28jJDyyI4tiUftId/DrXYEwoDa5+kH2pki1zxnA0r6HrUGHV5eLbF5Q==

0 commit comments

Comments
 (0)