diff --git a/package.json b/package.json index c9e602775a..43f71cabaf 100644 --- a/package.json +++ b/package.json @@ -167,7 +167,7 @@ "@testing-library/user-event": "14.5.2", "@textlint-rule/textlint-rule-no-duplicate-abbr": "1.0.2", "@types/jest": "29.1.2", - "@types/jest-axe": "3.5.8", + "@types/jest-axe": "3.5.9", "@types/loadable__component": "5.13.6", "@types/lozad": "1.16.4", "@types/node": "17.0.31", diff --git a/yarn.lock b/yarn.lock index af03aefdf0..400f374302 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6253,10 +6253,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest-axe@3.5.8": - version "3.5.8" - resolved "https://registry.yarnpkg.com/@types/jest-axe/-/jest-axe-3.5.8.tgz#f8474c8e6296470b7239a144c12659d3aaabb5f7" - integrity sha512-KlwSkM932uxMevwx3YHtZYXkhs2wXgw9GxmsDVcuetPC4D5sUrSP2pCjS8524vwsOfZvFZpY+1USCgZCzlT+cA== +"@types/jest-axe@3.5.9": + version "3.5.9" + resolved "https://registry.yarnpkg.com/@types/jest-axe/-/jest-axe-3.5.9.tgz#97b1317371a48707ca93825d4c990b0d07690d99" + integrity sha512-z98CzR0yVDalCEuhGXXO4/zN4HHuSebAukXDjTLJyjEAgoUf1H1i+sr7SUB/mz8CRS/03/XChsx0dcLjHkndoQ== dependencies: "@types/jest" "*" axe-core "^3.5.5"