Skip to content

Commit 4e27d22

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

File tree

3 files changed

+83
-58
lines changed

3 files changed

+83
-58
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.8 // 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.50 // indirect
53+
github.com/aws/aws-sdk-go-v2/credentials v1.17.51 // indirect
5454
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.23 // indirect
5555
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.27 // indirect
5656
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.27 // indirect
@@ -62,7 +62,7 @@ require (
6262
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.8 // indirect
6363
github.com/aws/aws-sdk-go-v2/service/sso v1.24.9 // indirect
6464
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.8 // indirect
65-
github.com/aws/aws-sdk-go-v2/service/sts v1.33.5 // indirect
65+
github.com/aws/aws-sdk-go-v2/service/sts v1.33.6 // 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.9
143+
github.com/aws/aws-sdk-go-v2/config v1.28.10
144144
github.com/aws/aws-sdk-go-v2/service/s3 v1.72.2
145145
github.com/beorn7/perks v1.0.1 // indirect
146146
github.com/bombsimon/logrusr/v4 v4.1.0

go.sum

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,16 @@ github.com/aws/aws-sdk-go-v2/config v1.28.8 h1:4nUeC9TsZoHm9GHlQ5tnoIklNZgISXXVG
9191
github.com/aws/aws-sdk-go-v2/config v1.28.8/go.mod h1:2C+fhFxnx1ymomFjj5NBUc/vbjyIUR7mZ/iNRhhb7BU=
9292
github.com/aws/aws-sdk-go-v2/config v1.28.9 h1:7/P2J1MGkava+2c9Xlk7CTPTpGqFAOaM4874wJsGi4Q=
9393
github.com/aws/aws-sdk-go-v2/config v1.28.9/go.mod h1:ce/HX8tHlIh4VTPaLz/aQIvA5+/rUghFy+nGMrXHQ9U=
94+
github.com/aws/aws-sdk-go-v2/config v1.28.10 h1:fKODZHfqQu06pCzR69KJ3GuttraRJkhlC8g80RZ0Dfg=
95+
github.com/aws/aws-sdk-go-v2/config v1.28.10/go.mod h1:PvdxRYZ5Um9QMq9PQ0zHHNdtKK+he2NHtFCUFMXWXeg=
9496
github.com/aws/aws-sdk-go-v2/credentials v1.17.48 h1:IYdLD1qTJ0zanRavulofmqut4afs45mOWEI+MzZtTfQ=
9597
github.com/aws/aws-sdk-go-v2/credentials v1.17.48/go.mod h1:tOscxHN3CGmuX9idQ3+qbkzrjVIx32lqDSU1/0d/qXs=
9698
github.com/aws/aws-sdk-go-v2/credentials v1.17.49 h1:+7u6eC8K6LLGQwWMYKHSsHAPQl+CGACQmnzd/EPMW0k=
9799
github.com/aws/aws-sdk-go-v2/credentials v1.17.49/go.mod h1:0SgZcTAEIlKoYw9g+kuYUwbtUUVjfxnR03YkCOhMbQ0=
98100
github.com/aws/aws-sdk-go-v2/credentials v1.17.50 h1:63pBzfU7EG4RbMMVRv4Hgm34cIaPXICCnHojKdPbTR0=
99101
github.com/aws/aws-sdk-go-v2/credentials v1.17.50/go.mod h1:m5ThO5y87w0fiAHBt9cYXS5BVsebOeJEFCGUQeZZYLw=
102+
github.com/aws/aws-sdk-go-v2/credentials v1.17.51 h1:F/9Sm6Y6k4LqDesZDPJCLxQGXNNHd/ZtJiWd0lCZKRk=
103+
github.com/aws/aws-sdk-go-v2/credentials v1.17.51/go.mod h1:TKbzCHm43AoPyA+iLGGcruXd4AFhF8tOmLex2R9jWNQ=
100104
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.22 h1:kqOrpojG71DxJm/KDPO+Z/y1phm1JlC8/iT+5XRmAn8=
101105
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.22/go.mod h1:NtSFajXVVL8TA2QNngagVZmUtXciyrHOt7xgz4faS/M=
102106
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.23 h1:IBAoD/1d8A8/1aA8g4MBVtTRHhXRiNAgwdbo/xRM2DI=
@@ -147,6 +151,8 @@ github.com/aws/aws-sdk-go-v2/service/sts v1.33.4 h1:EzofOvWNMtG9ELt9mPOJjLYh1hz6
147151
github.com/aws/aws-sdk-go-v2/service/sts v1.33.4/go.mod h1:5Gn+d+VaaRgsjewpMvGazt0WfcFO+Md4wLOuBfGR9Bc=
148152
github.com/aws/aws-sdk-go-v2/service/sts v1.33.5 h1:URp6kw3vHAnuU9pgP4K1SohwWLDzgtqA/qgeBfgBxn0=
149153
github.com/aws/aws-sdk-go-v2/service/sts v1.33.5/go.mod h1:+8h7PZb3yY5ftmVLD7ocEoE98hdc8PoKS0H3wfx1dlc=
154+
github.com/aws/aws-sdk-go-v2/service/sts v1.33.6 h1:VwhTrsTuVn52an4mXx29PqRzs2Dvu921NpGk7y43tAM=
155+
github.com/aws/aws-sdk-go-v2/service/sts v1.33.6/go.mod h1:+8h7PZb3yY5ftmVLD7ocEoE98hdc8PoKS0H3wfx1dlc=
150156
github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro=
151157
github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg=
152158
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=

ui/yarn.lock

Lines changed: 74 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,9 @@
152152
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
153153

154154
"@eslint/compat@^1.2.1":
155-
version "1.2.4"
156-
resolved "https://registry.yarnpkg.com/@eslint/compat/-/compat-1.2.4.tgz#b69b0d76ce73fe66d7f8633c406acea151f5c559"
157-
integrity sha512-S8ZdQj/N69YAtuqFt7653jwcvuUj131+6qGLUyDqfDg1OIoBQ66OCuXC473YQfO2AaxITTutiRQiDwoo7ZLYyg==
155+
version "1.2.5"
156+
resolved "https://registry.yarnpkg.com/@eslint/compat/-/compat-1.2.5.tgz#438f8bbe105341853469b2cf2d10b6321cadeb3a"
157+
integrity sha512-5iuG/StT+7OfvhoBHPlmxkPA9om6aDUFgmD4+mWKAGsYt4vCe8rypneG03AuseyRHBmcCLXQtIH5S26tIoggLg==
158158

159159
"@eslint/config-array@^0.19.0":
160160
version "0.19.1"
@@ -573,14 +573,14 @@
573573
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
574574

575575
"@types/react-dom@^19.0.0":
576-
version "19.0.2"
577-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.0.2.tgz#ad21f9a1ee881817995fd3f7fd33659c87e7b1b7"
578-
integrity sha512-c1s+7TKFaDRRxr1TxccIX2u7sfCnc3RxkVyBIUA2lCpyqCF+QoAwQ/CBg7bsMdVwP120HEH143VQezKtef5nCg==
576+
version "19.0.3"
577+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.0.3.tgz#0804dfd279a165d5a0ad8b53a5b9e65f338050a4"
578+
integrity sha512-0Knk+HJiMP/qOZgMyNFamlIjw9OFCsyC2ZbigmEEyXXixgre6IQpm/4V+r3qH4GC1JPvRJKInw+on2rV6YZLeA==
579579

580580
"@types/react@^19.0.0":
581-
version "19.0.4"
582-
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.0.4.tgz#ad1270e090118ac3c5f0928a29fe0ddf164881df"
583-
integrity sha512-3O4QisJDYr1uTUMZHA2YswiQZRq+Pd8D+GdVFYikTutYsTz+QZgWkAPnP7rx9txoI6EXKcPiluMqWPFV3tT9Wg==
581+
version "19.0.6"
582+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.0.6.tgz#98deae4c5c4b24735e5d9e341302f9ebd45e80d3"
583+
integrity sha512-gIlMztcTeDgXCUj0vCBOqEuSEhX//63fW9SZtCJ+agxoQTOklwDfiEMlTWn4mR/C/UK5VHlpwsCsOyf7/hc4lw==
584584
dependencies:
585585
csstype "^3.0.2"
586586

@@ -1123,10 +1123,10 @@ emoji-regex@^9.2.2:
11231123
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72"
11241124
integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==
11251125

1126-
es-abstract@^1.17.5, es-abstract@^1.23.2, es-abstract@^1.23.3, es-abstract@^1.23.5, es-abstract@^1.23.6:
1127-
version "1.23.8"
1128-
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.23.8.tgz#99754723118355d82fcef9ce4c90ccbcd5d2a285"
1129-
integrity sha512-lfab8IzDn6EpI1ibZakcgS6WsfEBiB+43cuJo+wgylx1xKXf+Sp+YR3vFuQwC/u3sxYwV8Cxe3B0DpVUu/WiJQ==
1126+
es-abstract@^1.17.5, es-abstract@^1.23.2, es-abstract@^1.23.3, es-abstract@^1.23.5, es-abstract@^1.23.6, es-abstract@^1.23.9:
1127+
version "1.23.9"
1128+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.23.9.tgz#5b45994b7de78dada5c1bebf1379646b32b9d606"
1129+
integrity sha512-py07lI0wjxAC/DcfK1S6G7iANonniZwTISvdPzk9hzeH0IZIshbuuFxLIU96OyF89Yb9hiqWn8M/bY83KY5vzA==
11301130
dependencies:
11311131
array-buffer-byte-length "^1.0.2"
11321132
arraybuffer.prototype.slice "^1.0.4"
@@ -1139,10 +1139,11 @@ es-abstract@^1.17.5, es-abstract@^1.23.2, es-abstract@^1.23.3, es-abstract@^1.23
11391139
es-define-property "^1.0.1"
11401140
es-errors "^1.3.0"
11411141
es-object-atoms "^1.0.0"
1142-
es-set-tostringtag "^2.0.3"
1142+
es-set-tostringtag "^2.1.0"
11431143
es-to-primitive "^1.3.0"
11441144
function.prototype.name "^1.1.8"
1145-
get-intrinsic "^1.2.6"
1145+
get-intrinsic "^1.2.7"
1146+
get-proto "^1.0.0"
11461147
get-symbol-description "^1.1.0"
11471148
globalthis "^1.0.4"
11481149
gopd "^1.2.0"
@@ -1163,11 +1164,12 @@ es-abstract@^1.17.5, es-abstract@^1.23.2, es-abstract@^1.23.3, es-abstract@^1.23
11631164
object-inspect "^1.13.3"
11641165
object-keys "^1.1.1"
11651166
object.assign "^4.1.7"
1166-
own-keys "^1.0.0"
1167+
own-keys "^1.0.1"
11671168
regexp.prototype.flags "^1.5.3"
11681169
safe-array-concat "^1.1.3"
11691170
safe-push-apply "^1.0.0"
11701171
safe-regex-test "^1.1.0"
1172+
set-proto "^1.0.0"
11711173
string.prototype.trim "^1.2.10"
11721174
string.prototype.trimend "^1.0.9"
11731175
string.prototype.trimstart "^1.0.8"
@@ -1217,7 +1219,7 @@ es-object-atoms@^1.0.0:
12171219
dependencies:
12181220
es-errors "^1.3.0"
12191221

1220-
es-set-tostringtag@^2.0.3:
1222+
es-set-tostringtag@^2.0.3, es-set-tostringtag@^2.1.0:
12211223
version "2.1.0"
12221224
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz#f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d"
12231225
integrity sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==
@@ -1303,14 +1305,14 @@ eslint-plugin-react-hooks@^5.0.0:
13031305
integrity sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw==
13041306

13051307
eslint-plugin-react-refresh@^0.4.13:
1306-
version "0.4.16"
1307-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.16.tgz#149dbc9279bd16942409f1c1d2f0dce3299430ef"
1308-
integrity sha512-slterMlxAhov/DZO8NScf6mEeMBBXodFUolijDvrtTxyezyLoTQaa73FyYus/VbTdftd8wBgBxPMRk3poleXNQ==
1308+
version "0.4.18"
1309+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.18.tgz#d2ae6dc8d48c87f7722f5304385b0cd8b3a32a54"
1310+
integrity sha512-IRGEoFn3OKalm3hjfolEWGqoF/jPqeEYFp+C8B0WMzwGwBMvlRDQd06kghDhF0C61uJ6WfSDhEZE/sAQjduKgw==
13091311

13101312
eslint-plugin-react@^7.37.2:
1311-
version "7.37.3"
1312-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.3.tgz#567549e9251533975c4ea9706f986c3a64832031"
1313-
integrity sha512-DomWuTQPFYZwF/7c9W2fkKkStqZmBd3uugfqBYLdkZ3Hii23WzZuOLUskGxB8qkSKqftxEeGL1TB2kMhrce0jA==
1313+
version "7.37.4"
1314+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.4.tgz#1b6c80b6175b6ae4b26055ae4d55d04c414c7181"
1315+
integrity sha512-BGP0jRmfYyvOyvMoRX/uoUeW+GqNj9y16bPQzqAHf3AYII/tDs+jMN0dBVkl88/OZwNGwrVFxE7riHsXVfy/LQ==
13141316
dependencies:
13151317
array-includes "^3.1.8"
13161318
array.prototype.findlast "^1.2.5"
@@ -1563,26 +1565,26 @@ functions-have-names@^1.2.3:
15631565
resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz#0404fe4ee2ba2f607f0e0ec3c80bae994133b834"
15641566
integrity sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==
15651567

1566-
get-intrinsic@^1.2.4, get-intrinsic@^1.2.5, get-intrinsic@^1.2.6:
1567-
version "1.2.6"
1568-
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.6.tgz#43dd3dd0e7b49b82b2dfcad10dc824bf7fc265d5"
1569-
integrity sha512-qxsEs+9A+u85HhllWJJFicJfPDhRmjzoYdl64aMWW9yRIJmSyxdn8IEkuIM530/7T+lv0TIHd8L6Q/ra0tEoeA==
1568+
get-intrinsic@^1.2.4, get-intrinsic@^1.2.5, get-intrinsic@^1.2.6, get-intrinsic@^1.2.7:
1569+
version "1.2.7"
1570+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.7.tgz#dcfcb33d3272e15f445d15124bc0a216189b9044"
1571+
integrity sha512-VW6Pxhsrk0KAOqs3WEd0klDiF/+V7gQOpAvY1jVU/LHmaD/kQO4523aiJuikX/QAKYiW6x8Jh+RJej1almdtCA==
15701572
dependencies:
15711573
call-bind-apply-helpers "^1.0.1"
1572-
dunder-proto "^1.0.0"
15731574
es-define-property "^1.0.1"
15741575
es-errors "^1.3.0"
15751576
es-object-atoms "^1.0.0"
15761577
function-bind "^1.1.2"
1578+
get-proto "^1.0.0"
15771579
gopd "^1.2.0"
15781580
has-symbols "^1.1.0"
15791581
hasown "^2.0.2"
1580-
math-intrinsics "^1.0.0"
1582+
math-intrinsics "^1.1.0"
15811583

1582-
get-proto@^1.0.0:
1583-
version "1.0.0"
1584-
resolved "https://registry.yarnpkg.com/get-proto/-/get-proto-1.0.0.tgz#2f14be4ab6a5ba2ca65b49defb544280730d9c5c"
1585-
integrity sha512-TtLgOcKaF1nMP2ijJnITkE4nRhbpshHhmzKiuhmSniiwWzovoqwqQ8rNuhf0mXJOqIY5iU+QkUe0CkJYrLsG9w==
1584+
get-proto@^1.0.0, get-proto@^1.0.1:
1585+
version "1.0.1"
1586+
resolved "https://registry.yarnpkg.com/get-proto/-/get-proto-1.0.1.tgz#150b3f2743869ef3e851ec0c49d15b1d14d00ee1"
1587+
integrity sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==
15861588
dependencies:
15871589
dunder-proto "^1.0.1"
15881590
es-object-atoms "^1.0.0"
@@ -1674,7 +1676,7 @@ has-symbols@^1.0.3, has-symbols@^1.1.0:
16741676
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.1.0.tgz#fc9c6a783a084951d0b971fe1018de813707a338"
16751677
integrity sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==
16761678

1677-
has-tostringtag@^1.0.0, has-tostringtag@^1.0.2:
1679+
has-tostringtag@^1.0.2:
16781680
version "1.0.2"
16791681
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz#2cdc42d40bef2e5b4eeab7c01a73c54ce7ab5abc"
16801682
integrity sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==
@@ -1725,11 +1727,14 @@ is-array-buffer@^3.0.4, is-array-buffer@^3.0.5:
17251727
get-intrinsic "^1.2.6"
17261728

17271729
is-async-function@^2.0.0:
1728-
version "2.0.0"
1729-
resolved "https://registry.yarnpkg.com/is-async-function/-/is-async-function-2.0.0.tgz#8e4418efd3e5d3a6ebb0164c05ef5afb69aa9646"
1730-
integrity sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==
1730+
version "2.1.0"
1731+
resolved "https://registry.yarnpkg.com/is-async-function/-/is-async-function-2.1.0.tgz#1d1080612c493608e93168fc4458c245074c06a6"
1732+
integrity sha512-GExz9MtyhlZyXYLxzlJRj5WUCE661zhDa1Yna52CN57AJsymh+DvXXjyveSioqSRdxvUrdKdvqB1b5cVKsNpWQ==
17311733
dependencies:
1732-
has-tostringtag "^1.0.0"
1734+
call-bound "^1.0.3"
1735+
get-proto "^1.0.1"
1736+
has-tostringtag "^1.0.2"
1737+
safe-regex-test "^1.1.0"
17331738

17341739
is-bigint@^1.1.0:
17351740
version "1.1.0"
@@ -1800,11 +1805,14 @@ is-fullwidth-code-point@^3.0.0:
18001805
integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==
18011806

18021807
is-generator-function@^1.0.10:
1803-
version "1.0.10"
1804-
resolved "https://registry.yarnpkg.com/is-generator-function/-/is-generator-function-1.0.10.tgz#f1558baf1ac17e0deea7c0415c438351ff2b3c72"
1805-
integrity sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==
1808+
version "1.1.0"
1809+
resolved "https://registry.yarnpkg.com/is-generator-function/-/is-generator-function-1.1.0.tgz#bf3eeda931201394f57b5dba2800f91a238309ca"
1810+
integrity sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ==
18061811
dependencies:
1807-
has-tostringtag "^1.0.0"
1812+
call-bound "^1.0.3"
1813+
get-proto "^1.0.0"
1814+
has-tostringtag "^1.0.2"
1815+
safe-regex-test "^1.1.0"
18081816

18091817
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
18101818
version "4.0.3"
@@ -2019,7 +2027,7 @@ lru-cache@^10.2.0:
20192027
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
20202028
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
20212029

2022-
math-intrinsics@^1.0.0, math-intrinsics@^1.1.0:
2030+
math-intrinsics@^1.1.0:
20232031
version "1.1.0"
20242032
resolved "https://registry.yarnpkg.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz#a0dd74be81e2aa5c2f27e65ce283605ee4e2b7f9"
20252033
integrity sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==
@@ -2180,7 +2188,7 @@ optionator@^0.9.3:
21802188
type-check "^0.4.0"
21812189
word-wrap "^1.2.5"
21822190

2183-
own-keys@^1.0.0:
2191+
own-keys@^1.0.1:
21842192
version "1.0.1"
21852193
resolved "https://registry.yarnpkg.com/own-keys/-/own-keys-1.0.1.tgz#e4006910a2bf913585289676eebd6f390cf51358"
21862194
integrity sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==
@@ -2438,17 +2446,17 @@ readdirp@~3.6.0:
24382446
picomatch "^2.2.1"
24392447

24402448
reflect.getprototypeof@^1.0.6, reflect.getprototypeof@^1.0.9:
2441-
version "1.0.9"
2442-
resolved "https://registry.yarnpkg.com/reflect.getprototypeof/-/reflect.getprototypeof-1.0.9.tgz#c905f3386008de95a62315f3ea8630404be19e2f"
2443-
integrity sha512-r0Ay04Snci87djAsI4U+WNRcSw5S4pOH7qFjd/veA5gC7TbqESR3tcj28ia95L/fYUDw11JKP7uqUKUAfVvV5Q==
2449+
version "1.0.10"
2450+
resolved "https://registry.yarnpkg.com/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz#c629219e78a3316d8b604c765ef68996964e7bf9"
2451+
integrity sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==
24442452
dependencies:
24452453
call-bind "^1.0.8"
24462454
define-properties "^1.2.1"
2447-
dunder-proto "^1.0.1"
2448-
es-abstract "^1.23.6"
2455+
es-abstract "^1.23.9"
24492456
es-errors "^1.3.0"
2450-
get-intrinsic "^1.2.6"
2451-
gopd "^1.2.0"
2457+
es-object-atoms "^1.0.0"
2458+
get-intrinsic "^1.2.7"
2459+
get-proto "^1.0.1"
24522460
which-builtin-type "^1.2.1"
24532461

24542462
regenerator-runtime@^0.14.0:
@@ -2457,13 +2465,15 @@ regenerator-runtime@^0.14.0:
24572465
integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==
24582466

24592467
regexp.prototype.flags@^1.5.3:
2460-
version "1.5.3"
2461-
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.3.tgz#b3ae40b1d2499b8350ab2c3fe6ef3845d3a96f42"
2462-
integrity sha512-vqlC04+RQoFalODCbCumG2xIOvapzVMHwsyIGM/SIE8fRhFFsXeH8/QQ+s0T0kDAhKc4k30s73/0ydkHQz6HlQ==
2468+
version "1.5.4"
2469+
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz#1ad6c62d44a259007e55b3970e00f746efbcaa19"
2470+
integrity sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==
24632471
dependencies:
2464-
call-bind "^1.0.7"
2472+
call-bind "^1.0.8"
24652473
define-properties "^1.2.1"
24662474
es-errors "^1.3.0"
2475+
get-proto "^1.0.1"
2476+
gopd "^1.2.0"
24672477
set-function-name "^2.0.2"
24682478

24692479
resolve-from@^4.0.0:
@@ -2599,6 +2609,15 @@ set-function-name@^2.0.2:
25992609
functions-have-names "^1.2.3"
26002610
has-property-descriptors "^1.0.2"
26012611

2612+
set-proto@^1.0.0:
2613+
version "1.0.0"
2614+
resolved "https://registry.yarnpkg.com/set-proto/-/set-proto-1.0.0.tgz#0760dbcff30b2d7e801fd6e19983e56da337565e"
2615+
integrity sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==
2616+
dependencies:
2617+
dunder-proto "^1.0.1"
2618+
es-errors "^1.3.0"
2619+
es-object-atoms "^1.0.0"
2620+
26022621
shebang-command@^2.0.0:
26032622
version "2.0.0"
26042623
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"

0 commit comments

Comments
 (0)