From c7cc9788a1e887b7b7006324ebb275a941c2e1cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 14:23:01 +0000 Subject: [PATCH] Update dependency @types/jest-axe to v3.5.9 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cca1d518f8..0bb908287e 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 1240be390e..3c0efb9ba2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6379,10 +6379,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"