Skip to content

Commit bd0ed76

Browse files
chore(deps): update devdeps
1 parent 12e5eee commit bd0ed76

2 files changed

Lines changed: 70 additions & 70 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@
5656
},
5757
"devDependencies": {
5858
"@babel/core": "7.29.0",
59-
"@babel/preset-env": "7.29.0",
59+
"@babel/preset-env": "7.29.2",
6060
"@babel/preset-typescript": "7.28.5",
6161
"@semantic-release/changelog": "6.0.3",
6262
"@semantic-release/git": "10.0.1",
6363
"@types/jest": "30.0.0",
64-
"@typescript-eslint/eslint-plugin": "8.57.0",
65-
"@typescript-eslint/parser": "8.57.0",
64+
"@typescript-eslint/eslint-plugin": "8.57.1",
65+
"@typescript-eslint/parser": "8.57.1",
6666
"babel-jest": "30.3.0",
6767
"eslint": "9.39.4",
6868
"eslint-config-prettier": "10.1.8",

yarn.lock

Lines changed: 67 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1857,10 +1857,10 @@
18571857
"@babel/helper-create-regexp-features-plugin" "^7.28.5"
18581858
"@babel/helper-plugin-utils" "^7.28.6"
18591859

1860-
"@babel/preset-env@7.29.0":
1861-
version "7.29.0"
1862-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.29.0.tgz#c55db400c515a303662faaefd2d87e796efa08d0"
1863-
integrity sha512-fNEdfc0yi16lt6IZo2Qxk3knHVdfMYX33czNb4v8yWhemoBhibCpQK/uYHtSKIiO+p/zd3+8fYVXhQdOVV608w==
1860+
"@babel/preset-env@7.29.2":
1861+
version "7.29.2"
1862+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.29.2.tgz#5a173f22c7d8df362af1c9fe31facd320de4a86c"
1863+
integrity sha512-DYD23veRYGvBFhcTY1iUvJnDNpuqNd/BzBwCvzOTKUnJjKg5kpUBh3/u9585Agdkgj+QuygG7jLfOPWMa2KVNw==
18641864
dependencies:
18651865
"@babel/compat-data" "^7.29.0"
18661866
"@babel/helper-compilation-targets" "^7.28.6"
@@ -3586,29 +3586,29 @@
35863586
dependencies:
35873587
"@types/yargs-parser" "*"
35883588

3589-
"@typescript-eslint/eslint-plugin@8.57.0":
3590-
version "8.57.0"
3591-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.57.0.tgz#6e4085604ab63f55b3dcc61ce2c16965b2c36374"
3592-
integrity sha512-qeu4rTHR3/IaFORbD16gmjq9+rEs9fGKdX0kF6BKSfi+gCuG3RCKLlSBYzn/bGsY9Tj7KE/DAQStbp8AHJGHEQ==
3589+
"@typescript-eslint/eslint-plugin@8.57.1":
3590+
version "8.57.1"
3591+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.57.1.tgz#ddfdfb30f8b5ccee7f3c21798b377c51370edd55"
3592+
integrity sha512-Gn3aqnvNl4NGc6x3/Bqk1AOn0thyTU9bqDRhiRnUWezgvr2OnhYCWCgC8zXXRVqBsIL1pSDt7T9nJUe0oM0kDQ==
35933593
dependencies:
35943594
"@eslint-community/regexpp" "^4.12.2"
3595-
"@typescript-eslint/scope-manager" "8.57.0"
3596-
"@typescript-eslint/type-utils" "8.57.0"
3597-
"@typescript-eslint/utils" "8.57.0"
3598-
"@typescript-eslint/visitor-keys" "8.57.0"
3595+
"@typescript-eslint/scope-manager" "8.57.1"
3596+
"@typescript-eslint/type-utils" "8.57.1"
3597+
"@typescript-eslint/utils" "8.57.1"
3598+
"@typescript-eslint/visitor-keys" "8.57.1"
35993599
ignore "^7.0.5"
36003600
natural-compare "^1.4.0"
36013601
ts-api-utils "^2.4.0"
36023602

3603-
"@typescript-eslint/parser@8.57.0":
3604-
version "8.57.0"
3605-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.57.0.tgz#444c57a943e8b04f255cda18a94c8e023b46b08c"
3606-
integrity sha512-XZzOmihLIr8AD1b9hL9ccNMzEMWt/dE2u7NyTY9jJG6YNiNthaD5XtUHVF2uCXZ15ng+z2hT3MVuxnUYhq6k1g==
3603+
"@typescript-eslint/parser@8.57.1":
3604+
version "8.57.1"
3605+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.57.1.tgz#d523e559b148264055c0a49a29d5f50c7de659c2"
3606+
integrity sha512-k4eNDan0EIMTT/dUKc/g+rsJ6wcHYhNPdY19VoX/EOtaAG8DLtKCykhrUnuHPYvinn5jhAPgD2Qw9hXBwrahsw==
36073607
dependencies:
3608-
"@typescript-eslint/scope-manager" "8.57.0"
3609-
"@typescript-eslint/types" "8.57.0"
3610-
"@typescript-eslint/typescript-estree" "8.57.0"
3611-
"@typescript-eslint/visitor-keys" "8.57.0"
3608+
"@typescript-eslint/scope-manager" "8.57.1"
3609+
"@typescript-eslint/types" "8.57.1"
3610+
"@typescript-eslint/typescript-estree" "8.57.1"
3611+
"@typescript-eslint/visitor-keys" "8.57.1"
36123612
debug "^4.4.3"
36133613

36143614
"@typescript-eslint/project-service@8.34.1":
@@ -3620,13 +3620,13 @@
36203620
"@typescript-eslint/types" "^8.34.1"
36213621
debug "^4.3.4"
36223622

3623-
"@typescript-eslint/project-service@8.57.0":
3624-
version "8.57.0"
3625-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.57.0.tgz#2014ed527bcd0eff8aecb7e44879ae3150604ab3"
3626-
integrity sha512-pR+dK0BlxCLxtWfaKQWtYr7MhKmzqZxuii+ZjuFlZlIGRZm22HnXFqa2eY+90MUz8/i80YJmzFGDUsi8dMOV5w==
3623+
"@typescript-eslint/project-service@8.57.1":
3624+
version "8.57.1"
3625+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.57.1.tgz#16af9fe16eedbd7085e4fdc29baa73715c0c55c5"
3626+
integrity sha512-vx1F37BRO1OftsYlmG9xay1TqnjNVlqALymwWVuYTdo18XuKxtBpCj1QlzNIEHlvlB27osvXFWptYiEWsVdYsg==
36273627
dependencies:
3628-
"@typescript-eslint/tsconfig-utils" "^8.57.0"
3629-
"@typescript-eslint/types" "^8.57.0"
3628+
"@typescript-eslint/tsconfig-utils" "^8.57.1"
3629+
"@typescript-eslint/types" "^8.57.1"
36303630
debug "^4.4.3"
36313631

36323632
"@typescript-eslint/scope-manager@8.34.1":
@@ -3637,32 +3637,32 @@
36373637
"@typescript-eslint/types" "8.34.1"
36383638
"@typescript-eslint/visitor-keys" "8.34.1"
36393639

3640-
"@typescript-eslint/scope-manager@8.57.0":
3641-
version "8.57.0"
3642-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.57.0.tgz#7d2a2aeaaef2ae70891b21939fadb4cb0b19f840"
3643-
integrity sha512-nvExQqAHF01lUM66MskSaZulpPL5pgy5hI5RfrxviLgzZVffB5yYzw27uK/ft8QnKXI2X0LBrHJFr1TaZtAibw==
3640+
"@typescript-eslint/scope-manager@8.57.1":
3641+
version "8.57.1"
3642+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.57.1.tgz#4524d7e7b420cb501807499684d435ae129aaf35"
3643+
integrity sha512-hs/QcpCwlwT2L5S+3fT6gp0PabyGk4Q0Rv2doJXA0435/OpnSR3VRgvrp8Xdoc3UAYSg9cyUjTeFXZEPg/3OKg==
36443644
dependencies:
3645-
"@typescript-eslint/types" "8.57.0"
3646-
"@typescript-eslint/visitor-keys" "8.57.0"
3645+
"@typescript-eslint/types" "8.57.1"
3646+
"@typescript-eslint/visitor-keys" "8.57.1"
36473647

36483648
"@typescript-eslint/tsconfig-utils@8.34.1", "@typescript-eslint/tsconfig-utils@^8.34.1":
36493649
version "8.34.1"
36503650
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.1.tgz#d6abb1b1e9f1f1c83ac92051c8fbf2dbc4dc9f5e"
36513651
integrity sha512-K4Sjdo4/xF9NEeA2khOb7Y5nY6NSXBnod87uniVYW9kHP+hNlDV8trUSFeynA2uxWam4gIWgWoygPrv9VMWrYg==
36523652

3653-
"@typescript-eslint/tsconfig-utils@8.57.0", "@typescript-eslint/tsconfig-utils@^8.57.0":
3654-
version "8.57.0"
3655-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.57.0.tgz#cf2f2822af3887d25dd325b6bea6c3f60a83a0b4"
3656-
integrity sha512-LtXRihc5ytjJIQEH+xqjB0+YgsV4/tW35XKX3GTZHpWtcC8SPkT/d4tqdf1cKtesryHm2bgp6l555NYcT2NLvA==
3653+
"@typescript-eslint/tsconfig-utils@8.57.1", "@typescript-eslint/tsconfig-utils@^8.57.1":
3654+
version "8.57.1"
3655+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.57.1.tgz#9233443ec716882a6f9e240fd900a73f0235f3d7"
3656+
integrity sha512-0lgOZB8cl19fHO4eI46YUx2EceQqhgkPSuCGLlGi79L2jwYY1cxeYc1Nae8Aw1xjgW3PKVDLlr3YJ6Bxx8HkWg==
36573657

3658-
"@typescript-eslint/type-utils@8.57.0":
3659-
version "8.57.0"
3660-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.57.0.tgz#2877af4c2e8f0998b93a07dad1c34ce1bb669448"
3661-
integrity sha512-yjgh7gmDcJ1+TcEg8x3uWQmn8ifvSupnPfjP21twPKrDP/pTHlEQgmKcitzF/rzPSmv7QjJ90vRpN4U+zoUjwQ==
3658+
"@typescript-eslint/type-utils@8.57.1":
3659+
version "8.57.1"
3660+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.57.1.tgz#c49af1347b5869ca85155547a8f34f84ab386fd9"
3661+
integrity sha512-+Bwwm0ScukFdyoJsh2u6pp4S9ktegF98pYUU0hkphOOqdMB+1sNQhIz8y5E9+4pOioZijrkfNO/HUJVAFFfPKA==
36623662
dependencies:
3663-
"@typescript-eslint/types" "8.57.0"
3664-
"@typescript-eslint/typescript-estree" "8.57.0"
3665-
"@typescript-eslint/utils" "8.57.0"
3663+
"@typescript-eslint/types" "8.57.1"
3664+
"@typescript-eslint/typescript-estree" "8.57.1"
3665+
"@typescript-eslint/utils" "8.57.1"
36663666
debug "^4.4.3"
36673667
ts-api-utils "^2.4.0"
36683668

@@ -3671,10 +3671,10 @@
36713671
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.34.1.tgz#565a46a251580dae674dac5aafa8eb14b8322a35"
36723672
integrity sha512-rjLVbmE7HR18kDsjNIZQHxmv9RZwlgzavryL5Lnj2ujIRTeXlKtILHgRNmQ3j4daw7zd+mQgy+uyt6Zo6I0IGA==
36733673

3674-
"@typescript-eslint/types@8.57.0", "@typescript-eslint/types@^8.57.0":
3675-
version "8.57.0"
3676-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.57.0.tgz#4fa5385ffd1cd161fa5b9dce93e0493d491b8dc6"
3677-
integrity sha512-dTLI8PEXhjUC7B9Kre+u0XznO696BhXcTlOn0/6kf1fHaQW8+VjJAVHJ3eTI14ZapTxdkOmc80HblPQLaEeJdg==
3674+
"@typescript-eslint/types@8.57.1", "@typescript-eslint/types@^8.57.1":
3675+
version "8.57.1"
3676+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.57.1.tgz#54b27a8a25a7b45b4f978c3f8e00c4c78f11142c"
3677+
integrity sha512-S29BOBPJSFUiblEl6RzPPjJt6w25A6XsBqRVDt53tA/tlL8q7ceQNZHTjPeONt/3S7KRI4quk+yP9jK2WjBiPQ==
36783678

36793679
"@typescript-eslint/typescript-estree@8.34.1":
36803680
version "8.34.1"
@@ -3692,30 +3692,30 @@
36923692
semver "^7.6.0"
36933693
ts-api-utils "^2.1.0"
36943694

3695-
"@typescript-eslint/typescript-estree@8.57.0":
3696-
version "8.57.0"
3697-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.57.0.tgz#e0e4a89bfebb207de314826df876e2dabc7dea04"
3698-
integrity sha512-m7faHcyVg0BT3VdYTlX8GdJEM7COexXxS6KqGopxdtkQRvBanK377QDHr4W/vIPAR+ah9+B/RclSW5ldVniO1Q==
3695+
"@typescript-eslint/typescript-estree@8.57.1":
3696+
version "8.57.1"
3697+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.57.1.tgz#a9fd28d4a0ec896aa9a9a7e0cead62ea24f99e76"
3698+
integrity sha512-ybe2hS9G6pXpqGtPli9Gx9quNV0TWLOmh58ADlmZe9DguLq0tiAKVjirSbtM1szG6+QH6rVXyU6GTLQbWnMY+g==
36993699
dependencies:
3700-
"@typescript-eslint/project-service" "8.57.0"
3701-
"@typescript-eslint/tsconfig-utils" "8.57.0"
3702-
"@typescript-eslint/types" "8.57.0"
3703-
"@typescript-eslint/visitor-keys" "8.57.0"
3700+
"@typescript-eslint/project-service" "8.57.1"
3701+
"@typescript-eslint/tsconfig-utils" "8.57.1"
3702+
"@typescript-eslint/types" "8.57.1"
3703+
"@typescript-eslint/visitor-keys" "8.57.1"
37043704
debug "^4.4.3"
37053705
minimatch "^10.2.2"
37063706
semver "^7.7.3"
37073707
tinyglobby "^0.2.15"
37083708
ts-api-utils "^2.4.0"
37093709

3710-
"@typescript-eslint/utils@8.57.0":
3711-
version "8.57.0"
3712-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.57.0.tgz#c7193385b44529b788210d20c94c11de79ad3498"
3713-
integrity sha512-5iIHvpD3CZe06riAsbNxxreP+MuYgVUsV0n4bwLH//VJmgtt54sQeY2GszntJ4BjYCpMzrfVh2SBnUQTtys2lQ==
3710+
"@typescript-eslint/utils@8.57.1":
3711+
version "8.57.1"
3712+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.57.1.tgz#e40f5a7fcff02fd24092a7b52bd6ec029fb50465"
3713+
integrity sha512-XUNSJ/lEVFttPMMoDVA2r2bwrl8/oPx8cURtczkSEswY5T3AeLmCy+EKWQNdL4u0MmAHOjcWrqJp2cdvgjn8dQ==
37143714
dependencies:
37153715
"@eslint-community/eslint-utils" "^4.9.1"
3716-
"@typescript-eslint/scope-manager" "8.57.0"
3717-
"@typescript-eslint/types" "8.57.0"
3718-
"@typescript-eslint/typescript-estree" "8.57.0"
3716+
"@typescript-eslint/scope-manager" "8.57.1"
3717+
"@typescript-eslint/types" "8.57.1"
3718+
"@typescript-eslint/typescript-estree" "8.57.1"
37193719

37203720
"@typescript-eslint/utils@^8.0.0":
37213721
version "8.34.1"
@@ -3735,12 +3735,12 @@
37353735
"@typescript-eslint/types" "8.34.1"
37363736
eslint-visitor-keys "^4.2.1"
37373737

3738-
"@typescript-eslint/visitor-keys@8.57.0":
3739-
version "8.57.0"
3740-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.57.0.tgz#23aea662279bb66209700854453807a119350f85"
3741-
integrity sha512-zm6xx8UT/Xy2oSr2ZXD0pZo7Jx2XsCoID2IUh9YSTFRu7z+WdwYTRk6LhUftm1crwqbuoF6I8zAFeCMw0YjwDg==
3738+
"@typescript-eslint/visitor-keys@8.57.1":
3739+
version "8.57.1"
3740+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.57.1.tgz#3af4f88118924d3be983d4b8ae84803f11fe4563"
3741+
integrity sha512-YWnmJkXbofiz9KbnbbwuA2rpGkFPLbAIetcCNO6mJ8gdhdZ/v7WDXsoGFAJuM6ikUFKTlSQnjWnVO4ux+UzS6A==
37423742
dependencies:
3743-
"@typescript-eslint/types" "8.57.0"
3743+
"@typescript-eslint/types" "8.57.1"
37443744
eslint-visitor-keys "^5.0.0"
37453745

37463746
"@ungap/structured-clone@^1.3.0":

0 commit comments

Comments
 (0)