Skip to content

Commit ddd62b2

Browse files
chore(deps): bump the dependencies group across 1 directory with 6 updates (#4468)
Bumps the dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.27.1` | `7.27.3` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.15.21` | `22.15.23` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.32.1` | `8.33.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.32.1` | `8.33.0` | | [@inquirer/expand](https://github.com/SBoudrias/Inquirer.js) | `4.0.13` | `4.0.15` | | [@inquirer/select](https://github.com/SBoudrias/Inquirer.js) | `4.2.1` | `4.2.3` | Updates `@babel/core` from 7.27.1 to 7.27.3 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.3/packages/babel-core) Updates `@types/node` from 22.15.21 to 22.15.23 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/eslint-plugin` from 8.32.1 to 8.33.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.33.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.32.1 to 8.33.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.33.0/packages/parser) Updates `@inquirer/expand` from 4.0.13 to 4.0.15 - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/[email protected]...@inquirer/[email protected]) Updates `@inquirer/select` from 4.2.1 to 4.2.3 - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/[email protected]...@inquirer/[email protected]) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.27.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@types/node" dependency-version: 22.15.23 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.33.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@typescript-eslint/parser" dependency-version: 8.33.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@inquirer/expand" dependency-version: 4.0.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@inquirer/select" dependency-version: 4.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9a2f306 commit ddd62b2

File tree

1 file changed

+139
-123
lines changed

1 file changed

+139
-123
lines changed

yarn.lock

Lines changed: 139 additions & 123 deletions
Original file line numberDiff line numberDiff line change
@@ -25,33 +25,33 @@
2525
integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
2626

2727
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.23.9", "@babel/core@^7.25.2":
28-
version "7.27.1"
29-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6"
30-
integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ==
28+
version "7.27.3"
29+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.3.tgz#d7d05502bccede3cab36373ed142e6a1df554c2f"
30+
integrity sha512-hyrN8ivxfvJ4i0fIJuV4EOlV0WDMz5Ui4StRTgVaAvWeiRCilXgwVvxJKtFQ3TKtHgJscB2YiXKGNJuVwhQMtA==
3131
dependencies:
3232
"@ampproject/remapping" "^2.2.0"
3333
"@babel/code-frame" "^7.27.1"
34-
"@babel/generator" "^7.27.1"
35-
"@babel/helper-compilation-targets" "^7.27.1"
36-
"@babel/helper-module-transforms" "^7.27.1"
37-
"@babel/helpers" "^7.27.1"
38-
"@babel/parser" "^7.27.1"
39-
"@babel/template" "^7.27.1"
40-
"@babel/traverse" "^7.27.1"
41-
"@babel/types" "^7.27.1"
34+
"@babel/generator" "^7.27.3"
35+
"@babel/helper-compilation-targets" "^7.27.2"
36+
"@babel/helper-module-transforms" "^7.27.3"
37+
"@babel/helpers" "^7.27.3"
38+
"@babel/parser" "^7.27.3"
39+
"@babel/template" "^7.27.2"
40+
"@babel/traverse" "^7.27.3"
41+
"@babel/types" "^7.27.3"
4242
convert-source-map "^2.0.0"
4343
debug "^4.1.0"
4444
gensync "^1.0.0-beta.2"
4545
json5 "^2.2.3"
4646
semver "^6.3.1"
4747

48-
"@babel/generator@^7.27.1", "@babel/generator@^7.7.2":
49-
version "7.27.1"
50-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.1.tgz#862d4fad858f7208edd487c28b58144036b76230"
51-
integrity sha512-UnJfnIpc/+JO0/+KRVQNGU+y5taA5vCbwN8+azkX6beii/ZF+enZJSOKo11ZSzGJjlNfJHfQtmQT8H+9TXPG2w==
48+
"@babel/generator@^7.27.3", "@babel/generator@^7.7.2":
49+
version "7.27.3"
50+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.3.tgz#ef1c0f7cfe3b5fc8cbb9f6cc69f93441a68edefc"
51+
integrity sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q==
5252
dependencies:
53-
"@babel/parser" "^7.27.1"
54-
"@babel/types" "^7.27.1"
53+
"@babel/parser" "^7.27.3"
54+
"@babel/types" "^7.27.3"
5555
"@jridgewell/gen-mapping" "^0.3.5"
5656
"@jridgewell/trace-mapping" "^0.3.25"
5757
jsesc "^3.0.2"
@@ -123,14 +123,14 @@
123123
"@babel/traverse" "^7.27.1"
124124
"@babel/types" "^7.27.1"
125125

