Skip to content

Commit c573ce3

Browse files
chore(deps): update devdeps
1 parent 376bee0 commit c573ce3

File tree

2 files changed

+98
-92
lines changed

2 files changed

+98
-92
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,22 +52,22 @@
5252
"@types/elliptic": "6.4.18",
5353
"@types/faker": "6.6.11",
5454
"@types/jest": "29.5.14",
55-
"@types/node": "22.13.5",
56-
"@typescript-eslint/eslint-plugin": "8.24.1",
57-
"@typescript-eslint/parser": "8.24.1",
55+
"@types/node": "22.13.9",
56+
"@typescript-eslint/eslint-plugin": "8.26.0",
57+
"@typescript-eslint/parser": "8.26.0",
5858
"cross-env": "7.0.3",
59-
"eslint": "9.21.0",
60-
"eslint-config-prettier": "10.0.1",
59+
"eslint": "9.22.0",
60+
"eslint-config-prettier": "10.1.1",
6161
"eslint-plugin-jest": "28.11.0",
6262
"eslint-plugin-prettier": "5.2.3",
6363
"ethr-did": "3.0.25",
64-
"@faker-js/faker": "9.5.0",
64+
"@faker-js/faker": "9.6.0",
6565
"jest": "29.7.0",
6666
"microbundle": "0.15.1",
67-
"prettier": "3.5.2",
67+
"prettier": "3.5.3",
6868
"semantic-release": "24.2.3",
6969
"ts-jest": "29.2.6",
70-
"typescript": "5.7.3"
70+
"typescript": "5.8.2"
7171
},
7272
"engines": {
7373
"node": ">=18"

yarn.lock

Lines changed: 90 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -2016,6 +2016,11 @@
20162016
debug "^4.3.1"
20172017
minimatch "^3.1.2"
20182018

2019+
"@eslint/config-helpers@^0.1.0":
2020+
version "0.1.0"
2021+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.1.0.tgz#62f1b7821e9d9ced1b3f512c7ea731825765d1cc"
2022+
integrity sha512-kLrdPDJE1ckPo94kmPPf9Hfd0DU0Jw6oKYrhe+pwSC0iTUInmTa+w6fw8sGgcfkFJGNdWOUeOaDM4quW4a7OkA==
2023+
20192024
"@eslint/core@^0.12.0":
20202025
version "0.12.0"
20212026
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.12.0.tgz#5f960c3d57728be9f6c65bd84aa6aa613078798e"
@@ -2038,10 +2043,10 @@
20382043
minimatch "^3.1.2"
20392044
strip-json-comments "^3.1.1"
20402045

2041-
"@eslint/js@9.21.0":
2042-
version "9.21.0"
2043-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.21.0.tgz#4303ef4e07226d87c395b8fad5278763e9c15c08"
2044-
integrity sha512-BqStZ3HX8Yz6LvsF5ByXYrtigrV5AXADWLAGc7PH/1SxOb7/FIYYMszZZWiUou/GB9P2lXWk2SV4d+Z8h0nknw==
2046+
"@eslint/js@9.22.0":
2047+
version "9.22.0"
2048+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.22.0.tgz#4ff53649ded7cbce90b444b494c234137fa1aa3d"
2049+
integrity sha512-vLFajx9o8d1/oL2ZkpMYbkLv8nDB6yaIwFNt7nI4+I80U/z03SxmfOMsLbvWr3p7C+Wnoh//aOu2pQW8cS0HCQ==
20452050

20462051
"@eslint/object-schema@^2.1.6":
20472052
version "2.1.6"
@@ -2056,10 +2061,10 @@
20562061
"@eslint/core" "^0.12.0"
20572062
levn "^0.4.1"
20582063

2059-
"@faker-js/faker@9.5.0":
2060-
version "9.5.0"
2061-
resolved "https://registry.yarnpkg.com/@faker-js/faker/-/faker-9.5.0.tgz#ce254c83706250ca8a5a0e05683608160610dd84"
2062-
integrity sha512-3qbjLv+fzuuCg3umxc9/7YjrEXNaKwHgmig949nfyaTx8eL4FAsvFbu+1JcFUj1YAXofhaDn6JdEUBTYuk0Ssw==
2064+
"@faker-js/faker@9.6.0":
2065+
version "9.6.0"
2066+
resolved "https://registry.yarnpkg.com/@faker-js/faker/-/faker-9.6.0.tgz#64235d20330b142eef3d1d1638ba56c083b4bf1d"
2067+
integrity sha512-3vm4by+B5lvsFPSyep3ELWmZfE3kicDtmemVpuwl1yH7tqtnHdsA6hG8fbXedMVdkzgtvzWoRgjSB4Q+FHnZiw==
20632068

20642069
"@humanfs/core@^0.19.1":
20652070
version "0.19.1"
@@ -3180,10 +3185,10 @@
31803185
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.13.tgz#f64277c341150c979e42b00e4ac289290c9df469"
31813186
integrity sha512-N+0kuo9KgrUQ1Sn/ifDXsvg0TTleP7rIy4zOBGECxAljqvqfqpTfzx0Q1NUedOixRMBfe2Whhb056a42cWs26Q==
31823187

3183-
"@types/[email protected].5":
3184-
version "22.13.5"
3185-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.5.tgz#23add1d71acddab2c6a4d31db89c0f98d330b511"
3186-
integrity sha512-+lTU0PxZXn0Dr1NBtC7Y8cR21AJr87dLLU953CWA6pMxxv/UDc7jYAY90upcrie1nRcD6XNG5HOYEDtgW5TxAg==
3188+
"@types/[email protected].9":
3189+
version "22.13.9"
3190+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.9.tgz#5d9a8f7a975a5bd3ef267352deb96fb13ec02eca"
3191+
integrity sha512-acBjXdRJ3A6Pb3tqnw9HZmyR3Fiol3aGxRCK1x3d+6CDAMjl7I649wpSd+yNURCjbOUGu9tqtLKnTGxmK6CyGw==
31873192
dependencies:
31883193
undici-types "~6.20.0"
31893194

@@ -3226,30 +3231,30 @@
32263231
dependencies:
32273232
"@types/yargs-parser" "*"
32283233

3229-
"@typescript-eslint/eslint-plugin@8.24.1":
3230-
version "8.24.1"
3231-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.24.1.tgz#d104c2a6212304c649105b18af2c110b4a1dd4ae"
3232-
integrity sha512-ll1StnKtBigWIGqvYDVuDmXJHVH4zLVot1yQ4fJtLpL7qacwkxJc1T0bptqw+miBQ/QfUbhl1TcQ4accW5KUyA==
3234+
"@typescript-eslint/eslint-plugin@8.26.0":
3235+
version "8.26.0"
3236+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.26.0.tgz#7e880faf91f89471c30c141951e15f0eb3a0599e"
3237+
integrity sha512-cLr1J6pe56zjKYajK6SSSre6nl1Gj6xDp1TY0trpgPzjVbgDwd09v2Ws37LABxzkicmUjhEeg/fAUjPJJB1v5Q==
32333238
dependencies:
32343239
"@eslint-community/regexpp" "^4.10.0"
3235-
"@typescript-eslint/scope-manager" "8.24.1"
3236-
"@typescript-eslint/type-utils" "8.24.1"
3237-
"@typescript-eslint/utils" "8.24.1"
3238-
"@typescript-eslint/visitor-keys" "8.24.1"
3240+
"@typescript-eslint/scope-manager" "8.26.0"
3241+
"@typescript-eslint/type-utils" "8.26.0"
3242+
"@typescript-eslint/utils" "8.26.0"
3243+
"@typescript-eslint/visitor-keys" "8.26.0"
32393244
graphemer "^1.4.0"
32403245
ignore "^5.3.1"
32413246
natural-compare "^1.4.0"
32423247
ts-api-utils "^2.0.1"
32433248

3244-
"@typescript-eslint/parser@8.24.1":
3245-
version "8.24.1"
3246-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.24.1.tgz#67965c2d2ddd7eadb2f094c395695db8334ef9a2"
3247-
integrity sha512-Tqoa05bu+t5s8CTZFaGpCH2ub3QeT9YDkXbPd3uQ4SfsLoh1/vv2GEYAioPoxCWJJNsenXlC88tRjwoHNts1oQ==
3249+
"@typescript-eslint/parser@8.26.0":
3250+
version "8.26.0"
3251+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.26.0.tgz#9b4d2198e89f64fb81e83167eedd89a827d843a9"
3252+
integrity sha512-mNtXP9LTVBy14ZF3o7JG69gRPBK/2QWtQd0j0oH26HcY/foyJJau6pNUez7QrM5UHnSvwlQcJXKsk0I99B9pOA==
32483253
dependencies:
3249-
"@typescript-eslint/scope-manager" "8.24.1"
3250-
"@typescript-eslint/types" "8.24.1"
3251-
"@typescript-eslint/typescript-estree" "8.24.1"
3252-
"@typescript-eslint/visitor-keys" "8.24.1"
3254+
"@typescript-eslint/scope-manager" "8.26.0"
3255+
"@typescript-eslint/types" "8.26.0"
3256+
"@typescript-eslint/typescript-estree" "8.26.0"
3257+
"@typescript-eslint/visitor-keys" "8.26.0"
32533258
debug "^4.3.4"
32543259

32553260
"@typescript-eslint/[email protected]":
@@ -3260,21 +3265,21 @@
32603265
"@typescript-eslint/types" "8.22.0"
32613266
"@typescript-eslint/visitor-keys" "8.22.0"
32623267

3263-
"@typescript-eslint/scope-manager@8.24.1":
3264-
version "8.24.1"
3265-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.24.1.tgz#1e1e76ec4560aa85077ab36deb9b2bead4ae124e"
3266-
integrity sha512-OdQr6BNBzwRjNEXMQyaGyZzgg7wzjYKfX2ZBV3E04hUCBDv3GQCHiz9RpqdUIiVrMgJGkXm3tcEh4vFSHreS2Q==
3268+
"@typescript-eslint/scope-manager@8.26.0":
3269+
version "8.26.0"
3270+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.26.0.tgz#b06623fad54a3a77fadab5f652ef75ed3780b545"
3271+
integrity sha512-E0ntLvsfPqnPwng8b8y4OGuzh/iIOm2z8U3S9zic2TeMLW61u5IH2Q1wu0oSTkfrSzwbDJIB/Lm8O3//8BWMPA==
32673272
dependencies:
3268-
"@typescript-eslint/types" "8.24.1"
3269-
"@typescript-eslint/visitor-keys" "8.24.1"
3273+
"@typescript-eslint/types" "8.26.0"
3274+
"@typescript-eslint/visitor-keys" "8.26.0"
32703275

3271-
"@typescript-eslint/type-utils@8.24.1":
3272-
version "8.24.1"
3273-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.24.1.tgz#99113e1df63d1571309d87eef68967344c78dd65"
3274-
integrity sha512-/Do9fmNgCsQ+K4rCz0STI7lYB4phTtEXqqCAs3gZW0pnK7lWNkvWd5iW545GSmApm4AzmQXmSqXPO565B4WVrw==
3276+
"@typescript-eslint/type-utils@8.26.0":
3277+
version "8.26.0"
3278+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.26.0.tgz#9ee8cc98184b5f66326578de9c097edc89da6f68"
3279+
integrity sha512-ruk0RNChLKz3zKGn2LwXuVoeBcUMh+jaqzN461uMMdxy5H9epZqIBtYj7UiPXRuOpaALXGbmRuZQhmwHhaS04Q==
32753280
dependencies:
3276-
"@typescript-eslint/typescript-estree" "8.24.1"
3277-
"@typescript-eslint/utils" "8.24.1"
3281+
"@typescript-eslint/typescript-estree" "8.26.0"
3282+
"@typescript-eslint/utils" "8.26.0"
32783283
debug "^4.3.4"
32793284
ts-api-utils "^2.0.1"
32803285

@@ -3283,10 +3288,10 @@
32833288
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.22.0.tgz#d9dec7116479ad03aeb6c8ac9c5223c4c79cf360"
32843289
integrity sha512-0S4M4baNzp612zwpD4YOieP3VowOARgK2EkN/GBn95hpyF8E2fbMT55sRHWBq+Huaqk3b3XK+rxxlM8sPgGM6A==
32853290

3286-
"@typescript-eslint/types@8.24.1":
3287-
version "8.24.1"
3288-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.24.1.tgz#8777a024f3afc4ace5e48f9a804309c6dd38f95a"
3289-
integrity sha512-9kqJ+2DkUXiuhoiYIUvIYjGcwle8pcPpdlfkemGvTObzgmYfJ5d0Qm6jwb4NBXP9W1I5tss0VIAnWFumz3mC5A==
3291+
"@typescript-eslint/types@8.26.0":
3292+
version "8.26.0"
3293+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.26.0.tgz#c4e93a8faf3a38a8d8adb007dc7834f1c89ee7bf"
3294+
integrity sha512-89B1eP3tnpr9A8L6PZlSjBvnJhWXtYfZhECqlBl1D9Lme9mHO6iWlsprBtVenQvY1HMhax1mWOjhtL3fh/u+pA==
32903295

32913296
"@typescript-eslint/[email protected]":
32923297
version "8.22.0"
@@ -3302,29 +3307,29 @@
33023307
semver "^7.6.0"
33033308
ts-api-utils "^2.0.0"
33043309

3305-
"@typescript-eslint/typescript-estree@8.24.1":
3306-
version "8.24.1"
3307-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.24.1.tgz#3bb479401f8bd471b3c6dd3db89e7256977c54db"
3308-
integrity sha512-UPyy4MJ/0RE648DSKQe9g0VDSehPINiejjA6ElqnFaFIhI6ZEiZAkUI0D5MCk0bQcTf/LVqZStvQ6K4lPn/BRg==
3310+
"@typescript-eslint/typescript-estree@8.26.0":
3311+
version "8.26.0"
3312+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.0.tgz#128972172005a7376e34ed2ecba4e29363b0cad1"
3313+
integrity sha512-tiJ1Hvy/V/oMVRTbEOIeemA2XoylimlDQ03CgPPNaHYZbpsc78Hmngnt+WXZfJX1pjQ711V7g0H7cSJThGYfPQ==
33093314
dependencies:
3310-
"@typescript-eslint/types" "8.24.1"
3311-
"@typescript-eslint/visitor-keys" "8.24.1"
3315+
"@typescript-eslint/types" "8.26.0"
3316+
"@typescript-eslint/visitor-keys" "8.26.0"
33123317
debug "^4.3.4"
33133318
fast-glob "^3.3.2"
33143319
is-glob "^4.0.3"
33153320
minimatch "^9.0.4"
33163321
semver "^7.6.0"
33173322
ts-api-utils "^2.0.1"
33183323

3319-
"@typescript-eslint/utils@8.24.1":
3320-
version "8.24.1"
3321-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.24.1.tgz#08d14eac33cfb3456feeee5a275b8ad3349e52ed"
3322-
integrity sha512-OOcg3PMMQx9EXspId5iktsI3eMaXVwlhC8BvNnX6B5w9a4dVgpkQZuU8Hy67TolKcl+iFWq0XX+jbDGN4xWxjQ==
3324+
"@typescript-eslint/utils@8.26.0":
3325+
version "8.26.0"
3326+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.26.0.tgz#845d20ed8378a5594e6445f54e53b972aee7b3e6"
3327+
integrity sha512-2L2tU3FVwhvU14LndnQCA2frYC8JnPDVKyQtWFPf8IYFMt/ykEN1bPolNhNbCVgOmdzTlWdusCTKA/9nKrf8Ig==
33233328
dependencies:
33243329
"@eslint-community/eslint-utils" "^4.4.0"
3325-
"@typescript-eslint/scope-manager" "8.24.1"
3326-
"@typescript-eslint/types" "8.24.1"
3327-
"@typescript-eslint/typescript-estree" "8.24.1"
3330+
"@typescript-eslint/scope-manager" "8.26.0"
3331+
"@typescript-eslint/types" "8.26.0"
3332+
"@typescript-eslint/typescript-estree" "8.26.0"
33283333

33293334
"@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
33303335
version "8.22.0"
@@ -3344,12 +3349,12 @@
33443349
"@typescript-eslint/types" "8.22.0"
33453350
eslint-visitor-keys "^4.2.0"
33463351

3347-
"@typescript-eslint/visitor-keys@8.24.1":
3348-
version "8.24.1"
3349-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.24.1.tgz#8bdfe47a89195344b34eb21ef61251562148202b"
3350-
integrity sha512-EwVHlp5l+2vp8CoqJm9KikPZgi3gbdZAtabKT9KPShGeOcJhsv4Zdo3oc8T8I0uKEmYoU4ItyxbptjF08enaxg==
3352+
"@typescript-eslint/visitor-keys@8.26.0":
3353+
version "8.26.0"
3354+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.0.tgz#a4876216756c69130ea958df3b77222c2ad95290"
3355+
integrity sha512-2z8JQJWAzPdDd51dRQ/oqIJxe99/hoLIqmf8RMCAJQtYDc535W/Jt2+RTP4bP0aKeBG1F65yjIZuczOXCmbWwg==
33513356
dependencies:
3352-
"@typescript-eslint/types" "8.24.1"
3357+
"@typescript-eslint/types" "8.26.0"
33533358
eslint-visitor-keys "^4.2.0"
33543359

33553360
abbrev@^3.0.0:
@@ -4643,10 +4648,10 @@ escape-string-regexp@^4.0.0:
46434648
resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz"
46444649
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
46454650

4646-
eslint-config-prettier@10.0.1:
4647-
version "10.0.1"
4648-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.0.1.tgz#fbb03bfc8db0651df9ce4e8b7150d11c5fe3addf"
4649-
integrity sha512-lZBts941cyJyeaooiKxAtzoPHTN+GbQTJFAIdQbRhA4/8whaAraEh47Whw/ZFfrjNSnlAxqfm9i0XVAEkULjCw==
4651+
eslint-config-prettier@10.1.1:
4652+
version "10.1.1"
4653+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.1.tgz#cf0ff6e5c4e7e15f129f1f1ce2a5ecba92dec132"
4654+
integrity sha512-4EQQr6wXwS+ZJSzaR5ZCrYgLxqvUjdXctaEtBqHcbkW944B1NQyO4qpdHQbXBONfwxXdkAY81HH4+LUfrg+zPw==
46504655

46514656
46524657
version "28.11.0"
@@ -4663,10 +4668,10 @@ [email protected]:
46634668
prettier-linter-helpers "^1.0.0"
46644669
synckit "^0.9.1"
46654670

4666-
eslint-scope@^8.2.0:
4667-
version "8.2.0"
4668-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.2.0.tgz#377aa6f1cb5dc7592cfd0b7f892fd0cf352ce442"
4669-
integrity sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==
4671+
eslint-scope@^8.3.0:
4672+
version "8.3.0"
4673+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.3.0.tgz#10cd3a918ffdd722f5f3f7b5b83db9b23c87340d"
4674+
integrity sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==
46704675
dependencies:
46714676
esrecurse "^4.3.0"
46724677
estraverse "^5.2.0"
@@ -4681,17 +4686,18 @@ eslint-visitor-keys@^4.2.0:
46814686
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
46824687
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
46834688

4684-
eslint@9.21.0:
4685-
version "9.21.0"
4686-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.21.0.tgz#b1c9c16f5153ff219791f627b94ab8f11f811591"
4687-
integrity sha512-KjeihdFqTPhOMXTt7StsDxriV4n66ueuF/jfPNC3j/lduHwr/ijDwJMsF+wyMJethgiKi5wniIE243vi07d3pg==
4689+
eslint@9.22.0:
4690+
version "9.22.0"
4691+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.22.0.tgz#0760043809fbf836f582140345233984d613c552"
4692+
integrity sha512-9V/QURhsRN40xuHXWjV64yvrzMjcz7ZyNoF2jJFmy9j/SLk0u1OLSZgXi28MrXjymnjEGSR80WCdab3RGMDveQ==
46884693
dependencies:
46894694
"@eslint-community/eslint-utils" "^4.2.0"
46904695
"@eslint-community/regexpp" "^4.12.1"
46914696
"@eslint/config-array" "^0.19.2"
4697+
"@eslint/config-helpers" "^0.1.0"
46924698
"@eslint/core" "^0.12.0"
46934699
"@eslint/eslintrc" "^3.3.0"
4694-
"@eslint/js" "9.21.0"
4700+
"@eslint/js" "9.22.0"
46954701
"@eslint/plugin-kit" "^0.2.7"
46964702
"@humanfs/node" "^0.16.6"
46974703
"@humanwhocodes/module-importer" "^1.0.1"
@@ -4703,7 +4709,7 @@ [email protected]:
47034709
cross-spawn "^7.0.6"
47044710
debug "^4.3.2"
47054711
escape-string-regexp "^4.0.0"
4706-
eslint-scope "^8.2.0"
4712+
eslint-scope "^8.3.0"
47074713
eslint-visitor-keys "^4.2.0"
47084714
espree "^10.3.0"
47094715
esquery "^1.5.0"
@@ -8154,10 +8160,10 @@ prettier-linter-helpers@^1.0.0:
81548160
dependencies:
81558161
fast-diff "^1.1.2"
81568162

8157-
8158-
version "3.5.2"
8159-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.5.2.tgz#d066c6053200da0234bf8fa1ef45168abed8b914"
8160-
integrity sha512-lc6npv5PH7hVqozBR7lkBNOGXV9vMwROAPlumdBkX0wTbbzPu/U1hk5yL8p2pt4Xoc+2mkT8t/sow2YrV/M5qg==
8163+
8164+
version "3.5.3"
8165+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.5.3.tgz#4fc2ce0d657e7a02e602549f053b239cb7dfe1b5"
8166+
integrity sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==
81618167

81628168
pretty-bytes@^3.0.0:
81638169
version "3.0.1"
@@ -9407,10 +9413,10 @@ typed-array-length@^1.0.4:
94079413
for-each "^0.3.3"
94089414
is-typed-array "^1.1.9"
94099415

9410-
typescript@5.7.3:
9411-
version "5.7.3"
9412-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
9413-
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==
9416+
typescript@5.8.2:
9417+
version "5.8.2"
9418+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4"
9419+
integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==
94149420

94159421
typescript@^4.1.3:
94169422
version "4.7.4"

0 commit comments

Comments
 (0)