Skip to content

Commit 7f3d2b8

Browse files
chore(deps): update devdeps
1 parent df859be commit 7f3d2b8

File tree

2 files changed

+129
-96
lines changed

2 files changed

+129
-96
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"release": "semantic-release --debug"
5858
},
5959
"devDependencies": {
60-
"@babel/core": "7.27.4",
60+
"@babel/core": "7.27.7",
6161
"@babel/preset-env": "7.27.2",
6262
"@babel/preset-typescript": "7.27.1",
6363
"@eslint/eslintrc": "^3.1.0",
@@ -66,15 +66,15 @@
6666
"@semantic-release/changelog": "6.0.3",
6767
"@semantic-release/git": "10.0.1",
6868
"@types/jest": "29.5.14",
69-
"@typescript-eslint/eslint-plugin": "8.34.0",
70-
"@typescript-eslint/parser": "8.34.0",
69+
"@typescript-eslint/eslint-plugin": "8.35.0",
70+
"@typescript-eslint/parser": "8.35.0",
7171
"babel-jest": "29.7.0",
7272
"eslint": "8.57.1",
7373
"eslint-config-prettier": "9.1.0",
74-
"eslint-plugin-jest": "28.13.5",
75-
"eslint-plugin-prettier": "5.4.1",
74+
"eslint-plugin-jest": "28.14.0",
75+
"eslint-plugin-prettier": "5.5.1",
7676
"jest": "29.7.0",
77-
"prettier": "3.5.3",
77+
"prettier": "3.6.2",
7878
"semantic-release": "22.0.12",
7979
"ts-jest": "^29.2.5",
8080
"typescript": "5.8.3"

yarn.lock

Lines changed: 123 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,21 @@
4242
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.5.tgz#7d0658ec1a8420fc866d1df1b03bea0e79934c82"
4343
integrity sha512-KiRAp/VoJaWkkte84TvUd9qjdbZAdiqyvMxrGl1N6vzFogKmaLgoM3L1kgtLicp2HP5fBJS8JrZKLVIZGVJAVg==
4444

45-
"@babel/[email protected].4":
46-
version "7.27.4"
47-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.4.tgz#cc1fc55d0ce140a1828d1dd2a2eba285adbfb3ce"
48-
integrity sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==
45+
"@babel/[email protected].7":
46+
version "7.27.7"
47+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.7.tgz#0ddeab1e7b17317dad8c3c3a887716f66b5c4428"
48+
integrity sha512-BU2f9tlKQ5CAthiMIgpzAh4eDTLWo1mqi9jqE2OxMG0E/OM199VJt2q8BztTxpnSW0i1ymdwLXRJnYzvDM5r2w==
4949
dependencies:
5050
"@ampproject/remapping" "^2.2.0"
5151
"@babel/code-frame" "^7.27.1"
52-
"@babel/generator" "^7.27.3"
52+
"@babel/generator" "^7.27.5"
5353
"@babel/helper-compilation-targets" "^7.27.2"
5454
"@babel/helper-module-transforms" "^7.27.3"
55-
"@babel/helpers" "^7.27.4"
56-
"@babel/parser" "^7.27.4"
55+
"@babel/helpers" "^7.27.6"
56+
"@babel/parser" "^7.27.7"
5757
"@babel/template" "^7.27.2"
58-
"@babel/traverse" "^7.27.4"
59-
"@babel/types" "^7.27.3"
58+
"@babel/traverse" "^7.27.7"
59+
"@babel/types" "^7.27.7"
6060
convert-source-map "^2.0.0"
6161
debug "^4.1.0"
6262
gensync "^1.0.0-beta.2"
@@ -94,7 +94,7 @@
9494
"@jridgewell/trace-mapping" "^0.3.25"
9595
jsesc "^2.5.1"
9696

97-
"@babel/generator@^7.27.3":
97+
"@babel/generator@^7.27.3", "@babel/generator@^7.27.5":
9898
version "7.27.5"
9999
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.5.tgz#3eb01866b345ba261b04911020cbe22dd4be8c8c"
100100
integrity sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw==
@@ -335,7 +335,7 @@
335335
"@babel/template" "^7.25.0"
336336
"@babel/types" "^7.25.6"
337337

338-
"@babel/helpers@^7.27.4":
338+
"@babel/helpers@^7.27.6":
339339
version "7.27.6"
340340
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c"
341341
integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==
@@ -367,6 +367,13 @@
367367
dependencies:
368368
"@babel/types" "^7.27.3"
369369

370+
"@babel/parser@^7.27.7":
371+
version "7.27.7"
372+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.7.tgz#1687f5294b45039c159730e3b9c1f1b242e425e9"
373+
integrity sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==
374+
dependencies:
375+
"@babel/types" "^7.27.7"
376+
370377
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
371378
version "7.27.1"
372379
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz#61dd8a8e61f7eb568268d1b5f129da3eee364bf9"
@@ -1095,7 +1102,7 @@
10951102
debug "^4.3.1"
10961103
globals "^11.1.0"
10971104

1098-
"@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.27.4":
1105+
"@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3":
10991106
version "7.27.4"
11001107
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.4.tgz#b0045ac7023c8472c3d35effd7cc9ebd638da6ea"
11011108
integrity sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==
@@ -1108,6 +1115,19 @@
11081115
debug "^4.3.1"
11091116
globals "^11.1.0"
11101117

1118+
"@babel/traverse@^7.27.7":
1119+
version "7.27.7"
1120+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.7.tgz#8355c39be6818362eace058cf7f3e25ac2ec3b55"
1121+
integrity sha512-X6ZlfR/O/s5EQ/SnUSLzr+6kGnkg8HXGMzpgsMsrJVcfDtH1vIp6ctCN4eZ1LS5c0+te5Cb6Y514fASjMRJ1nw==
1122+
dependencies:
1123+
"@babel/code-frame" "^7.27.1"
1124+
"@babel/generator" "^7.27.5"
1125+
"@babel/parser" "^7.27.7"
1126+
"@babel/template" "^7.27.2"
1127+
"@babel/types" "^7.27.7"
1128+
debug "^4.3.1"
1129+
globals "^11.1.0"
1130+
11111131
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.24.7", "@babel/types@^7.25.0", "@babel/types@^7.25.2", "@babel/types@^7.25.6", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
11121132
version "7.25.6"
11131133
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.6.tgz#893942ddb858f32ae7a004ec9d3a76b3463ef8e6"
@@ -1125,6 +1145,14 @@
11251145
"@babel/helper-string-parser" "^7.27.1"
11261146
"@babel/helper-validator-identifier" "^7.27.1"
11271147

1148+
"@babel/types@^7.27.7":
1149+
version "7.27.7"
1150+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.7.tgz#40eabd562049b2ee1a205fa589e629f945dce20f"
1151+
integrity sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw==
1152+
dependencies:
1153+
"@babel/helper-string-parser" "^7.27.1"
1154+
"@babel/helper-validator-identifier" "^7.27.1"
1155+
11281156
"@bcoe/v8-coverage@^0.2.3":
11291157
version "0.2.3"
11301158
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -1211,9 +1239,9 @@
12111239
integrity sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==
12121240

12131241
"@eslint/js@^9.11.1":
1214-
version "9.28.0"
1215-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.28.0.tgz#7822ccc2f8cae7c3cd4f902377d520e9ae03f844"
1216-
integrity sha512-fnqSjGWd/CoIp4EXIxWVK/sHA6DOHN4+8Ix2cX5ycOY7LG0UY8nHCU5pIp2eaE1Mc7Qd8kHspYNzYXT2ojPLzg==
1242+
version "9.30.0"
1243+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.30.0.tgz#c396fa450d5505dd9b7b8846b33f0491aebd9a2d"
1244+
integrity sha512-Wzw3wQwPvc9sHM+NjakWTcPx11mbZyiYHuwWa/QfZ7cIRX7WK54PSk7bdyXDaoaopUcMatv1zaQvOAAO8hCdww==
12171245

12181246
"@ethers-ext/[email protected]":
12191247
version "6.0.0-beta.2"
@@ -2171,48 +2199,48 @@
21712199
dependencies:
21722200
"@types/yargs-parser" "*"
21732201

2174-
"@typescript-eslint/eslint-plugin@8.34.0":
2175-
version "8.34.0"
2176-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.34.0.tgz#96c9f818782fe24cd5883a5d517ca1826d3fa9c2"
2177-
integrity sha512-QXwAlHlbcAwNlEEMKQS2RCgJsgXrTJdjXT08xEgbPFa2yYQgVjBymxP5DrfrE7X7iodSzd9qBUHUycdyVJTW1w==
2202+
"@typescript-eslint/eslint-plugin@8.35.0":
2203+
version "8.35.0"
2204+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.35.0.tgz#515170100ff867445fe0a17ce05c14fc5fd9ca63"
2205+
integrity sha512-ijItUYaiWuce0N1SoSMrEd0b6b6lYkYt99pqCPfybd+HKVXtEvYhICfLdwp42MhiI5mp0oq7PKEL+g1cNiz/Eg==
21782206
dependencies:
21792207
"@eslint-community/regexpp" "^4.10.0"
2180-
"@typescript-eslint/scope-manager" "8.34.0"
2181-
"@typescript-eslint/type-utils" "8.34.0"
2182-
"@typescript-eslint/utils" "8.34.0"
2183-
"@typescript-eslint/visitor-keys" "8.34.0"
2208+
"@typescript-eslint/scope-manager" "8.35.0"
2209+
"@typescript-eslint/type-utils" "8.35.0"
2210+
"@typescript-eslint/utils" "8.35.0"
2211+
"@typescript-eslint/visitor-keys" "8.35.0"
21842212
graphemer "^1.4.0"
21852213
ignore "^7.0.0"
21862214
natural-compare "^1.4.0"
21872215
ts-api-utils "^2.1.0"
21882216

2189-
"@typescript-eslint/parser@8.34.0":
2190-
version "8.34.0"
2191-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.34.0.tgz#703270426ac529304ae6988482f487c856d9c13f"
2192-
integrity sha512-vxXJV1hVFx3IXz/oy2sICsJukaBrtDEQSBiV48/YIV5KWjX1dO+bcIr/kCPrW6weKXvsaGKFNlwH0v2eYdRRbA==
2217+
"@typescript-eslint/parser@8.35.0":
2218+
version "8.35.0"
2219+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.35.0.tgz#20a0e17778a329a6072722f5ac418d4376b767d2"
2220+
integrity sha512-6sMvZePQrnZH2/cJkwRpkT7DxoAWh+g6+GFRK6bV3YQo7ogi3SX5rgF6099r5Q53Ma5qeT7LGmOmuIutF4t3lA==
21932221
dependencies:
2194-
"@typescript-eslint/scope-manager" "8.34.0"
2195-
"@typescript-eslint/types" "8.34.0"
2196-
"@typescript-eslint/typescript-estree" "8.34.0"
2197-
"@typescript-eslint/visitor-keys" "8.34.0"
2222+
"@typescript-eslint/scope-manager" "8.35.0"
2223+
"@typescript-eslint/types" "8.35.0"
2224+
"@typescript-eslint/typescript-estree" "8.35.0"
2225+
"@typescript-eslint/visitor-keys" "8.35.0"
21982226
debug "^4.3.4"
21992227

2200-
"@typescript-eslint/project-service@8.34.0":
2201-
version "8.34.0"
2202-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.34.0.tgz#449119b72fe9fae185013a6bdbaf1ffbfee6bcaf"
2203-
integrity sha512-iEgDALRf970/B2YExmtPMPF54NenZUf4xpL3wsCRx/lgjz6ul/l13R81ozP/ZNuXfnLCS+oPmG7JIxfdNYKELw==
2228+
"@typescript-eslint/project-service@8.35.0":
2229+
version "8.35.0"
2230+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.35.0.tgz#00bd77e6845fbdb5684c6ab2d8a400a58dcfb07b"
2231+
integrity sha512-41xatqRwWZuhUMF/aZm2fcUsOFKNcG28xqRSS6ZVr9BVJtGExosLAm5A1OxTjRMagx8nJqva+P5zNIGt8RIgbQ==
22042232
dependencies:
2205-
"@typescript-eslint/tsconfig-utils" "^8.34.0"
2206-
"@typescript-eslint/types" "^8.34.0"
2233+
"@typescript-eslint/tsconfig-utils" "^8.35.0"
2234+
"@typescript-eslint/types" "^8.35.0"
22072235
debug "^4.3.4"
22082236

2209-
"@typescript-eslint/scope-manager@8.34.0":
2210-
version "8.34.0"
2211-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.34.0.tgz#9fedaec02370cf79c018a656ab402eb00dc69e67"
2212-
integrity sha512-9Ac0X8WiLykl0aj1oYQNcLZjHgBojT6cW68yAgZ19letYu+Hxd0rE0veI1XznSSst1X5lwnxhPbVdwjDRIomRw==
2237+
"@typescript-eslint/scope-manager@8.35.0":
2238+
version "8.35.0"
2239+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.35.0.tgz#8ccb2ab63383544fab98fc4b542d8d141259ff4f"
2240+
integrity sha512-+AgL5+mcoLxl1vGjwNfiWq5fLDZM1TmTPYs2UkyHfFhgERxBbqHlNjRzhThJqz+ktBqTChRYY6zwbMwy0591AA==
22132241
dependencies:
2214-
"@typescript-eslint/types" "8.34.0"
2215-
"@typescript-eslint/visitor-keys" "8.34.0"
2242+
"@typescript-eslint/types" "8.35.0"
2243+
"@typescript-eslint/visitor-keys" "8.35.0"
22162244

22172245
"@typescript-eslint/[email protected]":
22182246
version "8.7.0"
@@ -2222,40 +2250,40 @@
22222250
"@typescript-eslint/types" "8.7.0"
22232251
"@typescript-eslint/visitor-keys" "8.7.0"
22242252

2225-
"@typescript-eslint/tsconfig-utils@8.34.0", "@typescript-eslint/tsconfig-utils@^8.34.0":
2226-
version "8.34.0"
2227-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.0.tgz#97d0a24e89a355e9308cebc8e23f255669bf0979"
2228-
integrity sha512-+W9VYHKFIzA5cBeooqQxqNriAP0QeQ7xTiDuIOr71hzgffm3EL2hxwWBIIj4GuofIbKxGNarpKqIq6Q6YrShOA==
2253+
"@typescript-eslint/tsconfig-utils@8.35.0", "@typescript-eslint/tsconfig-utils@^8.35.0":
2254+
version "8.35.0"
2255+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.35.0.tgz#6e05aeb999999e31d562ceb4fe144f3cbfbd670e"
2256+
integrity sha512-04k/7247kZzFraweuEirmvUj+W3bJLI9fX6fbo1Qm2YykuBvEhRTPl8tcxlYO8kZZW+HIXfkZNoasVb8EV4jpA==
22292257

2230-
"@typescript-eslint/type-utils@8.34.0":
2231-
version "8.34.0"
2232-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.34.0.tgz#03e7eb3776129dfd751ba1cac0c6ea4b0fab5ec6"
2233-
integrity sha512-n7zSmOcUVhcRYC75W2pnPpbO1iwhJY3NLoHEtbJwJSNlVAZuwqu05zY3f3s2SDWWDSo9FdN5szqc73DCtDObAg==
2258+
"@typescript-eslint/type-utils@8.35.0":
2259+
version "8.35.0"
2260+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.35.0.tgz#0201eae9d83ffcc3451ef8c94f53ecfbf2319ecc"
2261+
integrity sha512-ceNNttjfmSEoM9PW87bWLDEIaLAyR+E6BoYJQ5PfaDau37UGca9Nyq3lBk8Bw2ad0AKvYabz6wxc7DMTO2jnNA==
22342262
dependencies:
2235-
"@typescript-eslint/typescript-estree" "8.34.0"
2236-
"@typescript-eslint/utils" "8.34.0"
2263+
"@typescript-eslint/typescript-estree" "8.35.0"
2264+
"@typescript-eslint/utils" "8.35.0"
22372265
debug "^4.3.4"
22382266
ts-api-utils "^2.1.0"
22392267

2240-
"@typescript-eslint/types@8.34.0", "@typescript-eslint/types@^8.34.0":
2241-
version "8.34.0"
2242-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.34.0.tgz#18000f205c59c9aff7f371fc5426b764cf2890fb"
2243-
integrity sha512-9V24k/paICYPniajHfJ4cuAWETnt7Ssy+R0Rbcqo5sSFr3QEZ/8TSoUi9XeXVBGXCaLtwTOKSLGcInCAvyZeMA==
2268+
"@typescript-eslint/types@8.35.0", "@typescript-eslint/types@^8.35.0":
2269+
version "8.35.0"
2270+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.35.0.tgz#e60d062907930e30008d796de5c4170f02618a93"
2271+
integrity sha512-0mYH3emanku0vHw2aRLNGqe7EXh9WHEhi7kZzscrMDf6IIRUQ5Jk4wp1QrledE/36KtdZrVfKnE32eZCf/vaVQ==
22442272

22452273
"@typescript-eslint/[email protected]":
22462274
version "8.7.0"
22472275
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.7.0.tgz#21d987201c07b69ce7ddc03451d7196e5445ad19"
22482276
integrity sha512-LLt4BLHFwSfASHSF2K29SZ+ZCsbQOM+LuarPjRUuHm+Qd09hSe3GCeaQbcCr+Mik+0QFRmep/FyZBO6fJ64U3w==
22492277

2250-
"@typescript-eslint/typescript-estree@8.34.0":
2251-
version "8.34.0"
2252-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.0.tgz#c9f3feec511339ef64e9e4884516c3e558f1b048"
2253-
integrity sha512-rOi4KZxI7E0+BMqG7emPSK1bB4RICCpF7QD3KCLXn9ZvWoESsOMlHyZPAHyG04ujVplPaHbmEvs34m+wjgtVtg==
2278+
"@typescript-eslint/typescript-estree@8.35.0":
2279+
version "8.35.0"
2280+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.35.0.tgz#86141e6c55b75bc1eaecc0781bd39704de14e52a"
2281+
integrity sha512-F+BhnaBemgu1Qf8oHrxyw14wq6vbL8xwWKKMwTMwYIRmFFY/1n/9T/jpbobZL8vp7QyEUcC6xGrnAO4ua8Kp7w==
22542282
dependencies:
2255-
"@typescript-eslint/project-service" "8.34.0"
2256-
"@typescript-eslint/tsconfig-utils" "8.34.0"
2257-
"@typescript-eslint/types" "8.34.0"
2258-
"@typescript-eslint/visitor-keys" "8.34.0"
2283+
"@typescript-eslint/project-service" "8.35.0"
2284+
"@typescript-eslint/tsconfig-utils" "8.35.0"
2285+
"@typescript-eslint/types" "8.35.0"
2286+
"@typescript-eslint/visitor-keys" "8.35.0"
22592287
debug "^4.3.4"
22602288
fast-glob "^3.3.2"
22612289
is-glob "^4.0.3"
@@ -2277,15 +2305,15 @@
22772305
semver "^7.6.0"
22782306
ts-api-utils "^1.3.0"
22792307

2280-
"@typescript-eslint/utils@8.34.0":
2281-
version "8.34.0"
2282-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.34.0.tgz#7844beebc1153b4d3ec34135c2da53a91e076f8d"
2283-
integrity sha512-8L4tWatGchV9A1cKbjaavS6mwYwp39jql8xUmIIKJdm+qiaeHy5KMKlBrf30akXAWBzn2SqKsNOtSENWUwg7XQ==
2308+
"@typescript-eslint/utils@8.35.0":
2309+
version "8.35.0"
2310+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.35.0.tgz#aaf0afab5ab51ea2f1897002907eacd9834606d5"
2311+
integrity sha512-nqoMu7WWM7ki5tPgLVsmPM8CkqtoPUG6xXGeefM5t4x3XumOEKMoUZPdi+7F+/EotukN4R9OWdmDxN80fqoZeg==
22842312
dependencies:
22852313
"@eslint-community/eslint-utils" "^4.7.0"
2286-
"@typescript-eslint/scope-manager" "8.34.0"
2287-
"@typescript-eslint/types" "8.34.0"
2288-
"@typescript-eslint/typescript-estree" "8.34.0"
2314+
"@typescript-eslint/scope-manager" "8.35.0"
2315+
"@typescript-eslint/types" "8.35.0"
2316+
"@typescript-eslint/typescript-estree" "8.35.0"
22892317

22902318
"@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
22912319
version "8.7.0"
@@ -2297,13 +2325,13 @@
22972325
"@typescript-eslint/types" "8.7.0"
22982326
"@typescript-eslint/typescript-estree" "8.7.0"
22992327

2300-
"@typescript-eslint/visitor-keys@8.34.0":
2301-
version "8.34.0"
2302-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.0.tgz#c7a149407be31d755dba71980617d638a40ac099"
2303-
integrity sha512-qHV7pW7E85A0x6qyrFn+O+q1k1p3tQCsqIZ1KZ5ESLXY57aTvUd3/a4rdPTeXisvhXn2VQG0VSKUqs8KHF2zcA==
2328+
"@typescript-eslint/visitor-keys@8.35.0":
2329+
version "8.35.0"
2330+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.35.0.tgz#93e905e7f1e94d26a79771d1b1eb0024cb159dbf"
2331+
integrity sha512-zTh2+1Y8ZpmeQaQVIc/ZZxsx8UzgKJyNg1PTvjzC7WMhPSVS8bfDX34k1SrwOf016qd5RU3az2UxUNue3IfQ5g==
23042332
dependencies:
2305-
"@typescript-eslint/types" "8.34.0"
2306-
eslint-visitor-keys "^4.2.0"
2333+
"@typescript-eslint/types" "8.35.0"
2334+
eslint-visitor-keys "^4.2.1"
23072335

23082336
"@typescript-eslint/[email protected]":
23092337
version "8.7.0"
@@ -3264,17 +3292,17 @@ [email protected]:
32643292
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f"
32653293
integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==
32663294

3267-
eslint-plugin-jest@28.13.5:
3268-
version "28.13.5"
3269-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.13.5.tgz#b3eaaeba0fb40af25966e2c93914b046f24ca5d8"
3270-
integrity sha512-ThdhaLPqK78iVjWY1zIfe4WdcVB0NgxZzsOE38SRCc/i3lPIcdfkOuWMC6m96LAg9zAbPPY7LSTXXT0Pf8J7pQ==
3295+
eslint-plugin-jest@28.14.0:
3296+
version "28.14.0"
3297+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.14.0.tgz#02da77dc27d7b4c5480df3552ea26de056857b36"
3298+
integrity sha512-P9s/qXSMTpRTerE2FQ0qJet2gKbcGyFTPAJipoKxmWqR6uuFqIqk8FuEfg5yBieOezVrEfAMZrEwJ6yEp+1MFQ==
32713299
dependencies:
32723300
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"
32733301

3274-
eslint-plugin-prettier@5.4.1:
3275-
version "5.4.1"
3276-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.4.1.tgz#99b55d7dd70047886b2222fdd853665f180b36af"
3277-
integrity sha512-9dF+KuU/Ilkq27A8idRP7N2DH8iUR6qXcjF3FR2wETY21PZdBrIjwCau8oboyGj9b7etWmTGEeM8e7oOed6ZWg==
3302+
eslint-plugin-prettier@5.5.1:
3303+
version "5.5.1"
3304+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.1.tgz#470820964de9aedb37e9ce62c3266d2d26d08d15"
3305+
integrity sha512-dobTkHT6XaEVOo8IO90Q4DOSxnm3Y151QxPJlM/vKC0bVy+d6cVWQZLlFiuZPP0wS6vZwSKeJgKkcS+KfMBlRw==
32783306
dependencies:
32793307
prettier-linter-helpers "^1.0.0"
32803308
synckit "^0.11.7"
@@ -3297,6 +3325,11 @@ eslint-visitor-keys@^4.2.0:
32973325
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
32983326
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
32993327

3328+
eslint-visitor-keys@^4.2.1:
3329+
version "4.2.1"
3330+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
3331+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
3332+
33003333
33013334
version "8.57.1"
33023335
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -5787,10 +5820,10 @@ prettier-linter-helpers@^1.0.0:
57875820
dependencies:
57885821
fast-diff "^1.1.2"
57895822

5790-
prettier@3.5.3:
5791-
version "3.5.3"
5792-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.5.3.tgz#4fc2ce0d657e7a02e602549f053b239cb7dfe1b5"
5793-
integrity sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==
5823+
prettier@3.6.2:
5824+
version "3.6.2"
5825+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.6.2.tgz#ccda02a1003ebbb2bfda6f83a074978f608b9393"
5826+
integrity sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==
57945827

57955828
pretty-format@^29.0.0, pretty-format@^29.7.0:
57965829
version "29.7.0"

0 commit comments

Comments
 (0)