126-
"@babel/helper-module-transforms@^7.27.1":
127-
version "7.27.1"
128-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.1.tgz#e1663b8b71d2de948da5c4fb2a20ca4f3ec27a6f"
129-
integrity sha512-9yHn519/8KvTU5BjTVEEeIM3w9/2yXNKoD82JifINImhpKkARMJKPP59kLo+BafpdN5zgNeIcS4jsGDmd3l58g==
126+
"@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.27.3":
127+
version "7.27.3"
128+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02"
129+
integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==
130130
dependencies:
131131
"@babel/helper-module-imports" "^7.27.1"
132132
"@babel/helper-validator-identifier" "^7.27.1"
133-
"@babel/traverse" "^7.27.1"
133+
"@babel/traverse" "^7.27.3"
134134

135135
"@babel/helper-optimise-call-expression@^7.27.1":
136136
version "7.27.1"
@@ -194,20 +194,20 @@
194194
"@babel/traverse" "^7.27.1"
195195
"@babel/types" "^7.27.1"
196196

197-
"@babel/helpers@^7.27.1":
198-
version "7.27.1"
199-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4"
200-
integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ==
197+
"@babel/helpers@^7.27.3":
198+
version "7.27.3"
199+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.3.tgz#387d65d279290e22fe7a47a8ffcd2d0c0184edd0"
200+
integrity sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg==
201201
dependencies:
202-
"@babel/template" "^7.27.1"
203-
"@babel/types" "^7.27.1"
202+
"@babel/template" "^7.27.2"
203+
"@babel/types" "^7.27.3"
204204

205-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.27.1", "@babel/parser@^7.27.2":
206-
version "7.27.2"
207-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.2.tgz#577518bedb17a2ce4212afd052e01f7df0941127"
208-
integrity sha512-QYLs8299NA7WM/bZAdp+CviYYkVoYXlDW2rzliy3chxd1PQjej7JORuMJDJXJUb9g0TT+B99EwaVLKmX+sPXWw==
205+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.27.2", "@babel/parser@^7.27.3":
206+
version "7.27.3"
207+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf"
208+
integrity sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw==
209209
dependencies:
210-
"@babel/types" "^7.27.1"
210+
"@babel/types" "^7.27.3"
211211

212212
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
213213
version "7.27.1"
@@ -869,7 +869,7 @@
869869
pirates "^4.0.6"
870870
source-map-support "^0.5.16"
871871

872-
"@babel/template@^7.27.1", "@babel/template@^7.3.3":
872+
"@babel/template@^7.27.1", "@babel/template@^7.27.2", "@babel/template@^7.3.3":
873873
version "7.27.2"
874874
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
875875
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
@@ -878,23 +878,23 @@
878878
"@babel/parser" "^7.27.2"
879879
"@babel/types" "^7.27.1"
880880

