3039
3039
" @swc/counter" " ^0.1.3"
3040
3040
tslib "^2.4.0"
3041
3041
3042
- " @tanstack/query-core@5.55.3 " :
3043
- version "5.55.3 "
3044
- resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.55.3 .tgz#fee3c2ffd65cd6cf195820eccab662508ff84ad1 "
3045
- integrity sha512-JpRWbOiTBaddMg/oYNBeBle3m0wFTZnfLc2dtZgjdr3NZaqSGzIkPDFf6gjTWKq5zxWJTZNtsKSihVKQ7wL3VQ ==
3042
+ " @tanstack/query-core@5.62.16 " :
3043
+ version "5.62.16 "
3044
+ resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.62.16 .tgz#f7efc92b1562a054748bc00c7f8d9d833407503b "
3045
+ integrity sha512-9Sgft7Qavcd+sN0V25xVyo0nfmcZXBuODy3FVG7BMWTg1HMLm8wwG5tNlLlmSic1u7l1v786oavn+STiFaPH2g ==
3046
3046
3047
-
3048
- version "5.55.3 "
3049
- resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.55.3 .tgz#8acaba9fd3cdf250bd3c6ee8d4ae00c951da3642 "
3050
- integrity sha512-DzVFYNKMZPaEj+RNmG1lUjmR3CVFf1GoPvE03/0IN+5C8/VYiIMUhi4YgLQPnksrUarIzPPw1N2MPRvuRysLwQ ==
3047
+ " @tanstack/react-query@^ 5.55.3 " :
3048
+ version "5.62.16 "
3049
+ resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.62.16 .tgz#c267d52650a9e0b61017b04faa43c2e0d2e1de5d "
3050
+ integrity sha512-XJIZNj65d2IdvU8VBESmrPakfIm6FSdHDzrS1dPrAwmq3ZX+9riMh/ZfbNQHAWnhrgmq7KoXpgZSRyXnqMYT9A ==
3051
3051
dependencies :
3052
- " @tanstack/query-core" " 5.55.3 "
3052
+ " @tanstack/query-core" " 5.62.16 "
3053
3053
3054
3054
" @trivago/prettier-plugin-sort-imports@^4.0.0 " :
3055
3055
version "4.3.0"
@@ -9557,7 +9557,16 @@ strict-uri-encode@^2.0.0:
9557
9557
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz#b9c7330c7042862f6b142dc274bbcc5866ce3546"
9558
9558
integrity sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ==
9559
9559
9560
- " string-width-cjs@npm:string-width@^4.2.0" , string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
9560
+ " string-width-cjs@npm:string-width@^4.2.0 " :
9561
+ version "4.2.3"
9562
+ resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
9563
+ integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
9564
+ dependencies :
9565
+ emoji-regex "^8.0.0"
9566
+ is-fullwidth-code-point "^3.0.0"
9567
+ strip-ansi "^6.0.1"
9568
+
9569
+ string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3 :
9561
9570
version "4.2.3"
9562
9571
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
9563
9572
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -9636,7 +9645,14 @@ string_decoder@~1.1.1:
9636
9645
dependencies :
9637
9646
safe-buffer "~5.1.0"
9638
9647
9639
- " strip-ansi-cjs@npm:strip-ansi@^6.0.1" , strip-ansi@^6.0.0, strip-ansi@^6.0.1:
9648
+ " strip-ansi-cjs@npm:strip-ansi@^6.0.1 " :
9649
+ version "6.0.1"
9650
+ resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
9651
+ integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
9652
+ dependencies :
9653
+ ansi-regex "^5.0.1"
9654
+
9655
+ strip-ansi@^6.0.0, strip-ansi@^6.0.1 :
9640
9656
version "6.0.1"
9641
9657
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
9642
9658
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -10533,7 +10549,7 @@ workerpool@^6.5.1:
10533
10549
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
10534
10550
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
10535
10551
10536
- " wrap-ansi-cjs@npm:wrap-ansi@^7.0.0" , wrap-ansi@^7.0.0 :
10552
+ " wrap-ansi-cjs@npm:wrap-ansi@^7.0.0 " :
10537
10553
version "7.0.0"
10538
10554
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
10539
10555
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -10551,6 +10567,15 @@ wrap-ansi@^6.2.0:
10551
10567
string-width "^4.1.0"
10552
10568
strip-ansi "^6.0.0"
10553
10569
10570
+ wrap-ansi@^7.0.0 :
10571
+ version "7.0.0"
10572
+ resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
10573
+ integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
10574
+ dependencies :
10575
+ ansi-styles "^4.0.0"
10576
+ string-width "^4.1.0"
10577
+ strip-ansi "^6.0.0"
10578
+
10554
10579
wrap-ansi@^8.1.0 :
10555
10580
version "8.1.0"
10556
10581
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
0 commit comments