Skip to content

Commit 39b03d8

Browse files
Bump the minor-and-patch group in /vscode with 3 updates
Bumps the minor-and-patch group in /vscode with 3 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@babel/core` from 7.28.4 to 7.28.5 - [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.28.5/packages/babel-core) Updates `@types/node` from 24.8.1 to 24.9.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `typescript-eslint` from 8.46.1 to 8.46.2 - [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.46.2/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.28.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@types/node" dependency-version: 24.9.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: typescript-eslint dependency-version: 8.46.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5802a0b commit 39b03d8

2 files changed

Lines changed: 117 additions & 112 deletions

File tree

vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@
812812
"ws": ">= 7.4.6"
813813
},
814814
"devDependencies": {
815-
"@babel/core": "^7.28.4",
815+
"@babel/core": "^7.28.5",
816816
"@eslint/js": "^9.38.0",
817817
"@types/mocha": "^10.0.10",
818818
"@types/node": "24.x",
@@ -829,7 +829,7 @@
829829
"prettier": "^3.6.2",
830830
"sinon": "^21.0.0",
831831
"typescript": "^5.9.3",
832-
"typescript-eslint": "^8.46.1",
832+
"typescript-eslint": "^8.46.2",
833833
"vscode-oniguruma": "^2.0.1",
834834
"vscode-textmate": "^9.2.1"
835835
},

vscode/yarn.lock

Lines changed: 115 additions & 110 deletions
Original file line numberDiff line numberDiff line change
@@ -151,34 +151,34 @@
151151
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.3.tgz#cc49c2ac222d69b889bf34c795f537c0c6311111"
152152
integrity sha512-V42wFfx1ymFte+ecf6iXghnnP8kWTO+ZLXIyZq+1LAXHHvTZdVxicn4yiVYdYMGaCO3tmqub11AorKkv+iodqw==
153153

154-
"@babel/core@^7.28.4":
155-
version "7.28.4"
156-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.4.tgz#12a550b8794452df4c8b084f95003bce1742d496"
157-
integrity sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==
154+
"@babel/core@^7.28.5":
155+
version "7.28.5"
156+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.5.tgz#4c81b35e51e1b734f510c99b07dfbc7bbbb48f7e"
157+
integrity sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==
158158
dependencies:
159159
"@babel/code-frame" "^7.27.1"
160-
"@babel/generator" "^7.28.3"
160+
"@babel/generator" "^7.28.5"
161161
"@babel/helper-compilation-targets" "^7.27.2"
162162
"@babel/helper-module-transforms" "^7.28.3"
163163
"@babel/helpers" "^7.28.4"
164-
"@babel/parser" "^7.28.4"
164+
"@babel/parser" "^7.28.5"
165165
"@babel/template" "^7.27.2"
166-
"@babel/traverse" "^7.28.4"
167-
"@babel/types" "^7.28.4"
166+
"@babel/traverse" "^7.28.5"
167+
"@babel/types" "^7.28.5"
168168
"@jridgewell/remapping" "^2.3.5"
169169
convert-source-map "^2.0.0"
170170
debug "^4.1.0"
171171
gensync "^1.0.0-beta.2"
172172
json5 "^2.2.3"
173173
semver "^6.3.1"
174174

175-
"@babel/generator@^7.28.3":
176-
version "7.28.3"
177-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.3.tgz#9626c1741c650cbac39121694a0f2d7451b8ef3e"
178-
integrity sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==
175+
"@babel/generator@^7.28.5":
176+
version "7.28.5"
177+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.5.tgz#712722d5e50f44d07bc7ac9fe84438742dd61298"
178+
integrity sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==
179179
dependencies:
180-
"@babel/parser" "^7.28.3"
181-
"@babel/types" "^7.28.2"
180+
"@babel/parser" "^7.28.5"
181+
"@babel/types" "^7.28.5"
182182
"@jridgewell/gen-mapping" "^0.3.12"
183183
"@jridgewell/trace-mapping" "^0.3.28"
184184
jsesc "^3.0.2"
@@ -226,6 +226,11 @@
226226
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
227227
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
228228

229+
"@babel/helper-validator-identifier@^7.28.5":
230+
version "7.28.5"
231+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
232+
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
233+
229234
"@babel/helper-validator-option@^7.27.1":
230235
version "7.27.1"
231236
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
@@ -239,12 +244,12 @@
239244
"@babel/template" "^7.27.2"
240245
"@babel/types" "^7.28.4"
241246

242-
"@babel/parser@^7.27.2", "@babel/parser@^7.28.3", "@babel/parser@^7.28.4":
243-
version "7.28.4"
244-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz#da25d4643532890932cc03f7705fe19637e03fa8"
245-
integrity sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==
247+
"@babel/parser@^7.27.2", "@babel/parser@^7.28.5":
248+
version "7.28.5"
249+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08"
250+
integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==
246251
dependencies:
247-
"@babel/types" "^7.28.4"
252+
"@babel/types" "^7.28.5"
248253

249254
"@babel/runtime@^7.16.7":
250255
version "7.27.4"
@@ -260,26 +265,26 @@
260265
"@babel/parser" "^7.27.2"
261266
"@babel/types" "^7.27.1"
262267

263-
"@babel/traverse@^7.27.1", "@babel/traverse@^7.28.3", "@babel/traverse@^7.28.4":
264-
version "7.28.4"
265-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.4.tgz#8d456101b96ab175d487249f60680221692b958b"
266-
integrity sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==
268+
"@babel/traverse@^7.27.1", "@babel/traverse@^7.28.3", "@babel/traverse@^7.28.5":
269+
version "7.28.5"
270+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz#450cab9135d21a7a2ca9d2d35aa05c20e68c360b"
271+
integrity sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==
267272
dependencies:
268273
"@babel/code-frame" "^7.27.1"
269-
"@babel/generator" "^7.28.3"
274+
"@babel/generator" "^7.28.5"
270275
"@babel/helper-globals" "^7.28.0"
271-
"@babel/parser" "^7.28.4"
276+
"@babel/parser" "^7.28.5"
272277
"@babel/template" "^7.27.2"
273-
"@babel/types" "^7.28.4"
278+
"@babel/types" "^7.28.5"
274279
debug "^4.3.1"
275280

276-
"@babel/types@^7.27.1", "@babel/types@^7.28.2", "@babel/types@^7.28.4":
277-
version "7.28.4"
278-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a"
279-
integrity sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==
281+
"@babel/types@^7.27.1", "@babel/types@^7.28.4", "@babel/types@^7.28.5":
282+
version "7.28.5"
283+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b"
284+
integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==
280285
dependencies:
281286
"@babel/helper-string-parser" "^7.27.1"
282-
"@babel/helper-validator-identifier" "^7.27.1"
287+
"@babel/helper-validator-identifier" "^7.28.5"
283288

284289
"@emnapi/core@^1.4.3":
285290
version "1.4.3"
@@ -957,11 +962,11 @@
957962
integrity sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q==
958963

959964
"@types/node@24.x":
960-
version "24.8.1"
961-
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.8.1.tgz#74c8ae00b045a0a351f2837ec00f25dfed0053be"
962-
integrity sha512-alv65KGRadQVfVcG69MuB4IzdYVpRwMG/mq8KWOaoOdyY617P5ivaDiMCGOFDWD2sAn5Q0mR3mRtUOgm99hL9Q==
965+
version "24.9.1"
966+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.9.1.tgz#b7360b3c789089e57e192695a855aa4f6981a53c"
967+
integrity sha512-QoiaXANRkSXK6p0Duvt56W208du4P9Uye9hWLWgGMDTEoKPhuenzNcC4vGUmrNkiOKTlIrBoyNQYNpSwfEZXSg==
963968
dependencies:
964-
undici-types "~7.14.0"
969+
undici-types "~7.16.0"
965970

966971
"@types/normalize-package-data@^2.4.3":
967972
version "2.4.4"
@@ -990,102 +995,102 @@
990995
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.92.0.tgz#b4d6bc180e7206defe643a1a5f38a1367947d418"
991996
integrity sha512-DcZoCj17RXlzB4XJ7IfKdPTcTGDLYvTOcTNkvtjXWF+K2TlKzHHkBEXNWQRpBIXixNEUgx39cQeTFunY0E2msw==
992997

993-
"@typescript-eslint/eslint-plugin@8.46.1":
994-
version "8.46.1"
995-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.46.1.tgz#20876354024140aabc8b400bc95735fdcade17d5"
996-
integrity sha512-rUsLh8PXmBjdiPY+Emjz9NX2yHvhS11v0SR6xNJkm5GM1MO9ea/1GoDKlHHZGrOJclL/cZ2i/vRUYVtjRhrHVQ==
998+
"@typescript-eslint/eslint-plugin@8.46.2":
999+
version "8.46.2"
1000+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.46.2.tgz#dc4ab93ee3d7e6c8e38820a0d6c7c93c7183e2dc"
1001+
integrity sha512-ZGBMToy857/NIPaaCucIUQgqueOiq7HeAKkhlvqVV4lm089zUFW6ikRySx2v+cAhKeUCPuWVHeimyk6Dw1iY3w==
9971002
dependencies:
9981003
"@eslint-community/regexpp" "^4.10.0"
999-
"@typescript-eslint/scope-manager" "8.46.1"
1000-
"@typescript-eslint/type-utils" "8.46.1"
1001-
"@typescript-eslint/utils" "8.46.1"
1002-
"@typescript-eslint/visitor-keys" "8.46.1"
1004+
"@typescript-eslint/scope-manager" "8.46.2"
1005+
"@typescript-eslint/type-utils" "8.46.2"
1006+
"@typescript-eslint/utils" "8.46.2"
1007+
"@typescript-eslint/visitor-keys" "8.46.2"
10031008
graphemer "^1.4.0"
10041009
ignore "^7.0.0"
10051010
natural-compare "^1.4.0"
10061011
ts-api-utils "^2.1.0"
10071012

1008-
"@typescript-eslint/parser@8.46.1":
1009-
version "8.46.1"
1010-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.46.1.tgz#81751f46800fc6b01ce1a72760cd17f06e7f395b"
1011-
integrity sha512-6JSSaBZmsKvEkbRUkf7Zj7dru/8ZCrJxAqArcLaVMee5907JdtEbKGsZ7zNiIm/UAkpGUkaSMZEXShnN2D1HZA==
1013+
"@typescript-eslint/parser@8.46.2":
1014+
version "8.46.2"
1015+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.46.2.tgz#dd938d45d581ac8ffa9d8a418a50282b306f7ebf"
1016+
integrity sha512-BnOroVl1SgrPLywqxyqdJ4l3S2MsKVLDVxZvjI1Eoe8ev2r3kGDo+PcMihNmDE+6/KjkTubSJnmqGZZjQSBq/g==
10121017
dependencies:
1013-
"@typescript-eslint/scope-manager" "8.46.1"
1014-
"@typescript-eslint/types" "8.46.1"
1015-
"@typescript-eslint/typescript-estree" "8.46.1"
1016-
"@typescript-eslint/visitor-keys" "8.46.1"
1018+
"@typescript-eslint/scope-manager" "8.46.2"
1019+
"@typescript-eslint/types" "8.46.2"
1020+
"@typescript-eslint/typescript-estree" "8.46.2"
1021+
"@typescript-eslint/visitor-keys" "8.46.2"
10171022
debug "^4.3.4"
10181023

1019-
"@typescript-eslint/project-service@8.46.1":
1020-
version "8.46.1"
1021-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.46.1.tgz#07be0e6f27fa90a17d8e5f6996ee02329c9a8c2e"
1022-
integrity sha512-FOIaFVMHzRskXr5J4Jp8lFVV0gz5ngv3RHmn+E4HYxSJ3DgDzU7fVI1/M7Ijh1zf6S7HIoaIOtln1H5y8V+9Zg==
1024+
"@typescript-eslint/project-service@8.46.2":
1025+
version "8.46.2"
1026+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.46.2.tgz#ab2f02a0de4da6a7eeb885af5e059be57819d608"
1027+
integrity sha512-PULOLZ9iqwI7hXcmL4fVfIsBi6AN9YxRc0frbvmg8f+4hQAjQ5GYNKK0DIArNo+rOKmR/iBYwkpBmnIwin4wBg==
10231028
dependencies:
1024-
"@typescript-eslint/tsconfig-utils" "^8.46.1"
1025-
"@typescript-eslint/types" "^8.46.1"
1029+
"@typescript-eslint/tsconfig-utils" "^8.46.2"
1030+
"@typescript-eslint/types" "^8.46.2"
10261031
debug "^4.3.4"
10271032

1028-
"@typescript-eslint/scope-manager@8.46.1":
1029-
version "8.46.1"
1030-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.46.1.tgz#590dd2e65e95af646bdaf50adeae9af39e25e8c1"
1031-
integrity sha512-weL9Gg3/5F0pVQKiF8eOXFZp8emqWzZsOJuWRUNtHT+UNV2xSJegmpCNQHy37aEQIbToTq7RHKhWvOsmbM680A==
1033+
"@typescript-eslint/scope-manager@8.46.2":
1034+
version "8.46.2"
1035+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.46.2.tgz#7d37df2493c404450589acb3b5d0c69cc0670a88"
1036+
integrity sha512-LF4b/NmGvdWEHD2H4MsHD8ny6JpiVNDzrSZr3CsckEgCbAGZbYM4Cqxvi9L+WqDMT+51Ozy7lt2M+d0JLEuBqA==
10321037
dependencies:
1033-
"@typescript-eslint/types" "8.46.1"
1034-
"@typescript-eslint/visitor-keys" "8.46.1"
1038+
"@typescript-eslint/types" "8.46.2"
1039+
"@typescript-eslint/visitor-keys" "8.46.2"
10351040

1036-
"@typescript-eslint/tsconfig-utils@8.46.1", "@typescript-eslint/tsconfig-utils@^8.46.1":
1037-
version "8.46.1"
1038-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.1.tgz#24405888560175c6c209c39df11ac06a2efef9d7"
1039-
integrity sha512-X88+J/CwFvlJB+mK09VFqx5FE4H5cXD+H/Bdza2aEWkSb8hnWIQorNcscRl4IEo1Cz9VI/+/r/jnGWkbWPx54g==
1041+
"@typescript-eslint/tsconfig-utils@8.46.2", "@typescript-eslint/tsconfig-utils@^8.46.2":
1042+
version "8.46.2"
1043+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.2.tgz#d110451cb93bbd189865206ea37ef677c196828c"
1044+
integrity sha512-a7QH6fw4S57+F5y2FIxxSDyi5M4UfGF+Jl1bCGd7+L4KsaUY80GsiF/t0UoRFDHAguKlBaACWJRmdrc6Xfkkag==
10401045

1041-
"@typescript-eslint/type-utils@8.46.1":
1042-
version "8.46.1"
1043-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.46.1.tgz#14d4307dd6045f6b48a888cde1513d6ec305537f"
1044-
integrity sha512-+BlmiHIiqufBxkVnOtFwjah/vrkF4MtKKvpXrKSPLCkCtAp8H01/VV43sfqA98Od7nJpDcFnkwgyfQbOG0AMvw==
1046+
"@typescript-eslint/type-utils@8.46.2":
1047+
version "8.46.2"
1048+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.46.2.tgz#802d027864e6fb752e65425ed09f3e089fb4d384"
1049+
integrity sha512-HbPM4LbaAAt/DjxXaG9yiS9brOOz6fabal4uvUmaUYe6l3K1phQDMQKBRUrr06BQkxkvIZVVHttqiybM9nJsLA==
10451050
dependencies:
1046-
"@typescript-eslint/types" "8.46.1"
1047-
"@typescript-eslint/typescript-estree" "8.46.1"
1048-
"@typescript-eslint/utils" "8.46.1"
1051+
"@typescript-eslint/types" "8.46.2"
1052+
"@typescript-eslint/typescript-estree" "8.46.2"
1053+
"@typescript-eslint/utils" "8.46.2"
10491054
debug "^4.3.4"
10501055
ts-api-utils "^2.1.0"
10511056

1052-
"@typescript-eslint/types@8.46.1", "@typescript-eslint/types@^8.46.1":
1053-
version "8.46.1"
1054-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.46.1.tgz#4c5479538ec10b5508b8e982e172911c987446d8"
1055-
integrity sha512-C+soprGBHwWBdkDpbaRC4paGBrkIXxVlNohadL5o0kfhsXqOC6GYH2S/Obmig+I0HTDl8wMaRySwrfrXVP8/pQ==
1057+
"@typescript-eslint/types@8.46.2", "@typescript-eslint/types@^8.46.2":
1058+
version "8.46.2"
1059+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.46.2.tgz#2bad7348511b31e6e42579820e62b73145635763"
1060+
integrity sha512-lNCWCbq7rpg7qDsQrd3D6NyWYu+gkTENkG5IKYhUIcxSb59SQC/hEQ+MrG4sTgBVghTonNWq42bA/d4yYumldQ==
10561061

1057-
"@typescript-eslint/typescript-estree@8.46.1":
1058-
version "8.46.1"
1059-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.46.1.tgz#1c146573b942ebe609c156c217ceafdc7a88e6ed"
1060-
integrity sha512-uIifjT4s8cQKFQ8ZBXXyoUODtRoAd7F7+G8MKmtzj17+1UbdzFl52AzRyZRyKqPHhgzvXunnSckVu36flGy8cg==
1062+
"@typescript-eslint/typescript-estree@8.46.2":
1063+
version "8.46.2"
1064+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.46.2.tgz#ab547a27e4222bb6a3281cb7e98705272e2c7d08"
1065+
integrity sha512-f7rW7LJ2b7Uh2EiQ+7sza6RDZnajbNbemn54Ob6fRwQbgcIn+GWfyuHDHRYgRoZu1P4AayVScrRW+YfbTvPQoQ==
10611066
dependencies:
1062-
"@typescript-eslint/project-service" "8.46.1"
1063-
"@typescript-eslint/tsconfig-utils" "8.46.1"
1064-
"@typescript-eslint/types" "8.46.1"
1065-
"@typescript-eslint/visitor-keys" "8.46.1"
1067+
"@typescript-eslint/project-service" "8.46.2"
1068+
"@typescript-eslint/tsconfig-utils" "8.46.2"
1069+
"@typescript-eslint/types" "8.46.2"
1070+
"@typescript-eslint/visitor-keys" "8.46.2"
10661071
debug "^4.3.4"
10671072
fast-glob "^3.3.2"
10681073
is-glob "^4.0.3"
10691074
minimatch "^9.0.4"
10701075
semver "^7.6.0"
10711076
ts-api-utils "^2.1.0"
10721077

1073-
"@typescript-eslint/utils@8.46.1":
1074-
version "8.46.1"
1075-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.46.1.tgz#c572184d9227d66b10a954b90249a20c48b22452"
1076-
integrity sha512-vkYUy6LdZS7q1v/Gxb2Zs7zziuXN0wxqsetJdeZdRe/f5dwJFglmuvZBfTUivCtjH725C1jWCDfpadadD95EDQ==
1078+
"@typescript-eslint/utils@8.46.2":
1079+
version "8.46.2"
1080+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.46.2.tgz#b313d33d67f9918583af205bd7bcebf20f231732"
1081+
integrity sha512-sExxzucx0Tud5tE0XqR0lT0psBQvEpnpiul9XbGUB1QwpWJJAps1O/Z7hJxLGiZLBKMCutjTzDgmd1muEhBnVg==
10771082
dependencies:
10781083
"@eslint-community/eslint-utils" "^4.7.0"
1079-
"@typescript-eslint/scope-manager" "8.46.1"
1080-
"@typescript-eslint/types" "8.46.1"
1081-
"@typescript-eslint/typescript-estree" "8.46.1"
1084+
"@typescript-eslint/scope-manager" "8.46.2"
1085+
"@typescript-eslint/types" "8.46.2"
1086+
"@typescript-eslint/typescript-estree" "8.46.2"
10821087

1083-
"@typescript-eslint/visitor-keys@8.46.1":
1084-
version "8.46.1"
1085-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.46.1.tgz#da35f1d58ec407419d68847cfd358b32746ac315"
1086-
integrity sha512-ptkmIf2iDkNUjdeu2bQqhFPV1m6qTnFFjg7PPDjxKWaMaP0Z6I9l30Jr3g5QqbZGdw8YdYvLp+XnqnWWZOg/NA==
1088+
"@typescript-eslint/visitor-keys@8.46.2":
1089+
version "8.46.2"
1090+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.46.2.tgz#803fa298948c39acf810af21bdce6f8babfa9738"
1091+
integrity sha512-tUFMXI4gxzzMXt4xpGJEsBsTox0XbNQ1y94EwlD/CuZwFcQP79xfQqMhau9HsRc/J0cAPA/HZt1dZPtGn9V/7w==
10871092
dependencies:
1088-
"@typescript-eslint/types" "8.46.1"
1093+
"@typescript-eslint/types" "8.46.2"
10891094
eslint-visitor-keys "^4.2.1"
10901095

10911096
"@vscode/test-electron@^2.5.2":
@@ -3772,15 +3777,15 @@ typed-rest-client@^1.8.4:
37723777
tunnel "0.0.6"
37733778
underscore "^1.12.1"
37743779

3775-
typescript-eslint@^8.46.1:
3776-
version "8.46.1"
3777-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.46.1.tgz#baeb322ee83ca566a8cf1f6403847694a3acd44a"
3778-
integrity sha512-VHgijW803JafdSsDO8I761r3SHrgk4T00IdyQ+/UsthtgPRsBWQLqoSxOolxTpxRKi1kGXK0bSz4CoAc9ObqJA==
3780+
typescript-eslint@^8.46.2:
3781+
version "8.46.2"
3782+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.46.2.tgz#da1adec683ba93a1b6c3850a4efb0922ffbc627d"
3783+
integrity sha512-vbw8bOmiuYNdzzV3lsiWv6sRwjyuKJMQqWulBOU7M0RrxedXledX8G8kBbQeiOYDnTfiXz0Y4081E1QMNB6iQg==
37793784
dependencies:
3780-
"@typescript-eslint/eslint-plugin" "8.46.1"
3781-
"@typescript-eslint/parser" "8.46.1"
3782-
"@typescript-eslint/typescript-estree" "8.46.1"
3783-
"@typescript-eslint/utils" "8.46.1"
3785+
"@typescript-eslint/eslint-plugin" "8.46.2"
3786+
"@typescript-eslint/parser" "8.46.2"
3787+
"@typescript-eslint/typescript-estree" "8.46.2"
3788+
"@typescript-eslint/utils" "8.46.2"
37843789

37853790
typescript@^5.9.3:
37863791
version "5.9.3"
@@ -3797,10 +3802,10 @@ underscore@^1.12.1:
37973802
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.6.tgz#04786a1f589dc6c09f761fc5f45b89e935136441"
37983803
integrity sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A==
37993804

3800-
undici-types@~7.14.0:
3801-
version "7.14.0"
3802-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.14.0.tgz#4c037b32ca4d7d62fae042174604341588bc0840"
3803-
integrity sha512-QQiYxHuyZ9gQUIrmPo3IA+hUl4KYk8uSA7cHrcKd/l3p1OTpZcM0Tbp9x7FAtXdAYhlasd60ncPpgu6ihG6TOA==
3805+
undici-types@~7.16.0:
3806+
version "7.16.0"
3807+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
3808+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
38043809

38053810
unicorn-magic@^0.1.0:
38063811
version "0.1.0"

0 commit comments

Comments
 (0)