881-
"@babel/traverse@^7.27.1":
882-
version "7.27.1"
883-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.1.tgz#4db772902b133bbddd1c4f7a7ee47761c1b9f291"
884-
integrity sha512-ZCYtZciz1IWJB4U61UPu4KEaqyfj+r5T1Q5mqPo+IBpcG9kHv30Z0aD8LXPgC1trYa6rK0orRyAhqUgk4MjmEg==
881+
"@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3":
882+
version "7.27.3"
883+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.3.tgz#8b62a6c2d10f9d921ba7339c90074708509cffae"
884+
integrity sha512-lId/IfN/Ye1CIu8xG7oKBHXd2iNb2aW1ilPszzGcJug6M8RCKfVNcYhpI5+bMvFYjK7lXIM0R+a+6r8xhHp2FQ==
885885
dependencies:
886886
"@babel/code-frame" "^7.27.1"
887-
"@babel/generator" "^7.27.1"
888-
"@babel/parser" "^7.27.1"
889-
"@babel/template" "^7.27.1"
890-
"@babel/types" "^7.27.1"
887+
"@babel/generator" "^7.27.3"
888+
"@babel/parser" "^7.27.3"
889+
"@babel/template" "^7.27.2"
890+
"@babel/types" "^7.27.3"
891891
debug "^4.3.1"
892892
globals "^11.1.0"
893893

894-
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.27.1", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
895-
version "7.27.1"
896-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.1.tgz#9defc53c16fc899e46941fc6901a9eea1c9d8560"
897-
integrity sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==
894+
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
895+
version "7.27.3"
896+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.3.tgz#c0257bedf33aad6aad1f406d35c44758321eb3ec"
897+
integrity sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw==
898898
dependencies:
899899
"@babel/helper-string-parser" "^7.27.1"
900900
"@babel/helper-validator-identifier" "^7.27.1"
@@ -1564,13 +1564,13 @@
15641564
resolved "https://registry.yarnpkg.com/@hutson/parse-repository-url/-/parse-repository-url-3.0.2.tgz#98c23c950a3d9b6c8f0daed06da6c3af06981340"
15651565
integrity sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==
15661566

1567-
"@inquirer/core@^10.1.11":
1568-
version "10.1.11"
1569-
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-10.1.11.tgz#4022032b5b6b35970e1c3fcfc522bc250ef8810d"
1570-
integrity sha512-BXwI/MCqdtAhzNQlBEFE7CEflhPkl/BqvAuV/aK6lW3DClIfYVDWPP/kXuXHtBWC7/EEbNqd/1BGq2BGBBnuxw==
1567+
"@inquirer/core@^10.1.13":
1568+
version "10.1.13"
1569+
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-10.1.13.tgz#8f1ecfaba288fd2d705c7ac0690371464cf687b0"
1570+
integrity sha512-1viSxebkYN2nJULlzCxES6G9/stgHSepZ9LqqfdIGPHj5OHhiBUXVS0a6R0bEC2A+VL4D9w6QB66ebCr6HGllA==
15711571
dependencies:
1572-
"@inquirer/figures" "^1.0.11"
1573-
"@inquirer/type" "^3.0.6"
1572+
"@inquirer/figures" "^1.0.12"
1573+
"@inquirer/type" "^3.0.7"
15741574
ansi-escapes "^4.3.2"
15751575
cli-width "^4.1.0"
15761576
mute-stream "^2.0.0"
@@ -1579,34 +1579,34 @@
15791579
yoctocolors-cjs "^2.1.2"
15801580

15811581
"@inquirer/expand@^4.0.3":
1582-
version "4.0.13"
1583-
resolved "https://registry.yarnpkg.com/@inquirer/expand/-/expand-4.0.13.tgz#2f018c28464683a1a4a450713a810248d48f4762"
1584-
integrity sha512-HgYNWuZLHX6q5y4hqKhwyytqAghmx35xikOGY3TcgNiElqXGPas24+UzNPOwGUZa5Dn32y25xJqVeUcGlTv+QQ==
1582+
version "4.0.15"
1583+
resolved "https://registry.yarnpkg.com/@inquirer/expand/-/expand-4.0.15.tgz#8b49f3503118bb977a13a9040fa84deb9b043ab6"
1584+
integrity sha512-4Y+pbr/U9Qcvf+N/goHzPEXiHH8680lM3Dr3Y9h9FFw4gHS+zVpbj8LfbKWIb/jayIB4aSO4pWiBTrBYWkvi5A==
15851585
dependencies:
1586-
"@inquirer/core" "^10.1.11"
1587-
"@inquirer/type" "^3.0.6"
1586+
"@inquirer/core" "^10.1.13"
1587+
"@inquirer/type" "^3.0.7"
15881588
yoctocolors-cjs "^2.1.2"
15891589

