Skip to content

Commit 9355e24

Browse files
Bump the everything-else group across 1 directory with 7 updates
Bumps the everything-else group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [axios](https://github.com/axios/axios) | `1.7.2` | `1.8.2` | | [long](https://github.com/dcodeIO/long.js) | `5.2.3` | `5.3.1` | | [uuid](https://github.com/uuidjs/uuid) | `11.0.5` | `11.1.0` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.19.0` | `9.22.0` | | [globals](https://github.com/sindresorhus/globals) | `15.14.0` | `16.0.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.7.3` | `5.8.2` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.22.0` | `8.26.0` | Updates `axios` from 1.7.2 to 1.8.2 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.7.2...v1.8.2) Updates `long` from 5.2.3 to 5.3.1 - [Release notes](https://github.com/dcodeIO/long.js/releases) - [Commits](dcodeIO/long.js@v5.2.3...v5.3.1) Updates `uuid` from 11.0.5 to 11.1.0 - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v11.0.5...v11.1.0) Updates `@eslint/js` from 9.19.0 to 9.22.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.22.0/packages/js) Updates `globals` from 15.14.0 to 16.0.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v15.14.0...v16.0.0) Updates `typescript` from 5.7.3 to 5.8.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.7.3...v5.8.2) Updates `typescript-eslint` from 8.22.0 to 8.26.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.26.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything-else - dependency-name: long dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything-else - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything-else - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: everything-else - dependency-name: globals dependency-type: direct:development update-type: version-update:semver-major dependency-group: everything-else - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: everything-else - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: everything-else ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5402659 commit 9355e24

File tree

2 files changed

+110
-73
lines changed

2 files changed

+110
-73
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"registry": "https://registry.npmjs.org/"
2727
},
2828
"devDependencies": {
29-
"@eslint/js": "^9.19.0",
29+
"@eslint/js": "^9.22.0",
3030
"@types/jest": "^29.5.12",
3131
"@types/long": "^5.0.0",
3232
"@types/node": "^22.12.0",
@@ -37,25 +37,25 @@
3737
"eslint": "^9.19.0",
3838
"eslint-config-prettier": "^10.0.1",
3939
"eslint-plugin-prettier": "5.2.1",
40-
"globals": "^15.14.0",
40+
"globals": "^16.0.0",
4141
"jest": "^29.7.0",
4242
"jest-mock-extended": "^3.0.4",
4343
"jest-websocket-mock": "^2.4.0",
4444
"prettier": "^3.4.2",
4545
"ts-jest": "^29.2.2",
4646
"ts-proto": "^2.6.1",
47-
"typescript": "^5.7.3",
48-
"typescript-eslint": "^8.22.0"
47+
"typescript": "^5.8.2",
48+
"typescript-eslint": "^8.26.0"
4949
},
5050
"dependencies": {
5151
"@cosmjs/amino": "^0.33.0",
5252
"@cosmjs/crypto": "^0.33.0",
5353
"@cosmjs/ledger-amino": "^0.33.0",
5454
"@types/uuid": "^10.0.0",
55-
"axios": "^1.7.2",
56-
"long": "^5.2.3",
55+
"axios": "^1.8.2",
56+
"long": "^5.3.1",
5757
"protobufjs": "^7.4.0",
58-
"uuid": "^11.0.5",
58+
"uuid": "^11.1.0",
5959
"ws": "^8.18.0"
6060
},
6161
"scripts": {

yarn.lock

Lines changed: 103 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -596,11 +596,16 @@
596596
minimatch "^3.1.2"
597597
strip-json-comments "^3.1.1"
598598

599-
"@eslint/[email protected]", "@eslint/js@^9.19.0":
599+
600600
version "9.19.0"
601601
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.19.0.tgz#51dbb140ed6b49d05adc0b171c41e1a8713b7789"
602602
integrity sha512-rbq9/g38qjfqFLOVPvwjIvFFdNziEC5S65jmjPw5r6A//QH+W91akh9irMwjDN8zKUTak6W9EsAv4m/7Wnw0UQ==
603603

604+
"@eslint/js@^9.22.0":
605+
version "9.22.0"
606+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.22.0.tgz#4ff53649ded7cbce90b444b494c234137fa1aa3d"
607+
integrity sha512-vLFajx9o8d1/oL2ZkpMYbkLv8nDB6yaIwFNt7nI4+I80U/z03SxmfOMsLbvWr3p7C+Wnoh//aOu2pQW8cS0HCQ==
608+
604609
"@eslint/object-schema@^2.1.5":
605610
version "2.1.5"
606611
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.5.tgz#8670a8f6258a2be5b2c620ff314a1d984c23eb2e"
@@ -1166,56 +1171,75 @@
11661171
dependencies:
11671172
"@types/yargs-parser" "*"
11681173

1169-
"@typescript-eslint/eslint-plugin@8.22.0", "@typescript-eslint/eslint-plugin@^8.22.0":
1170-
version "8.22.0"
1171-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.22.0.tgz#63a1b0d24d85a971949f8d71d693019f58d2e861"
1172-
integrity sha512-4Uta6REnz/xEJMvwf72wdUnC3rr4jAQf5jnTkeRQ9b6soxLxhDEbS/pfMPoJLDfFPNVRdryqWUIV/2GZzDJFZw==
1174+
"@typescript-eslint/eslint-plugin@8.26.0", "@typescript-eslint/eslint-plugin@^8.22.0":
1175+
version "8.26.0"
1176+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.26.0.tgz#7e880faf91f89471c30c141951e15f0eb3a0599e"
1177+
integrity sha512-cLr1J6pe56zjKYajK6SSSre6nl1Gj6xDp1TY0trpgPzjVbgDwd09v2Ws37LABxzkicmUjhEeg/fAUjPJJB1v5Q==
11731178
dependencies:
11741179
"@eslint-community/regexpp" "^4.10.0"
1175-
"@typescript-eslint/scope-manager" "8.22.0"
1176-
"@typescript-eslint/type-utils" "8.22.0"
1177-
"@typescript-eslint/utils" "8.22.0"
1178-
"@typescript-eslint/visitor-keys" "8.22.0"
1180+
"@typescript-eslint/scope-manager" "8.26.0"
1181+
"@typescript-eslint/type-utils" "8.26.0"
1182+
"@typescript-eslint/utils" "8.26.0"
1183+
"@typescript-eslint/visitor-keys" "8.26.0"
11791184
graphemer "^1.4.0"
11801185
ignore "^5.3.1"
11811186
natural-compare "^1.4.0"
1182-
ts-api-utils "^2.0.0"
1187+
ts-api-utils "^2.0.1"
11831188

1184-
"@typescript-eslint/parser@8.22.0", "@typescript-eslint/parser@^8.22.0":
1185-
version "8.22.0"
1186-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.22.0.tgz#f21c5db24271f182ebbb4ba8c7ad3eb76e5f5f3a"
1187-
integrity sha512-MqtmbdNEdoNxTPzpWiWnqNac54h8JDAmkWtJExBVVnSrSmi9z+sZUt0LfKqk9rjqmKOIeRhO4fHHJ1nQIjduIQ==
1189+
"@typescript-eslint/parser@8.26.0", "@typescript-eslint/parser@^8.22.0":
1190+
version "8.26.0"
1191+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.26.0.tgz#9b4d2198e89f64fb81e83167eedd89a827d843a9"
1192+
integrity sha512-mNtXP9LTVBy14ZF3o7JG69gRPBK/2QWtQd0j0oH26HcY/foyJJau6pNUez7QrM5UHnSvwlQcJXKsk0I99B9pOA==
11881193
dependencies:
1189-
"@typescript-eslint/scope-manager" "8.22.0"
1190-
"@typescript-eslint/types" "8.22.0"
1191-
"@typescript-eslint/typescript-estree" "8.22.0"
1192-
"@typescript-eslint/visitor-keys" "8.22.0"
1194+
"@typescript-eslint/scope-manager" "8.26.0"
1195+
"@typescript-eslint/types" "8.26.0"
1196+
"@typescript-eslint/typescript-estree" "8.26.0"
1197+
"@typescript-eslint/visitor-keys" "8.26.0"
11931198
debug "^4.3.4"
11941199

1195-
"@typescript-eslint/scope-manager@8.22.0":
1196-
version "8.22.0"
1197-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.22.0.tgz#e85836ddeb8eae715f870628bcc32fe96aaf4d0e"
1198-
integrity sha512-/lwVV0UYgkj7wPSw0o8URy6YI64QmcOdwHuGuxWIYznO6d45ER0wXUbksr9pYdViAofpUCNJx/tAzNukgvaaiQ==
1200+
"@typescript-eslint/scope-manager@8.26.0":
1201+
version "8.26.0"
1202+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.26.0.tgz#b06623fad54a3a77fadab5f652ef75ed3780b545"
1203+
integrity sha512-E0ntLvsfPqnPwng8b8y4OGuzh/iIOm2z8U3S9zic2TeMLW61u5IH2Q1wu0oSTkfrSzwbDJIB/Lm8O3//8BWMPA==
11991204
dependencies:
1200-
"@typescript-eslint/types" "8.22.0"
1201-
"@typescript-eslint/visitor-keys" "8.22.0"
1205+
"@typescript-eslint/types" "8.26.0"
1206+
"@typescript-eslint/visitor-keys" "8.26.0"
12021207

1203-
"@typescript-eslint/type-utils@8.22.0":
1204-
version "8.22.0"
1205-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.22.0.tgz#cd9f23c23f021357ef0baa3490d4d96edcc97509"
1206-
integrity sha512-NzE3aB62fDEaGjaAYZE4LH7I1MUwHooQ98Byq0G0y3kkibPJQIXVUspzlFOmOfHhiDLwKzMlWxaNv+/qcZurJA==
1208+
"@typescript-eslint/type-utils@8.26.0":
1209+
version "8.26.0"
1210+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.26.0.tgz#9ee8cc98184b5f66326578de9c097edc89da6f68"
1211+
integrity sha512-ruk0RNChLKz3zKGn2LwXuVoeBcUMh+jaqzN461uMMdxy5H9epZqIBtYj7UiPXRuOpaALXGbmRuZQhmwHhaS04Q==
12071212
dependencies:
1208-
"@typescript-eslint/typescript-estree" "8.22.0"
1209-
"@typescript-eslint/utils" "8.22.0"
1213+
"@typescript-eslint/typescript-estree" "8.26.0"
1214+
"@typescript-eslint/utils" "8.26.0"
12101215
debug "^4.3.4"
1211-
ts-api-utils "^2.0.0"
1216+
ts-api-utils "^2.0.1"
12121217

12131218
"@typescript-eslint/[email protected]":
12141219
version "8.22.0"
12151220
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.22.0.tgz#d9dec7116479ad03aeb6c8ac9c5223c4c79cf360"
12161221
integrity sha512-0S4M4baNzp612zwpD4YOieP3VowOARgK2EkN/GBn95hpyF8E2fbMT55sRHWBq+Huaqk3b3XK+rxxlM8sPgGM6A==
12171222

1218-
"@typescript-eslint/[email protected]", "@typescript-eslint/typescript-estree@^8.6.0":
1223+
"@typescript-eslint/[email protected]":
1224+
version "8.26.0"
1225+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.26.0.tgz#c4e93a8faf3a38a8d8adb007dc7834f1c89ee7bf"
1226+
integrity sha512-89B1eP3tnpr9A8L6PZlSjBvnJhWXtYfZhECqlBl1D9Lme9mHO6iWlsprBtVenQvY1HMhax1mWOjhtL3fh/u+pA==
1227+
1228+
"@typescript-eslint/[email protected]":
1229+
version "8.26.0"
1230+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.0.tgz#128972172005a7376e34ed2ecba4e29363b0cad1"
1231+
integrity sha512-tiJ1Hvy/V/oMVRTbEOIeemA2XoylimlDQ03CgPPNaHYZbpsc78Hmngnt+WXZfJX1pjQ711V7g0H7cSJThGYfPQ==
1232+
dependencies:
1233+
"@typescript-eslint/types" "8.26.0"
1234+
"@typescript-eslint/visitor-keys" "8.26.0"
1235+
debug "^4.3.4"
1236+
fast-glob "^3.3.2"
1237+
is-glob "^4.0.3"
1238+
minimatch "^9.0.4"
1239+
semver "^7.6.0"
1240+
ts-api-utils "^2.0.1"
1241+
1242+
"@typescript-eslint/typescript-estree@^8.6.0":
12191243
version "8.22.0"
12201244
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.22.0.tgz#c188c3e19529d5b3145577c0bd967e2683b114df"
12211245
integrity sha512-SJX99NAS2ugGOzpyhMza/tX+zDwjvwAtQFLsBo3GQxiGcvaKlqGBkmZ+Y1IdiSi9h4Q0Lr5ey+Cp9CGWNY/F/w==
@@ -1229,15 +1253,15 @@
12291253
semver "^7.6.0"
12301254
ts-api-utils "^2.0.0"
12311255

1232-
"@typescript-eslint/utils@8.22.0":
1233-
version "8.22.0"
1234-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.22.0.tgz#c8cc4e52a9c711af8a741a82dc5d7242b7a8dd44"
1235-
integrity sha512-T8oc1MbF8L+Bk2msAvCUzjxVB2Z2f+vXYfcucE2wOmYs7ZUwco5Ep0fYZw8quNwOiw9K8GYVL+Kgc2pETNTLOg==
1256+
"@typescript-eslint/utils@8.26.0":
1257+
version "8.26.0"
1258+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.26.0.tgz#845d20ed8378a5594e6445f54e53b972aee7b3e6"
1259+
integrity sha512-2L2tU3FVwhvU14LndnQCA2frYC8JnPDVKyQtWFPf8IYFMt/ykEN1bPolNhNbCVgOmdzTlWdusCTKA/9nKrf8Ig==
12361260
dependencies:
12371261
"@eslint-community/eslint-utils" "^4.4.0"
1238-
"@typescript-eslint/scope-manager" "8.22.0"
1239-
"@typescript-eslint/types" "8.22.0"
1240-
"@typescript-eslint/typescript-estree" "8.22.0"
1262+
"@typescript-eslint/scope-manager" "8.26.0"
1263+
"@typescript-eslint/types" "8.26.0"
1264+
"@typescript-eslint/typescript-estree" "8.26.0"
12411265

12421266
"@typescript-eslint/[email protected]":
12431267
version "8.22.0"
@@ -1247,6 +1271,14 @@
12471271
"@typescript-eslint/types" "8.22.0"
12481272
eslint-visitor-keys "^4.2.0"
12491273

1274+
"@typescript-eslint/[email protected]":
1275+
version "8.26.0"
1276+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.0.tgz#a4876216756c69130ea958df3b77222c2ad95290"
1277+
integrity sha512-2z8JQJWAzPdDd51dRQ/oqIJxe99/hoLIqmf8RMCAJQtYDc535W/Jt2+RTP4bP0aKeBG1F65yjIZuczOXCmbWwg==
1278+
dependencies:
1279+
"@typescript-eslint/types" "8.26.0"
1280+
eslint-visitor-keys "^4.2.0"
1281+
12501282
acorn-jsx@^5.3.2:
12511283
version "5.3.2"
12521284
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
@@ -1328,10 +1360,10 @@ asynckit@^0.4.0:
13281360
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
13291361
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
13301362

1331-
axios@^1.7.2:
1332-
version "1.7.2"
1333-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.2.tgz#b625db8a7051fbea61c35a3cbb3a1daa7b9c7621"
1334-
integrity sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==
1363+
axios@^1.8.2:
1364+
version "1.8.2"
1365+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.2.tgz#fabe06e241dfe83071d4edfbcaa7b1c3a40f7979"
1366+
integrity sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==
13351367
dependencies:
13361368
follow-redirects "^1.15.6"
13371369
form-data "^4.0.0"
@@ -2078,10 +2110,10 @@ globals@^14.0.0:
20782110
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
20792111
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
20802112

2081-
globals@^15.14.0:
2082-
version "15.14.0"
2083-
resolved "https://registry.yarnpkg.com/globals/-/globals-15.14.0.tgz#b8fd3a8941ff3b4d38f3319d433b61bbb482e73f"
2084-
integrity sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==
2113+
globals@^16.0.0:
2114+
version "16.0.0"
2115+
resolved "https://registry.yarnpkg.com/globals/-/globals-16.0.0.tgz#3d7684652c5c4fbd086ec82f9448214da49382d8"
2116+
integrity sha512-iInW14XItCXET01CQFqudPOWP2jYMl7T+QRQT+UNcR/iQncN/F0UNpgd76iFkBPgNQb4+X3LV9tLJYzwh+Gl3A==
20852117

20862118
graceful-fs@^4.2.9:
20872119
version "4.2.11"
@@ -2806,10 +2838,10 @@ lodash.merge@^4.6.2:
28062838
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
28072839
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
28082840

2809-
long@*, long@^5.0.0, long@^5.2.3:
2810-
version "5.2.3"
2811-
resolved "https://registry.yarnpkg.com/long/-/long-5.2.3.tgz#a3ba97f3877cf1d778eccbcb048525ebb77499e1"
2812-
integrity sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==
2841+
long@*, long@^5.0.0, long@^5.3.1:
2842+
version "5.3.1"
2843+
resolved "https://registry.yarnpkg.com/long/-/long-5.3.1.tgz#9d4222d3213f38a5ec809674834e0f0ab21abe96"
2844+
integrity sha512-ka87Jz3gcx/I7Hal94xaN2tZEOPoUOEVftkQqZx2EeQRN7LGdfLlI3FvZ+7WDplm+vK2Urx9ULrvSowtdCieng==
28132845

28142846
lru-cache@^5.1.1:
28152847
version "5.1.1"
@@ -3400,6 +3432,11 @@ ts-api-utils@^2.0.0:
34003432
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.0.tgz#b9d7d5f7ec9f736f4d0f09758b8607979044a900"
34013433
integrity sha512-xCt/TOAc+EOHS1XPnijD3/yzpH6qg2xppZO1YDqGoVsNXfQfzHpOdNuXwrwOU8u4ITXJyDCTyt8w5g1sZv9ynQ==
34023434

3435+
ts-api-utils@^2.0.1:
3436+
version "2.0.1"
3437+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd"
3438+
integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==
3439+
34033440
ts-essentials@^7.0.3:
34043441
version "7.0.3"
34053442
resolved "https://registry.yarnpkg.com/ts-essentials/-/ts-essentials-7.0.3.tgz#686fd155a02133eedcc5362dc8b5056cde3e5a38"
@@ -3471,19 +3508,19 @@ type-fest@^0.21.3:
34713508
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37"
34723509
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==
34733510

3474-
typescript-eslint@^8.22.0:
3475-
version "8.22.0"
3476-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.22.0.tgz#1d4becf1d65385e57e9271fbd557ccc22f6c0f53"
3477-
integrity sha512-Y2rj210FW1Wb6TWXzQc5+P+EWI9/zdS57hLEc0gnyuvdzWo8+Y8brKlbj0muejonhMI/xAZCnZZwjbIfv1CkOw==
3511+
typescript-eslint@^8.26.0:
3512+
version "8.26.0"
3513+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.26.0.tgz#f44cafdaa6edc99e3612b33b791eb77a56286320"
3514+
integrity sha512-PtVz9nAnuNJuAVeUFvwztjuUgSnJInODAUx47VDwWPXzd5vismPOtPtt83tzNXyOjVQbPRp786D6WFW/M2koIA==
34783515
dependencies:
3479-
"@typescript-eslint/eslint-plugin" "8.22.0"
3480-
"@typescript-eslint/parser" "8.22.0"
3481-
"@typescript-eslint/utils" "8.22.0"
3516+
"@typescript-eslint/eslint-plugin" "8.26.0"
3517+
"@typescript-eslint/parser" "8.26.0"
3518+
"@typescript-eslint/utils" "8.26.0"
34823519

3483-
typescript@^5.7.3:
3484-
version "5.7.3"
3485-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
3486-
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==
3520+
typescript@^5.8.2:
3521+
version "5.8.2"
3522+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4"
3523+
integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==
34873524

34883525
undici-types@~6.20.0:
34893526
version "6.20.0"
@@ -3518,10 +3555,10 @@ util-deprecate@^1.0.1:
35183555
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
35193556
integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==
35203557

3521-
uuid@^11.0.5:
3522-
version "11.0.5"
3523-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.0.5.tgz#07b46bdfa6310c92c3fb3953a8720f170427fc62"
3524-
integrity sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==
3558+
uuid@^11.1.0:
3559+
version "11.1.0"
3560+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.1.0.tgz#9549028be1753bb934fc96e2bca09bb4105ae912"
3561+
integrity sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==
35253562

35263563
v8-to-istanbul@^9.0.1:
35273564
version "9.1.0"

0 commit comments

Comments
 (0)