diff --git a/web/package.json b/web/package.json index a1611d3c45f1e..662fe29adc8c5 100644 --- a/web/package.json +++ b/web/package.json @@ -62,7 +62,7 @@ "file-loader": "5.1.0", "html-webpack-plugin": "5.5.0", "jest": "27.5.1", - "jest-axe": "5.0.1", + "jest-axe": "6.0.0", "jest-matcher-utils": "27.5.1", "jest-svg-transformer": "1.0.0", "jest-transform-stub": "2.0.0", diff --git a/yarn.lock b/yarn.lock index 84d8fd8368654..2266e20c7dc2b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2797,10 +2797,10 @@ aws4@^1.8.0: resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59" integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA== -axe-core@4.2.1: - version "4.2.1" - resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.2.1.tgz#2e50bcf10ee5b819014f6e342e41e45096239e34" - integrity sha512-evY7DN8qSIbsW2H/TWQ1bX3sXN1d4MNb5Vb4n7BzPuCwRHdkZ1H2eNLuSh73EoQqkGKUtju2G2HCcjCfhvZIAA== +axe-core@4.4.1: + version "4.4.1" + resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.4.1.tgz#7dbdc25989298f9ad006645cd396782443757413" + integrity sha512-gd1kmb21kwNuWr6BQz8fv6GNECPBnUasepcoLbekws23NVBLODdsClRZ+bQ8+9Uomf3Sm3+Vwn0oYG9NvwnJCw== axe-core@^3.5.5: version "3.5.6" @@ -6463,12 +6463,12 @@ istanbul-reports@^3.1.3: html-escaper "^2.0.0" istanbul-lib-report "^3.0.0" -jest-axe@5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/jest-axe/-/jest-axe-5.0.1.tgz#26c43643b2e5f2bd4900c1ab36f8283635957a6e" - integrity sha512-MMOWA6gT4pcZGbTLS8ZEqABH08Lnj5bInfLPpn9ADWX2wFF++odbbh8csmSfkwKjHaioVPzlCtIypAtxFDx/rw== +jest-axe@6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/jest-axe/-/jest-axe-6.0.0.tgz#e5ca8e9a0363c8c5f4e00760317bd7d7d29b90b4" + integrity sha512-gAh/2zoWii4Rbhe6IUIo5TTiseGJDCitFnDFwBNpIuaOciyQgVZue6jtd4W7oMoKHewKoRSuIol7t/MuGx+mqg== dependencies: - axe-core "4.2.1" + axe-core "4.4.1" chalk "4.1.0" jest-matcher-utils "27.0.2" lodash.merge "4.6.2"