1590-
"@inquirer/figures@^1.0.11", "@inquirer/figures@^1.0.3":
1591-
version "1.0.11"
1592-
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.11.tgz#4744e6db95288fea1dead779554859710a959a21"
1593-
integrity sha512-eOg92lvrn/aRUqbxRyvpEWnrvRuTYRifixHkYVpJiygTgVSBIHDqLh0SrMQXkafvULg3ck11V7xvR+zcgvpHFw==
1590+
"@inquirer/figures@^1.0.12", "@inquirer/figures@^1.0.3":
1591+
version "1.0.12"
1592+
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.12.tgz#667d6254cc7ba3b0c010a323d78024a1d30c6053"
1593+
integrity sha512-MJttijd8rMFcKJC8NYmprWr6hD3r9Gd9qUC0XwPNwoEPWSMVJwA2MlXxF+nhZZNMY+HXsWa+o7KY2emWYIn0jQ==
15941594

15951595
"@inquirer/select@^4.0.3":
1596-
version "4.2.1"
1597-
resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-4.2.1.tgz#1be785ef4cd7dccd67fa4b77ff9dc8460cbc554b"
1598-
integrity sha512-gt1Kd5XZm+/ddemcT3m23IP8aD8rC9drRckWoP/1f7OL46Yy2FGi8DSmNjEjQKtPl6SV96Kmjbl6p713KXJ/Jg==
1596+
version "4.2.3"
1597+
resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-4.2.3.tgz#3e31b56aff7bce9b46a0e2c8428118a25fe51c32"
1598+
integrity sha512-OAGhXU0Cvh0PhLz9xTF/kx6g6x+sP+PcyTiLvCrewI99P3BBeexD+VbuwkNDvqGkk3y2h5ZiWLeRP7BFlhkUDg==
15991599
dependencies:
1600-
"@inquirer/core" "^10.1.11"
1601-
"@inquirer/figures" "^1.0.11"
1602-
"@inquirer/type" "^3.0.6"
1600+
"@inquirer/core" "^10.1.13"
1601+
"@inquirer/figures" "^1.0.12"
1602+
"@inquirer/type" "^3.0.7"
16031603
ansi-escapes "^4.3.2"
16041604
yoctocolors-cjs "^2.1.2"
16051605

1606-
"@inquirer/type@^3.0.6":
1607-
version "3.0.6"
1608-
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-3.0.6.tgz#2500e435fc2014c5250eec3279f42b70b64089bd"
1609-
integrity sha512-/mKVCtVpyBu3IDarv0G+59KC4stsD5mDsGpYh+GKs1NZT88Jh52+cuoA1AtLk2Q0r/quNl+1cSUyLRHBFeD0XA==
1606+
"@inquirer/type@^3.0.7":
1607+
version "3.0.7"
1608+
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-3.0.7.tgz#b46bcf377b3172dbc768fdbd053e6492ad801a09"
1609+
integrity sha512-PfunHQcjwnju84L+ycmcMKB/pTPIngjUJvfnRhKY6FKPuYXlM4aQCb/nIdTFR6BEhMjFvngzvng/vBAJMZpLSA==
16101610

16111611
"@isaacs/cliui@^8.0.2":
16121612
version "8.0.2"
@@ -2791,9 +2791,9 @@
27912791
"@types/node" "*"
27922792

27932793
"@types/node@*", "@types/node@^22.5.5":
2794-
version "22.15.21"
2795-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.21.tgz#196ef14fe20d87f7caf1e7b39832767f9a995b77"
2796-
integrity sha512-EV/37Td6c+MgKAbkcLG6vqZ2zEYHD7bvSrzqqs2RIhbA6w3x+Dqz8MZM3sP6kGTeLrdoOgKZe+Xja7tUB2DNkQ==
2794+
version "22.15.23"
2795+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.23.tgz#a0b7c03f951f1ffe381a6a345c68d80e48043dd0"
2796+
integrity sha512-7Ec1zaFPF4RJ0eXu1YT/xgiebqwqoJz8rYPDi/O2BcZ++Wpt0Kq9cl0eg6NN6bYbPnR67ZLo7St5Q3UK0SnARw==
27972797
dependencies:
27982798
undici-types "~6.21.0"
27992799

