diff --git a/frontend_challenge_2/challenges/k-taro56/package.json b/frontend_challenge_2/challenges/k-taro56/package.json index ed3604b57..23ae3d450 100644 --- a/frontend_challenge_2/challenges/k-taro56/package.json +++ b/frontend_challenge_2/challenges/k-taro56/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@emotion/styled": "^11.11.0", - "@testing-library/jest-dom": "^6.1.6", + "@testing-library/jest-dom": "^6.2.0", "@testing-library/react": "^14.1.2", "@testing-library/user-event": "^14.5.2", "@types/jest": "^29.5.11", diff --git a/frontend_challenge_2/challenges/k-taro56/pnpm-lock.yaml b/frontend_challenge_2/challenges/k-taro56/pnpm-lock.yaml index 419f87d7c..ce895b214 100644 --- a/frontend_challenge_2/challenges/k-taro56/pnpm-lock.yaml +++ b/frontend_challenge_2/challenges/k-taro56/pnpm-lock.yaml @@ -23,8 +23,8 @@ devDependencies: specifier: ^11.11.0 version: 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.46)(react@18.2.0) '@testing-library/jest-dom': - specifier: ^6.1.6 - version: 6.1.6(@types/jest@29.5.11)(jest@29.7.0) + specifier: ^6.2.0 + version: 6.2.0(@types/jest@29.5.11)(jest@29.7.0) '@testing-library/react': specifier: ^14.1.2 version: 14.1.2(react-dom@18.2.0)(react@18.2.0) @@ -981,8 +981,8 @@ packages: pretty-format: 27.5.1 dev: true - /@testing-library/jest-dom@6.1.6(@types/jest@29.5.11)(jest@29.7.0): - resolution: {integrity: sha512-YwuiOdYEcxhfC2u5iNKlvg2Q5MgbutovP6drq7J1HrCbvR+G58BbtoCoq+L/kNlrNFsu2Kt3jaFAviLVxYHJZg==} + /@testing-library/jest-dom@6.2.0(@types/jest@29.5.11)(jest@29.7.0): + resolution: {integrity: sha512-+BVQlJ9cmEn5RDMUS8c2+TU6giLvzaHZ8sU/x0Jj7fk+6/46wPdwlgOPcpxS17CjcanBi/3VmGMqVr2rmbUmNw==} engines: {node: '>=14', npm: '>=6', yarn: '>=1'} peerDependencies: '@jest/globals': '>= 28' @@ -1005,7 +1005,7 @@ packages: aria-query: 5.3.0 chalk: 3.0.0 css.escape: 1.5.1 - dom-accessibility-api: 0.5.16 + dom-accessibility-api: 0.6.3 jest: 29.7.0(@types/node@20.10.6) lodash: 4.17.21 redent: 3.0.0 @@ -1946,6 +1946,10 @@ packages: resolution: {integrity: sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==} dev: true + /dom-accessibility-api@0.6.3: + resolution: {integrity: sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==} + dev: true + /domexception@4.0.0: resolution: {integrity: sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==} engines: {node: '>=12'}