|
1400 | 1400 | dependencies:
|
1401 | 1401 | regenerator-runtime "^0.13.4"
|
1402 | 1402 |
|
1403 |
| -"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.12.5", "@babel/runtime@^7.8.4": |
| 1403 | +"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.8.4": |
1404 | 1404 | version "7.13.10"
|
1405 | 1405 | resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.10.tgz#47d42a57b6095f4468da440388fdbad8bebf0d7d"
|
1406 | 1406 | integrity sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==
|
|
3256 | 3256 | dependencies:
|
3257 | 3257 | highlight.js "^9.15.6"
|
3258 | 3258 |
|
3259 |
| -"@testing-library/dom@^7.22.3": |
3260 |
| - version "7.30.2" |
3261 |
| - resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.30.2.tgz#a63ae7078235ec6248a8a522b04e696ab49896cc" |
3262 |
| - integrity sha512-NJzHILb5De0J0varzT0W00qDTLcbF86etfAyx5ty7iJhpR6eCs+JR99Ls7AMSUG2bWRYIG0u4KTPH6PMcZhlWQ== |
| 3259 | +"@testing-library/dom@^7.28.1": |
| 3260 | + version "7.31.2" |
| 3261 | + resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.31.2.tgz#df361db38f5212b88555068ab8119f5d841a8c4a" |
| 3262 | + integrity sha512-3UqjCpey6HiTZT92vODYLPxTBWlM8ZOOjr3LX5F37/VRipW2M1kX6I/Cm4VXzteZqfGfagg8yXywpcOgQBlNsQ== |
3263 | 3263 | dependencies:
|
3264 | 3264 | "@babel/code-frame" "^7.10.4"
|
3265 | 3265 | "@babel/runtime" "^7.12.5"
|
3266 | 3266 | "@types/aria-query" "^4.2.0"
|
3267 | 3267 | aria-query "^4.2.2"
|
3268 | 3268 | chalk "^4.1.0"
|
3269 |
| - dom-accessibility-api "^0.5.4" |
| 3269 | + dom-accessibility-api "^0.5.6" |
3270 | 3270 | lz-string "^1.4.4"
|
3271 | 3271 | pretty-format "^26.6.2"
|
3272 | 3272 |
|
|
3295 | 3295 | "@types/react-test-renderer" ">=16.9.0"
|
3296 | 3296 | react-error-boundary "^3.1.0"
|
3297 | 3297 |
|
3298 |
| -"@testing-library/react@^10.4.9": |
3299 |
| - version "10.4.9" |
3300 |
| - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.4.9.tgz#9faa29c6a1a217bf8bbb96a28bd29d7a847ca150" |
3301 |
| - integrity sha512-pHZKkqUy0tmiD81afs8xfiuseXfU/N7rAX3iKjeZYje86t9VaB0LrxYVa+OOsvkrveX5jCK3IjajVn2MbePvqA== |
| 3298 | +"@testing-library/react@^11.2.6": |
| 3299 | + version "11.2.7" |
| 3300 | + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-11.2.7.tgz#b29e2e95c6765c815786c0bc1d5aed9cb2bf7818" |
| 3301 | + integrity sha512-tzRNp7pzd5QmbtXNG/mhdcl7Awfu/Iz1RaVHY75zTdOkmHCuzMhRL83gWHSgOAcjS3CCbyfwUHMZgRJb4kAfpA== |
3302 | 3302 | dependencies:
|
3303 |
| - "@babel/runtime" "^7.10.3" |
3304 |
| - "@testing-library/dom" "^7.22.3" |
| 3303 | + "@babel/runtime" "^7.12.5" |
| 3304 | + "@testing-library/dom" "^7.28.1" |
3305 | 3305 |
|
3306 | 3306 | "@testing-library/react@^13.0.0-alpha.6":
|
3307 | 3307 | version "13.0.0-alpha.6"
|
@@ -8940,12 +8940,7 @@ doctrine@^3.0.0:
|
8940 | 8940 | dependencies:
|
8941 | 8941 | esutils "^2.0.2"
|
8942 | 8942 |
|
8943 |
| -dom-accessibility-api@^0.5.4: |
8944 |
| - version "0.5.4" |
8945 |
| - resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.4.tgz#b06d059cdd4a4ad9a79275f9d414a5c126241166" |
8946 |
| - integrity sha512-TvrjBckDy2c6v6RLxPv5QXOnU+SmF9nBII5621Ve5fu6Z/BDrENurBEvlC1f44lKEUVqOpK4w9E5Idc5/EgkLQ== |
8947 |
| - |
8948 |
| -dom-accessibility-api@^0.5.9: |
| 8943 | +dom-accessibility-api@^0.5.6, dom-accessibility-api@^0.5.9: |
8949 | 8944 | version "0.5.13"
|
8950 | 8945 | resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.13.tgz#102ee5f25eacce09bdf1cfa5a298f86da473be4b"
|
8951 | 8946 | integrity sha512-R305kwb5CcMDIpSHUnLyIAp7SrSPBx6F0VfQFB3M75xVMHhXJJIdePYgbPPh1o57vCHNu5QztokWUPsLjWzFqw==
|
|
18502 | 18497 | tiny-invariant "^1.0.2"
|
18503 | 18498 | tiny-warning "^1.0.0"
|
18504 | 18499 |
|
18505 |
| -react@^17.0.0: |
18506 |
| - version "17.0.2" |
18507 |
| - resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037" |
18508 |
| - integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA== |
18509 |
| - dependencies: |
18510 |
| - loose-envify "^1.1.0" |
18511 |
| - object-assign "^4.1.1" |
18512 |
| - |
18513 | 18500 | react@^18.0.0:
|
18514 | 18501 | version "18.0.0"
|
18515 | 18502 | resolved "https://registry.yarnpkg.com/react/-/react-18.0.0.tgz#b468736d1f4a5891f38585ba8e8fb29f91c3cb96"
|
|
0 commit comments