@@ -2887,84 +2887,100 @@
28872887
"@types/yargs-parser" "*"
28882888

28892889
"@typescript-eslint/eslint-plugin@^8.6.0":
2890-
version "8.32.1"
2891-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.32.1.tgz#9185b3eaa3b083d8318910e12d56c68b3c4f45b4"
2892-
integrity sha512-6u6Plg9nP/J1GRpe/vcjjabo6Uc5YQPAMxsgQyGC/I0RuukiG1wIe3+Vtg3IrSCVJDmqK3j8adrtzXSENRtFgg==
2890+
version "8.33.0"
2891+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.33.0.tgz#51ed03649575ba51bcee7efdbfd85283249b5447"
2892+
integrity sha512-CACyQuqSHt7ma3Ns601xykeBK/rDeZa3w6IS6UtMQbixO5DWy+8TilKkviGDH6jtWCo8FGRKEK5cLLkPvEammQ==
28932893
dependencies:
28942894
"@eslint-community/regexpp" "^4.10.0"
2895-
"@typescript-eslint/scope-manager" "8.32.1"
2896-
"@typescript-eslint/type-utils" "8.32.1"
2897-
"@typescript-eslint/utils" "8.32.1"
2898-
"@typescript-eslint/visitor-keys" "8.32.1"
2895+
"@typescript-eslint/scope-manager" "8.33.0"
2896+
"@typescript-eslint/type-utils" "8.33.0"
2897+
"@typescript-eslint/utils" "8.33.0"
2898+
"@typescript-eslint/visitor-keys" "8.33.0"
28992899
graphemer "^1.4.0"
29002900
ignore "^7.0.0"
29012901
natural-compare "^1.4.0"
29022902
ts-api-utils "^2.1.0"
29032903

29042904
"@typescript-eslint/parser@^8.6.0":
2905-
version "8.32.1"
2906-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.32.1.tgz#18b0e53315e0bc22b2619d398ae49a968370935e"
2907-
integrity sha512-LKMrmwCPoLhM45Z00O1ulb6jwyVr2kr3XJp+G+tSEZcbauNnScewcQwtJqXDhXeYPDEjZ8C1SjXm015CirEmGg==
2908-
dependencies:
2909-
"@typescript-eslint/scope-manager" "8.32.1"
2910-
"@typescript-eslint/types" "8.32.1"
2911-
"@typescript-eslint/typescript-estree" "8.32.1"
2912-
"@typescript-eslint/visitor-keys" "8.32.1"
2905+
version "8.33.0"
2906+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.33.0.tgz#8e523c2b447ad7cd6ac91b719d8b37449481784d"
2907+
integrity sha512-JaehZvf6m0yqYp34+RVnihBAChkqeH+tqqhS0GuX1qgPpwLvmTPheKEs6OeCK6hVJgXZHJ2vbjnC9j119auStQ==
2908+
dependencies:
2909+
"@typescript-eslint/scope-manager" "8.33.0"
2910+
"@typescript-eslint/types" "8.33.0"
2911+
"@typescript-eslint/typescript-estree" "8.33.0"
2912+
"@typescript-eslint/visitor-keys" "8.33.0"
29132913
debug "^4.3.4"
29142914

