diff --git a/example-widget-mui/package.json b/example-widget-mui/package.json index 64ab0a48..598fb5b2 100644 --- a/example-widget-mui/package.json +++ b/example-widget-mui/package.json @@ -64,7 +64,7 @@ "@types/react": "^17.0.45", "@types/react-dom": "^17.0.16", "i18next-parser": "^8.3.0", - "jest-axe": "^7.0.1", + "jest-axe": "^8.0.0", "msw": "^1.2.3", "typescript": "^4.8.4" } diff --git a/packages/mui/package.json b/packages/mui/package.json index ddeca560..56048f32 100644 --- a/packages/mui/package.json +++ b/packages/mui/package.json @@ -19,7 +19,7 @@ "@types/react": "^17.0.45", "copyfiles": "^2.4.1", "i18next-parser": "^8.3.0", - "jest-axe": "^7.0.1", + "jest-axe": "^8.0.0", "react": "^17.0.2", "react-scripts": "5.0.1", "typescript": "^4.8.4" diff --git a/yarn.lock b/yarn.lock index f724f019..2837b407 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3584,10 +3584,10 @@ available-typed-arrays@^1.0.5: resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7" integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw== -axe-core@4.5.1, axe-core@^4.3.5: - version "4.5.1" - resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.5.1.tgz#04d561c11b6d76d096d34e9d14ba2c294fb20cdc" - integrity sha512-1exVbW0X1O/HSr/WMwnaweyqcWOgZgLiVxdLG34pvSQk4NlYQr9OUy0JLwuhFfuVNQzzqgH57eYzkFBCb3bIsQ== +axe-core@4.7.2, axe-core@^4.3.5: + version "4.7.2" + resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.7.2.tgz#040a7342b20765cb18bb50b628394c21bccc17a0" + integrity sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g== axe-core@^3.5.5: version "3.5.6" @@ -7203,12 +7203,12 @@ jake@^10.8.5: filelist "^1.0.1" minimatch "^3.0.4" -jest-axe@^7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/jest-axe/-/jest-axe-7.0.1.tgz#ddc81ac979a39d081872cbd2cd32c111c7365031" - integrity sha512-1JoEla6gL4rcsTxEWm+VBcWMwOhP3f9w4dH7/YW3H41nU08Dds3gUFqxgdAq/pzBNPpauC3QPr/BuO+0W8eamg== +jest-axe@^8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/jest-axe/-/jest-axe-8.0.0.tgz#4d89a1756bda2999a4271e851370981319389155" + integrity sha512-4kNcNn7J0jPO4jANEYZOHeQ/tSBvkXS+MxTbX1CKbXGd0+ZbRGDn/v/8IYWI/MmYX15iLVyYRnRev9X3ksePWA== dependencies: - axe-core "4.5.1" + axe-core "4.7.2" chalk "4.1.2" jest-matcher-utils "29.2.2" lodash.merge "4.6.2"