Skip to content

Commit

Permalink
Merge pull request #410 from nordeck/dependabot/npm_and_yarn/jest-axe…
Browse files Browse the repository at this point in the history
…-8.0.0

Bump jest-axe from 7.0.1 to 8.0.0
  • Loading branch information
dhenneke authored Aug 1, 2023
2 parents 5637057 + 527bf70 commit d97030d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion example-widget-mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit d97030d

Please sign in to comment.