2915-
"@typescript-eslint/scope-manager@8.32.1":
2916-
version "8.32.1"
2917-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.32.1.tgz#9a6bf5fb2c5380e14fe9d38ccac6e4bbe17e8afc"
2918-
integrity sha512-7IsIaIDeZn7kffk7qXC3o6Z4UblZJKV3UBpkvRNpr5NSyLji7tvTcvmnMNYuYLyh26mN8W723xpo3i4MlD33vA==
2915+
"@typescript-eslint/project-service@8.33.0":
2916+
version "8.33.0"
2917+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.33.0.tgz#71f37ef9010de47bf20963914743c5cbef851e08"
2918+
integrity sha512-d1hz0u9l6N+u/gcrk6s6gYdl7/+pp8yHheRTqP6X5hVDKALEaTn8WfGiit7G511yueBEL3OpOEpD+3/MBdoN+A==
29192919
dependencies:
2920-
"@typescript-eslint/types" "8.32.1"
2921-
"@typescript-eslint/visitor-keys" "8.32.1"
2920+
"@typescript-eslint/tsconfig-utils" "^8.33.0"
2921+
"@typescript-eslint/types" "^8.33.0"
2922+
debug "^4.3.4"
2923+
2924+
"@typescript-eslint/[email protected]":
2925+
version "8.33.0"
2926+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.33.0.tgz#459cf0c49d410800b1a023b973c62d699b09bf4c"
2927+
integrity sha512-LMi/oqrzpqxyO72ltP+dBSP6V0xiUb4saY7WLtxSfiNEBI8m321LLVFU9/QDJxjDQG9/tjSqKz/E3380TEqSTw==
2928+
dependencies:
2929+
"@typescript-eslint/types" "8.33.0"
2930+
"@typescript-eslint/visitor-keys" "8.33.0"
2931+
2932+
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.33.0":
2933+
version "8.33.0"
2934+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.33.0.tgz#316adab038bbdc43e448781d5a816c2973eab73e"
2935+
integrity sha512-sTkETlbqhEoiFmGr1gsdq5HyVbSOF0145SYDJ/EQmXHtKViCaGvnyLqWFFHtEXoS0J1yU8Wyou2UGmgW88fEug==
29222936

2923-
"@typescript-eslint/type-utils@8.32.1":
2924-
version "8.32.1"
2925-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.32.1.tgz#b9292a45f69ecdb7db74d1696e57d1a89514d21e"
2926-
integrity sha512-mv9YpQGA8iIsl5KyUPi+FGLm7+bA4fgXaeRcFKRDRwDMu4iwrSHeDPipwueNXhdIIZltwCJv+NkxftECbIZWfA==
2937+
"@typescript-eslint/type-utils@8.33.0":
2938+
version "8.33.0"
2939+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.33.0.tgz#f06124b2d6db8a51b24990cb123c9543af93fef5"
2940+
integrity sha512-lScnHNCBqL1QayuSrWeqAL5GmqNdVUQAAMTaCwdYEdWfIrSrOGzyLGRCHXcCixa5NK6i5l0AfSO2oBSjCjf4XQ==
29272941
dependencies:
2928-
"@typescript-eslint/typescript-estree" "8.32.1"
2929-
"@typescript-eslint/utils" "8.32.1"
2942+
"@typescript-eslint/typescript-estree" "8.33.0"
2943+
"@typescript-eslint/utils" "8.33.0"
29302944
debug "^4.3.4"
29312945
ts-api-utils "^2.1.0"
29322946

2933-
"@typescript-eslint/types@8.32.1":
2934-
version "8.32.1"
2935-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.1.tgz#b19fe4ac0dc08317bae0ce9ec1168123576c1d4b"
2936-
integrity sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg==
2947+
"@typescript-eslint/types@8.33.0", "@typescript-eslint/types@^8.33.0":
2948+
version "8.33.0"
2949+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.33.0.tgz#02a7dbba611a8abf1ad2a9e00f72f7b94b5ab0ee"
2950+
integrity sha512-DKuXOKpM5IDT1FA2g9x9x1Ug81YuKrzf4mYX8FAVSNu5Wo/LELHWQyM1pQaDkI42bX15PWl0vNPt1uGiIFUOpg==
29372951

