Skip to content

Commit 8731170

Browse files
fix(deps): update all patch dependencies (#477)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2006675 commit 8731170

File tree

4 files changed

+110
-97
lines changed

4 files changed

+110
-97
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build CGO_ENABLED=0 GOOS=${TARGETO
5252
-X ${PACKAGE}/internal/version.BuildTimestamp=${BUILD_TIMESTAMP}" \
5353
-o bin/burrito main.go
5454

55-
FROM docker.io/library/alpine:3.21.0@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45
55+
FROM docker.io/library/alpine:3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
5656

5757
WORKDIR /home/burrito
5858

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
google.golang.org/api v0.197.0
2222
k8s.io/apimachinery v0.31.4
2323
k8s.io/client-go v0.31.4
24-
sigs.k8s.io/controller-runtime v0.19.3
24+
sigs.k8s.io/controller-runtime v0.19.4
2525
)
2626

2727
require (
@@ -50,7 +50,7 @@ require (
5050
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
5151
github.com/aws/aws-sdk-go-v2 v1.32.7 // indirect
5252
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 // indirect
53-
github.com/aws/aws-sdk-go-v2/credentials v1.17.48 // indirect
53+
github.com/aws/aws-sdk-go-v2/credentials v1.17.49 // indirect
5454
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.22 // indirect
5555
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 // indirect
5656
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 // indirect
@@ -62,7 +62,7 @@ require (
6262
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.7 // indirect
6363
github.com/aws/aws-sdk-go-v2/service/sso v1.24.8 // indirect
6464
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.7 // indirect
65-
github.com/aws/aws-sdk-go-v2/service/sts v1.33.3 // indirect
65+
github.com/aws/aws-sdk-go-v2/service/sts v1.33.4 // indirect
6666
github.com/aws/smithy-go v1.22.1 // indirect
6767
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
6868
github.com/cloudflare/circl v1.5.0 // indirect
@@ -140,7 +140,7 @@ require (
140140
)
141141

142142
require (
143-
github.com/aws/aws-sdk-go-v2/config v1.28.7
143+
github.com/aws/aws-sdk-go-v2/config v1.28.8
144144
github.com/aws/aws-sdk-go-v2/service/s3 v1.71.1
145145
github.com/beorn7/perks v1.0.1 // indirect
146146
github.com/bombsimon/logrusr/v4 v4.1.0

go.sum

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,12 @@ github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 h1:lL7IfaFzngfx0ZwU
8585
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7/go.mod h1:QraP0UcVlQJsmHfioCrveWOC1nbiWUl3ej08h4mXWoc=
8686
github.com/aws/aws-sdk-go-v2/config v1.28.7 h1:GduUnoTXlhkgnxTD93g1nv4tVPILbdNQOzav+Wpg7AE=
8787
github.com/aws/aws-sdk-go-v2/config v1.28.7/go.mod h1:vZGX6GVkIE8uECSUHB6MWAUsd4ZcG2Yq/dMa4refR3M=
88+
github.com/aws/aws-sdk-go-v2/config v1.28.8 h1:4nUeC9TsZoHm9GHlQ5tnoIklNZgISXXVGPKP5/CS0fk=
89+
github.com/aws/aws-sdk-go-v2/config v1.28.8/go.mod h1:2C+fhFxnx1ymomFjj5NBUc/vbjyIUR7mZ/iNRhhb7BU=
8890
github.com/aws/aws-sdk-go-v2/credentials v1.17.48 h1:IYdLD1qTJ0zanRavulofmqut4afs45mOWEI+MzZtTfQ=
8991
github.com/aws/aws-sdk-go-v2/credentials v1.17.48/go.mod h1:tOscxHN3CGmuX9idQ3+qbkzrjVIx32lqDSU1/0d/qXs=
92+
github.com/aws/aws-sdk-go-v2/credentials v1.17.49 h1:+7u6eC8K6LLGQwWMYKHSsHAPQl+CGACQmnzd/EPMW0k=
93+
github.com/aws/aws-sdk-go-v2/credentials v1.17.49/go.mod h1:0SgZcTAEIlKoYw9g+kuYUwbtUUVjfxnR03YkCOhMbQ0=
9094
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.22 h1:kqOrpojG71DxJm/KDPO+Z/y1phm1JlC8/iT+5XRmAn8=
9195
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.22/go.mod h1:NtSFajXVVL8TA2QNngagVZmUtXciyrHOt7xgz4faS/M=
9296
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 h1:I/5wmGMffY4happ8NOCuIUEWGUvvFp5NSeQcXl9RHcI=
@@ -113,6 +117,8 @@ github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.7 h1:F2rBfNAL5UyswqoeWv9zs74N
113117
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.7/go.mod h1:JfyQ0g2JG8+Krq0EuZNnRwX0mU0HrwY/tG6JNfcqh4k=
114118
github.com/aws/aws-sdk-go-v2/service/sts v1.33.3 h1:Xgv/hyNgvLda/M9l9qxXc4UFSgppnRczLxlMs5Ae/QY=
115119
github.com/aws/aws-sdk-go-v2/service/sts v1.33.3/go.mod h1:5Gn+d+VaaRgsjewpMvGazt0WfcFO+Md4wLOuBfGR9Bc=
120+
github.com/aws/aws-sdk-go-v2/service/sts v1.33.4 h1:EzofOvWNMtG9ELt9mPOJjLYh1hz6kN4f5hNCyTtS7Hg=
121+
github.com/aws/aws-sdk-go-v2/service/sts v1.33.4/go.mod h1:5Gn+d+VaaRgsjewpMvGazt0WfcFO+Md4wLOuBfGR9Bc=
116122
github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro=
117123
github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg=
118124
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
@@ -726,6 +732,8 @@ sigs.k8s.io/controller-runtime v0.18.6 h1:UnEoLBLDpQwzJ2jYh6aTdiMhGjNDR7IdFn9YEq
726732
sigs.k8s.io/controller-runtime v0.18.6/go.mod h1:Dcsa9v8AEBWa3sQNJHsuWPT4ICv99irl5wj83NiC12U=
727733
sigs.k8s.io/controller-runtime v0.19.3 h1:XO2GvC9OPftRst6xWCpTgBZO04S2cbp0Qqkj8bX1sPw=
728734
sigs.k8s.io/controller-runtime v0.19.3/go.mod h1:j4j87DqtsThvwTv5/Tc5NFRyyF/RF0ip4+62tbTSIUM=
735+
sigs.k8s.io/controller-runtime v0.19.4 h1:SUmheabttt0nx8uJtoII4oIP27BVVvAKFvdvGFwV/Qo=
736+
sigs.k8s.io/controller-runtime v0.19.4/go.mod h1:iRmWllt8IlaLjvTTDLhRBXIEtkCK6hwVBJJsYS9Ajf4=
729737
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo=
730738
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0=
731739
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 h1:150L+0vs/8DA78h1u02ooW1/fFq/Lwr+sGiqlzvrtq4=

ui/yarn.lock

Lines changed: 97 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -195,19 +195,19 @@
195195
levn "^0.4.1"
196196

197197
"@floating-ui/core@^1.6.0":
198-
version "1.6.8"
199-
resolved "https://registry.yarnpkg.com/@floating-ui/core/-/core-1.6.8.tgz#aa43561be075815879305965020f492cdb43da12"
200-
integrity sha512-7XJ9cPU+yI2QeLS+FCSlqNFZJq8arvswefkZrYI1yQBbftw6FyrZOxYSh+9S7z7TpeWlRt9zJ5IhM1WIL334jA==
198+
version "1.6.9"
199+
resolved "https://registry.yarnpkg.com/@floating-ui/core/-/core-1.6.9.tgz#64d1da251433019dafa091de9b2886ff35ec14e6"
200+
integrity sha512-uMXCuQ3BItDUbAMhIXw7UPXRfAlOAvZzdK9BWpE60MCn+Svt3aLn9jsPTi/WNGlRUu2uI0v5S7JiIUsbsvh3fw==
201201
dependencies:
202-
"@floating-ui/utils" "^0.2.8"
202+
"@floating-ui/utils" "^0.2.9"
203203

204204
"@floating-ui/dom@^1.0.0":
205-
version "1.6.12"
206-
resolved "https://registry.yarnpkg.com/@floating-ui/dom/-/dom-1.6.12.tgz#6333dcb5a8ead3b2bf82f33d6bc410e95f54e556"
207-
integrity sha512-NP83c0HjokcGVEMeoStg317VD9W7eDlGK7457dMBANbKA6GJZdc7rjujdgqzTaz93jkGgc5P/jeWbaCHnMNc+w==
205+
version "1.6.13"
206+
resolved "https://registry.yarnpkg.com/@floating-ui/dom/-/dom-1.6.13.tgz#a8a938532aea27a95121ec16e667a7cbe8c59e34"
207+
integrity sha512-umqzocjDgNRGTuO7Q8CU32dkHkECqI8ZdMZ5Swb6QAM0t5rnlrN3lGo1hdpscRd3WS8T6DKYK4ephgIH9iRh3w==
208208
dependencies:
209209
"@floating-ui/core" "^1.6.0"
210-
"@floating-ui/utils" "^0.2.8"
210+
"@floating-ui/utils" "^0.2.9"
211211

212212
"@floating-ui/dom@^1.6.1":
213213
version "1.6.8"
@@ -225,19 +225,24 @@
225225
"@floating-ui/dom" "^1.0.0"
226226

227227
"@floating-ui/react@^0.27.0":
228-
version "0.27.2"
229-
resolved "https://registry.yarnpkg.com/@floating-ui/react/-/react-0.27.2.tgz#901a04e93061c427d45b69a29c99f641a8b3a7bc"
230-
integrity sha512-k/yP6a9K9QwhLfIu87iUZxCH6XN5z5j/VUHHq0dEnbZYY2Y9jz68E/LXFtK8dkiaYltS2WYohnyKC0VcwVneVg==
228+
version "0.27.3"
229+
resolved "https://registry.yarnpkg.com/@floating-ui/react/-/react-0.27.3.tgz#f9a30583eddd5770f3a6e1f3479a258f3df0c8c8"
230+
integrity sha512-CLHnes3ixIFFKVQDdICjel8muhFLOBdQH7fgtHNPY8UbCNqbeKZ262G7K66lGQOUQWWnYocf7ZbUsLJgGfsLHg==
231231
dependencies:
232232
"@floating-ui/react-dom" "^2.1.2"
233-
"@floating-ui/utils" "^0.2.8"
233+
"@floating-ui/utils" "^0.2.9"
234234
tabbable "^6.0.0"
235235

236-
"@floating-ui/utils@^0.2.5", "@floating-ui/utils@^0.2.8":
236+
"@floating-ui/utils@^0.2.5":
237237
version "0.2.8"
238238
resolved "https://registry.yarnpkg.com/@floating-ui/utils/-/utils-0.2.8.tgz#21a907684723bbbaa5f0974cf7730bd797eb8e62"
239239
integrity sha512-kym7SodPp8/wloecOpcmSnWJsK7M0E5Wg8UcFA+uO4B9s5d0ywXOEro/8HM9x0rW+TljRzul/14UYz3TleT3ig==
240240

241+
"@floating-ui/utils@^0.2.9":
242+
version "0.2.9"
243+
resolved "https://registry.yarnpkg.com/@floating-ui/utils/-/utils-0.2.9.tgz#50dea3616bc8191fb8e112283b49eaff03e78429"
244+
integrity sha512-MDWhGtE+eHw5JW7lq4qhc5yRLS11ERl1c7Z6Xd0a58DozHES6EnNNwUWbMiG4J9Cgj053Bhk8zvlhFYKVhULwg==
245+
241246
"@humanfs/core@^0.19.1":
242247
version "0.19.1"
243248
resolved "https://registry.yarnpkg.com/@humanfs/core/-/core-0.19.1.tgz#17c55ca7d426733fe3c561906b8173c336b40a77"
@@ -517,17 +522,17 @@
517522
dependencies:
518523
"@swc/counter" "^0.1.3"
519524

520-
"@tanstack/[email protected].15":
521-
version "5.62.15"
522-
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.62.15.tgz#ded0267ac31bd23f3c45ffc008dba85a25621e91"
523-
integrity sha512-wT20X14CxcWY8YLJ/1pnsXn/y1Q2uRJZYWW93PWRtZt+3/JlGZyiyTcO4pGnqycnP7CokCROAyatsraosqZsDA==
525+
"@tanstack/[email protected].16":
526+
version "5.62.16"
527+
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.62.16.tgz#f7efc92b1562a054748bc00c7f8d9d833407503b"
528+
integrity sha512-9Sgft7Qavcd+sN0V25xVyo0nfmcZXBuODy3FVG7BMWTg1HMLm8wwG5tNlLlmSic1u7l1v786oavn+STiFaPH2g==
524529

525530
"@tanstack/react-query@^5.8.3":
526-
version "5.62.15"
527-
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.62.15.tgz#ecfe7187913e36c36630afedf4f8eff37247c400"
528-
integrity sha512-Ny3xxsOWmEQCFyHiV3CF7t6+QAV+LpBEREiXyllKR4+tStyd8smOAa98ZHmEx0ZNy36M31K8enifB5wTSYAKJw==
531+
version "5.63.0"
532+
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.63.0.tgz#18e00e24a485f707cfd41f4b30679f70e6ca6016"
533+
integrity sha512-QWizLzSiog8xqIRYmuJRok9VELlXVBAwtINgVCgW1SNvamQwWDO5R0XFSkjoBEj53x9Of1KAthLRBUC5xmtVLQ==
529534
dependencies:
530-
"@tanstack/query-core" "5.62.15"
535+
"@tanstack/query-core" "5.62.16"
531536

532537
"@tanstack/react-table@^8.10.7":
533538
version "8.20.6"
@@ -569,85 +574,85 @@
569574
"@types/prop-types" "*"
570575
csstype "^3.0.2"
571576

572-
"@typescript-eslint/[email protected].0", "@typescript-eslint/eslint-plugin@^8.0.0":
573-
version "8.19.0"
574-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.19.0.tgz#2b1e1b791e21d5fc27ddc93884db066444f597b5"
575-
integrity sha512-NggSaEZCdSrFddbctrVjkVZvFC6KGfKfNK0CU7mNK/iKHGKbzT4Wmgm08dKpcZECBu9f5FypndoMyRHkdqfT1Q==
577+
"@typescript-eslint/[email protected].1", "@typescript-eslint/eslint-plugin@^8.0.0":
578+
version "8.19.1"
579+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.19.1.tgz#5f26c0a833b27bcb1aa402b82e76d3b8dda0b247"
580+
integrity sha512-tJzcVyvvb9h/PB96g30MpxACd9IrunT7GF9wfA9/0TJ1LxGOJx1TdPzSbBBnNED7K9Ka8ybJsnEpiXPktolTLg==
576581
dependencies:
577582
"@eslint-community/regexpp" "^4.10.0"
578-
"@typescript-eslint/scope-manager" "8.19.0"
579-
"@typescript-eslint/type-utils" "8.19.0"
580-
"@typescript-eslint/utils" "8.19.0"
581-
"@typescript-eslint/visitor-keys" "8.19.0"
583+
"@typescript-eslint/scope-manager" "8.19.1"
584+
"@typescript-eslint/type-utils" "8.19.1"
585+
"@typescript-eslint/utils" "8.19.1"
586+
"@typescript-eslint/visitor-keys" "8.19.1"
582587
graphemer "^1.4.0"
583588
ignore "^5.3.1"
584589
natural-compare "^1.4.0"
585-
ts-api-utils "^1.3.0"
590+
ts-api-utils "^2.0.0"
586591

587-
"@typescript-eslint/[email protected].0", "@typescript-eslint/parser@^8.0.0":
588-
version "8.19.0"
589-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.19.0.tgz#f1512e6e5c491b03aabb2718b95becde22b15292"
590-
integrity sha512-6M8taKyOETY1TKHp0x8ndycipTVgmp4xtg5QpEZzXxDhNvvHOJi5rLRkLr8SK3jTgD5l4fTlvBiRdfsuWydxBw==
592+
"@typescript-eslint/[email protected].1", "@typescript-eslint/parser@^8.0.0":
593+
version "8.19.1"
594+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.19.1.tgz#b836fcfe7a704c8c65f5a50e5b0ff8acfca5c21b"
595+
integrity sha512-67gbfv8rAwawjYx3fYArwldTQKoYfezNUT4D5ioWetr/xCrxXxvleo3uuiFuKfejipvq+og7mjz3b0G2bVyUCw==
591596
dependencies:
592-
"@typescript-eslint/scope-manager" "8.19.0"
593-
"@typescript-eslint/types" "8.19.0"
594-
"@typescript-eslint/typescript-estree" "8.19.0"
595-
"@typescript-eslint/visitor-keys" "8.19.0"
597+
"@typescript-eslint/scope-manager" "8.19.1"
598+
"@typescript-eslint/types" "8.19.1"
599+
"@typescript-eslint/typescript-estree" "8.19.1"
600+
"@typescript-eslint/visitor-keys" "8.19.1"
596601
debug "^4.3.4"
597602

598-
"@typescript-eslint/[email protected].0":
599-
version "8.19.0"
600-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.19.0.tgz#28fa413a334f70e8b506a968531e0a7c9c3076dc"
601-
integrity sha512-hkoJiKQS3GQ13TSMEiuNmSCvhz7ujyqD1x3ShbaETATHrck+9RaDdUbt+osXaUuns9OFwrDTTrjtwsU8gJyyRA==
603+
"@typescript-eslint/[email protected].1":
604+
version "8.19.1"
605+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.19.1.tgz#794cfc8add4f373b9cd6fa32e367e7565a0e231b"
606+
integrity sha512-60L9KIuN/xgmsINzonOcMDSB8p82h95hoBfSBtXuO4jlR1R9L1xSkmVZKgCPVfavDlXihh4ARNjXhh1gGnLC7Q==
602607
dependencies:
603-
"@typescript-eslint/types" "8.19.0"
604-
"@typescript-eslint/visitor-keys" "8.19.0"
608+
"@typescript-eslint/types" "8.19.1"
609+
"@typescript-eslint/visitor-keys" "8.19.1"
605610

606-
"@typescript-eslint/[email protected].0":
607-
version "8.19.0"
608-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.19.0.tgz#41abd7d2e4cf93b6854b1fe6cbf416fab5abf89f"
609-
integrity sha512-TZs0I0OSbd5Aza4qAMpp1cdCYVnER94IziudE3JU328YUHgWu9gwiwhag+fuLeJ2LkWLXI+F/182TbG+JaBdTg==
611+
"@typescript-eslint/[email protected].1":
612+
version "8.19.1"
613+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.19.1.tgz#23710ab52643c19f74601b3f4a076c98f4e159aa"
614+
integrity sha512-Rp7k9lhDKBMRJB/nM9Ksp1zs4796wVNyihG9/TU9R6KCJDNkQbc2EOKjrBtLYh3396ZdpXLtr/MkaSEmNMtykw==
610615
dependencies:
611-
"@typescript-eslint/typescript-estree" "8.19.0"
612-
"@typescript-eslint/utils" "8.19.0"
616+
"@typescript-eslint/typescript-estree" "8.19.1"
617+
"@typescript-eslint/utils" "8.19.1"
613618
debug "^4.3.4"
614-
ts-api-utils "^1.3.0"
619+
ts-api-utils "^2.0.0"
615620

616-
"@typescript-eslint/[email protected].0":
617-
version "8.19.0"
618-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.19.0.tgz#a190a25c5484a42b81eaad06989579fdeb478cbb"
619-
integrity sha512-8XQ4Ss7G9WX8oaYvD4OOLCjIQYgRQxO+qCiR2V2s2GxI9AUpo7riNwo6jDhKtTcaJjT8PY54j2Yb33kWtSJsmA==
621+
"@typescript-eslint/[email protected].1":
622+
version "8.19.1"
623+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.19.1.tgz#015a991281754ed986f2e549263a1188d6ed0a8c"
624+
integrity sha512-JBVHMLj7B1K1v1051ZaMMgLW4Q/jre5qGK0Ew6UgXz1Rqh+/xPzV1aW581OM00X6iOfyr1be+QyW8LOUf19BbA==
620625

621-
"@typescript-eslint/[email protected].0":
622-
version "8.19.0"
623-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.19.0.tgz#6b4f48f98ffad6597379951b115710f4d68c9ccb"
624-
integrity sha512-WW9PpDaLIFW9LCbucMSdYUuGeFUz1OkWYS/5fwZwTA+l2RwlWFdJvReQqMUMBw4yJWJOfqd7An9uwut2Oj8sLw==
626+
"@typescript-eslint/[email protected].1":
627+
version "8.19.1"
628+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.19.1.tgz#c1094bb00bc251ac76cf215569ca27236435036b"
629+
integrity sha512-jk/TZwSMJlxlNnqhy0Eod1PNEvCkpY6MXOXE/WLlblZ6ibb32i2We4uByoKPv1d0OD2xebDv4hbs3fm11SMw8Q==
625630
dependencies:
626-
"@typescript-eslint/types" "8.19.0"
627-
"@typescript-eslint/visitor-keys" "8.19.0"
631+
"@typescript-eslint/types" "8.19.1"
632+
"@typescript-eslint/visitor-keys" "8.19.1"
628633
debug "^4.3.4"
629634
fast-glob "^3.3.2"
630635
is-glob "^4.0.3"
631636
minimatch "^9.0.4"
632637
semver "^7.6.0"
633-
ts-api-utils "^1.3.0"
638+
ts-api-utils "^2.0.0"
634639

635-
"@typescript-eslint/[email protected].0":
636-
version "8.19.0"
637-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.19.0.tgz#33824310e1fccc17f27fbd1030fd8bbd9a674684"
638-
integrity sha512-PTBG+0oEMPH9jCZlfg07LCB2nYI0I317yyvXGfxnvGvw4SHIOuRnQ3kadyyXY6tGdChusIHIbM5zfIbp4M6tCg==
640+
"@typescript-eslint/[email protected].1":
641+
version "8.19.1"
642+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.19.1.tgz#dd8eabd46b92bf61e573286e1c0ba6bd243a185b"
643+
integrity sha512-IxG5gLO0Ne+KaUc8iW1A+XuKLd63o4wlbI1Zp692n1xojCl/THvgIKXJXBZixTh5dd5+yTJ/VXH7GJaaw21qXA==
639644
dependencies:
640645
"@eslint-community/eslint-utils" "^4.4.0"
641-
"@typescript-eslint/scope-manager" "8.19.0"
642-
"@typescript-eslint/types" "8.19.0"
643-
"@typescript-eslint/typescript-estree" "8.19.0"
646+
"@typescript-eslint/scope-manager" "8.19.1"
647+
"@typescript-eslint/types" "8.19.1"
648+
"@typescript-eslint/typescript-estree" "8.19.1"
644649

645-
"@typescript-eslint/[email protected].0":
646-
version "8.19.0"
647-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.19.0.tgz#dc313f735e64c4979c9073f51ffcefb6d9be5c77"
648-
integrity sha512-mCFtBbFBJDCNCWUl5y6sZSCHXw1DEFEk3c/M3nRK2a4XUB8StGFtmcEMizdjKuBzB6e/smJAAWYug3VrdLMr1w==
650+
"@typescript-eslint/[email protected].1":
651+
version "8.19.1"
652+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.19.1.tgz#fce54d7cfa5351a92387d6c0c5be598caee072e0"
653+
integrity sha512-fzmjU8CHK853V/avYZAvuVut3ZTfwN5YtMaoi+X9Y9MA9keaWNHC3zEQ9zvyX/7Hj+5JkNyK1l7TOR2hevHB6Q==
649654
dependencies:
650-
"@typescript-eslint/types" "8.19.0"
655+
"@typescript-eslint/types" "8.19.1"
651656
eslint-visitor-keys "^4.2.0"
652657

653658
"@vitejs/plugin-react-swc@^3.7.0":
@@ -1411,15 +1416,15 @@ fast-diff@^1.1.2:
14111416
integrity sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==
14121417

14131418
fast-glob@^3.3.2:
1414-
version "3.3.2"
1415-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
1416-
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
1419+
version "3.3.3"
1420+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
1421+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
14171422
dependencies:
14181423
"@nodelib/fs.stat" "^2.0.2"
14191424
"@nodelib/fs.walk" "^1.2.3"
14201425
glob-parent "^5.1.2"
14211426
merge2 "^1.3.0"
1422-
micromatch "^4.0.4"
1427+
micromatch "^4.0.8"
14231428

14241429
fast-json-stable-stringify@^2.0.0:
14251430
version "2.1.0"
@@ -2007,7 +2012,7 @@ merge2@^1.3.0:
20072012
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
20082013
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
20092014

2010-
micromatch@^4.0.4, micromatch@^4.0.8:
2015+
micromatch@^4.0.8:
20112016
version "4.0.8"
20122017
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
20132018
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
@@ -2840,10 +2845,10 @@ to-regex-range@^5.0.1:
28402845
dependencies:
28412846
is-number "^7.0.0"
28422847

2843-
ts-api-utils@^1.3.0:
2844-
version "1.4.3"
2845-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.4.3.tgz#bfc2215fe6528fecab2b0fba570a2e8a4263b064"
2846-
integrity sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==
2848+
ts-api-utils@^2.0.0:
2849+
version "2.0.0"
2850+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.0.tgz#b9d7d5f7ec9f736f4d0f09758b8607979044a900"
2851+
integrity sha512-xCt/TOAc+EOHS1XPnijD3/yzpH6qg2xppZO1YDqGoVsNXfQfzHpOdNuXwrwOU8u4ITXJyDCTyt8w5g1sZv9ynQ==
28472852

28482853
ts-interface-checker@^0.1.9:
28492854
version "0.1.13"
@@ -2913,18 +2918,18 @@ typed-array-length@^1.0.7:
29132918
reflect.getprototypeof "^1.0.6"
29142919

29152920
typescript-eslint@^8.11.0:
2916-
version "8.19.0"
2917-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.19.0.tgz#e4ff06b19f2f9807a2c26147a0199a109944d9e0"
2918-
integrity sha512-Ni8sUkVWYK4KAcTtPjQ/UTiRk6jcsuDhPpxULapUDi8A/l8TSBk+t1GtJA1RsCzIJg0q6+J7bf35AwQigENWRQ==
2921+
version "8.19.1"
2922+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.19.1.tgz#fdf7d53bc020bf7c48d40744bf3797ee7a70f69e"
2923+
integrity sha512-LKPUQpdEMVOeKluHi8md7rwLcoXHhwvWp3x+sJkMuq3gGm9yaYJtPo8sRZSblMFJ5pcOGCAak/scKf1mvZDlQw==
29192924
dependencies:
2920-
"@typescript-eslint/eslint-plugin" "8.19.0"
2921-
"@typescript-eslint/parser" "8.19.0"
2922-
"@typescript-eslint/utils" "8.19.0"
2925+
"@typescript-eslint/eslint-plugin" "8.19.1"
2926+
"@typescript-eslint/parser" "8.19.1"
2927+
"@typescript-eslint/utils" "8.19.1"
29232928

29242929
typescript@^5.3.3:
2925-
version "5.7.2"
2926-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
2927-
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==
2930+
version "5.7.3"
2931+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
2932+
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==
29282933

29292934
unbox-primitive@^1.1.0:
29302935
version "1.1.0"

0 commit comments

Comments
 (0)