|
141 | 141 | lru-cache "^5.1.1"
|
142 | 142 | semver "^6.3.0"
|
143 | 143 |
|
144 |
| -"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.21.0", "@babel/helper-create-class-features-plugin@^7.22.0": |
| 144 | +"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.21.0", "@babel/helper-create-class-features-plugin@^7.22.0", "@babel/helper-create-class-features-plugin@^7.22.1": |
145 | 145 | version "7.22.1"
|
146 | 146 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.1.tgz#ae3de70586cc757082ae3eba57240d42f468c41b"
|
147 | 147 | integrity sha512-SowrZ9BWzYFgzUMwUmowbPSGu6CXL5MSuuCkG3bejahSpSymioPmuLdhPxNOc9MjuNGjy7M/HaXvJ8G82Lywlw==
|
|
247 | 247 | "@babel/helper-wrap-function" "^7.18.9"
|
248 | 248 | "@babel/types" "^7.18.9"
|
249 | 249 |
|
250 |
| -"@babel/helper-replace-supers@^7.18.6", "@babel/helper-replace-supers@^7.20.7", "@babel/helper-replace-supers@^7.21.5", "@babel/helper-replace-supers@^7.22.1": |
| 250 | +"@babel/helper-replace-supers@^7.18.6", "@babel/helper-replace-supers@^7.20.7", "@babel/helper-replace-supers@^7.22.1": |
251 | 251 | version "7.22.1"
|
252 | 252 | resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.22.1.tgz#38cf6e56f7dc614af63a21b45565dd623f0fdc95"
|
253 | 253 | integrity sha512-ut4qrkE4AuSfrwHSps51ekR1ZY/ygrP1tp0WFm8oVq6nzc/hvfV/22JylndIbsf2U2M9LOMwiSddr6y+78j+OQ==
|
|
352 | 352 | "@babel/helper-create-class-features-plugin" "^7.18.6"
|
353 | 353 | "@babel/helper-plugin-utils" "^7.18.6"
|
354 | 354 |
|
355 |
| - |
356 |
| - version "7.22.0" |
357 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.22.0.tgz#de0b001bd6b896e7c439c56483c2c8f62ca5a68b" |
358 |
| - integrity sha512-LPmF3WrlMtI1xeccz9+ea0obboOxABDCd694sks+zysz5mYe8/4x35nu0xNyjDHdWH3dAjGhPZeUNOabg2824g== |
| 355 | + |
| 356 | + version "7.22.3" |
| 357 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.22.3.tgz#3502c0f8cfe0cdb79b62102c9c9b111309d942b7" |
| 358 | + integrity sha512-XjTKH3sHr6pPqG+hR1NCdVupwiosfdKM2oSMyKQVQ5Bym9l/p7BuLAqT5U32zZzRCfPq/TPRPzMiiTE9bOXU4w== |
359 | 359 | dependencies:
|
360 |
| - "@babel/helper-create-class-features-plugin" "^7.22.0" |
| 360 | + "@babel/helper-create-class-features-plugin" "^7.22.1" |
361 | 361 | "@babel/helper-plugin-utils" "^7.21.5"
|
362 |
| - "@babel/helper-replace-supers" "^7.21.5" |
| 362 | + "@babel/helper-replace-supers" "^7.22.1" |
363 | 363 | "@babel/helper-split-export-declaration" "^7.18.6"
|
364 |
| - "@babel/plugin-syntax-decorators" "^7.22.0" |
| 364 | + "@babel/plugin-syntax-decorators" "^7.22.3" |
365 | 365 |
|
366 | 366 | "@babel/plugin-proposal-object-rest-spread@^7.0.0":
|
367 | 367 | version "7.20.7"
|
|
420 | 420 | dependencies:
|
421 | 421 | "@babel/helper-plugin-utils" "^7.14.5"
|
422 | 422 |
|
423 |
| -"@babel/plugin-syntax-decorators@^7.22.0": |
424 |
| - version "7.22.0" |
425 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.22.0.tgz#804f2766e0f0f13f85ca6b1cef5f86297dcd4092" |
426 |
| - integrity sha512-INacrp45TWS9xd+Rg2DRcihgYYRuhWNyBIILH3uxyF09rd/zdgO0Qlftl7+IHxEjHHQIzYgQE5FdyVPA1B681Q== |
| 423 | +"@babel/plugin-syntax-decorators@^7.22.3": |
| 424 | + version "7.22.3" |
| 425 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.22.3.tgz#760f2d812d56c1d05970d01cdcd3c05e3d87d6ca" |
| 426 | + integrity sha512-R16Zuge73+8/nLcDjkIpyhi5wIbN7i7fiuLJR8yQX7vPAa/ltUKtd3iLbb4AgP5nrLi91HnNUNosELIGUGH1bg== |
427 | 427 | dependencies:
|
428 | 428 | "@babel/helper-plugin-utils" "^7.21.5"
|
429 | 429 |
|
|
2641 | 2641 | dependencies:
|
2642 | 2642 | tslib "^2.4.0"
|
2643 | 2643 |
|
2644 |
| - |
2645 |
| - version "4.29.7" |
2646 |
| - resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.29.7.tgz#9fe4587e23cb9566b937c518ffa44226041d388d" |
2647 |
| - integrity sha512-GXG4b5hV2Loir+h2G+RXhJdoZhJLnrBWsuLB2r0qBRyhWuXq9w/dWxzvpP89H0UARlH6Mr9DiVj4SMtpkF/aUA== |
| 2644 | + |
| 2645 | + version "4.29.11" |
| 2646 | + resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.29.11.tgz#fa338f7d6897c6be5de6d8dabd603d9b78ee48c7" |
| 2647 | + integrity sha512-8C+hF6SFAb/TlFZyS9FItgNwrw4PMa7YeX+KQYe2ZAiEz6uzg6yIr+QBzPkUwZ/L0bXvGd1sufTm3wotoz+GwQ== |
2648 | 2648 |
|
2649 |
| - |
2650 |
| - version "4.29.7" |
2651 |
| - resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.29.7.tgz#772996905a81ca64172582891c5a82e88dbafccd" |
2652 |
| - integrity sha512-ijBWEzAIo09fB1yd22slRZzprrZ5zMdWYzBnCg5qiXuFbH78uGN1qtGz8+Ed4MuhaPaYSD+hykn+QEKtQviEtg== |
| 2649 | + |
| 2650 | + version "4.29.11" |
| 2651 | + resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.29.11.tgz#053bd6e9d63ce07a523976263ae78a5e130eb2ad" |
| 2652 | + integrity sha512-aLaOAhBnCr12YKPjDsZOc0fAtkyaW7f9KfVfw49oYpfe0H9EPXBUgDBIKJ8qdHF3uGzTVSMcmpiw1Za41BLZlw== |
2653 | 2653 | dependencies:
|
2654 |
| - "@tanstack/query-core" "4.29.7" |
| 2654 | + "@tanstack/query-core" "4.29.11" |
2655 | 2655 | use-sync-external-store "^1.2.0"
|
2656 | 2656 |
|
2657 | 2657 | "@tsconfig/node10@^1.0.7":
|
|
0 commit comments