2938-
"@typescript-eslint/typescript-estree@8.32.1":
2939-
version "8.32.1"
2940-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.1.tgz#9023720ca4ecf4f59c275a05b5fed69b1276face"
2941-
integrity sha512-Y3AP9EIfYwBb4kWGb+simvPaqQoT5oJuzzj9m0i6FCY6SPvlomY2Ei4UEMm7+FXtlNJbor80ximyslzaQF6xhg==
2952+
"@typescript-eslint/typescript-estree@8.33.0":
2953+
version "8.33.0"
2954+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.33.0.tgz#abcc1d3db75a8e9fd2e274ee8c4099fa2399abfd"
2955+
integrity sha512-vegY4FQoB6jL97Tu/lWRsAiUUp8qJTqzAmENH2k59SJhw0Th1oszb9Idq/FyyONLuNqT1OADJPXfyUNOR8SzAQ==
29422956
dependencies:
2943-
"@typescript-eslint/types" "8.32.1"
2944-
"@typescript-eslint/visitor-keys" "8.32.1"
2957+
"@typescript-eslint/project-service" "8.33.0"
2958+
"@typescript-eslint/tsconfig-utils" "8.33.0"
2959+
"@typescript-eslint/types" "8.33.0"
2960+
"@typescript-eslint/visitor-keys" "8.33.0"
29452961
debug "^4.3.4"
29462962
fast-glob "^3.3.2"
29472963
is-glob "^4.0.3"
29482964
minimatch "^9.0.4"
29492965
semver "^7.6.0"
29502966
ts-api-utils "^2.1.0"
29512967

2952-
"@typescript-eslint/utils@8.32.1":
2953-
version "8.32.1"
2954-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.32.1.tgz#4d6d5d29b9e519e9a85e9a74e9f7bdb58abe9704"
2955-
integrity sha512-DsSFNIgLSrc89gpq1LJB7Hm1YpuhK086DRDJSNrewcGvYloWW1vZLHBTIvarKZDcAORIy/uWNx8Gad+4oMpkSA==
2968+
"@typescript-eslint/utils@8.33.0":
2969+
version "8.33.0"
2970+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.33.0.tgz#574ad5edee371077b9e28ca6fb804f2440f447c1"
2971+
integrity sha512-lPFuQaLA9aSNa7D5u2EpRiqdAUhzShwGg/nhpBlc4GR6kcTABttCuyjFs8BcEZ8VWrjCBof/bePhP3Q3fS+Yrw==
29562972
dependencies:
29572973
"@eslint-community/eslint-utils" "^4.7.0"
2958-
"@typescript-eslint/scope-manager" "8.32.1"
2959-
"@typescript-eslint/types" "8.32.1"
2960-
"@typescript-eslint/typescript-estree" "8.32.1"
2974+
"@typescript-eslint/scope-manager" "8.33.0"
2975+
"@typescript-eslint/types" "8.33.0"
2976+
"@typescript-eslint/typescript-estree" "8.33.0"
29612977

2962-
"@typescript-eslint/visitor-keys@8.32.1":
2963-
version "8.32.1"
2964-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.1.tgz#4321395cc55c2eb46036cbbb03e101994d11ddca"
2965-
integrity sha512-ar0tjQfObzhSaW3C3QNmTc5ofj0hDoNQ5XWrCy6zDyabdr0TWhCkClp+rywGNj/odAFBVzzJrK4tEq5M4Hmu4w==
2978+
"@typescript-eslint/visitor-keys@8.33.0":
2979+
version "8.33.0"
2980+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.33.0.tgz#fbae16fd3594531f8cad95d421125d634e9974fe"
2981+
integrity sha512-7RW7CMYoskiz5OOGAWjJFxgb7c5UNjTG292gYhWeOAcFmYCtVCSqjqSBj5zMhxbXo2JOW95YYrUWJfU0zrpaGQ==
29662982
dependencies:
2967-
"@typescript-eslint/types" "8.32.1"
2983+
"@typescript-eslint/types" "8.33.0"
29682984
eslint-visitor-keys "^4.2.0"
29692985

29702986
"@ungap/structured-clone@^1.2.0":

0 commit comments

Comments
 (0)