Skip to content
This repository was archived by the owner on Sep 28, 2025. It is now read-only.

Commit d7ae80b

Browse files
build(deps-dev): bump the test group across 1 directory with 4 updates
Bumps the test group with 4 updates in the / directory: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [eslint](https://github.com/eslint/eslint), [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@eslint/js` from 9.17.0 to 9.18.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.18.0/packages/js) Updates `eslint` from 9.17.0 to 9.18.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.17.0...v9.18.0) Updates `eslint-plugin-jest` from 28.10.0 to 28.11.0 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v28.10.0...v28.11.0) Updates `typescript-eslint` from 8.19.0 to 8.20.0 - [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.20.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: test - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: test - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: test - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: test ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6be9728 commit d7ae80b

File tree

2 files changed

+102
-82
lines changed

2 files changed

+102
-82
lines changed

package-lock.json

Lines changed: 98 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@
1414
"shared"
1515
],
1616
"devDependencies": {
17-
"@eslint/js": "^9.17.0",
17+
"@eslint/js": "^9.18.0",
1818
"@types/eslint__js": "^8.42.3",
1919
"@types/node": "^22.10.5",
2020
"@vscode/vsce": "^3.2.1",
21-
"eslint": "^9.17.0",
22-
"eslint-plugin-jest": "^28.10.0",
21+
"eslint": "^9.18.0",
22+
"eslint-plugin-jest": "^28.11.0",
2323
"globals": "^15.14.0",
2424
"json-loader": "^0.5.7",
2525
"jsonc": "^2.0.0",
2626
"ts-loader": "^9.5.2",
2727
"ts-node": "^10.9.2",
2828
"typescript": "^5.7.3",
29-
"typescript-eslint": "^8.19.0",
29+
"typescript-eslint": "^8.20.0",
3030
"webpack": "^5.97.1",
3131
"webpack-cli": "^6.0.1"
3232
},
@@ -917,10 +917,14 @@
917917
}
918918
},
919919
"node_modules/@eslint/core": {
920-
"version": "0.9.0",
921-
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.9.0.tgz",
922-
"integrity": "sha512-7ATR9F0e4W85D/0w7cU0SNj7qkAexMG+bAHEZOjo9akvGuhHE2m7umzWzfnpa0XAg5Kxc1BWmtPMV67jJ+9VUg==",
920+
"version": "0.10.0",
921+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.10.0.tgz",
922+
"integrity": "sha512-gFHJ+xBOo4G3WRlR1e/3G8A6/KZAH6zcE/hkLRCZTi/B9avAG365QhFA8uOGzTMqgTghpn7/fSnscW++dpMSAw==",
923923
"dev": true,
924+
"license": "Apache-2.0",
925+
"dependencies": {
926+
"@types/json-schema": "^7.0.15"
927+
},
924928
"engines": {
925929
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
926930
}
@@ -961,10 +965,11 @@
961965
}
962966
},
963967
"node_modules/@eslint/js": {
964-
"version": "9.17.0",
965-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.17.0.tgz",
966-
"integrity": "sha512-Sxc4hqcs1kTu0iID3kcZDW3JHq2a77HO9P8CP6YEA/FpH3Ll8UXE2r/86Rz9YJLKme39S9vU5OWNjC6Xl0Cr3w==",
968+
"version": "9.18.0",
969+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.18.0.tgz",
970+
"integrity": "sha512-fK6L7rxcq6/z+AaQMtiFTkvbHkBLNlwyRxHpKawP0x3u9+NC6MQTnFW+AdpwC6gfHTW0051cokQgtTN2FqlxQA==",
967971
"dev": true,
972+
"license": "MIT",
968973
"engines": {
969974
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
970975
}
@@ -979,11 +984,13 @@
979984
}
980985
},
981986
"node_modules/@eslint/plugin-kit": {
982-
"version": "0.2.3",
983-
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.3.tgz",
984-
"integrity": "sha512-2b/g5hRmpbb1o4GnTZax9N9m0FXzz9OV42ZzI4rDDMDuHUqigAiQCEWChBWCY4ztAGVRjoWT19v0yMmc5/L5kA==",
987+
"version": "0.2.5",
988+
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.5.tgz",
989+
"integrity": "sha512-lB05FkqEdUg2AA0xEbUz0SnkXT1LcCTa438W4IWTUh4hdOnVbQyOJ81OrDXsJk/LSiJHubgGEFoR5EHq1NsH1A==",
985990
"dev": true,
991+
"license": "Apache-2.0",
986992
"dependencies": {
993+
"@eslint/core": "^0.10.0",
987994
"levn": "^0.4.1"
988995
},
989996
"engines": {
@@ -2326,20 +2333,21 @@
23262333
"license": "MIT"
23272334
},
23282335
"node_modules/@typescript-eslint/eslint-plugin": {
2329-
"version": "8.19.0",
2330-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.19.0.tgz",
2331-
"integrity": "sha512-NggSaEZCdSrFddbctrVjkVZvFC6KGfKfNK0CU7mNK/iKHGKbzT4Wmgm08dKpcZECBu9f5FypndoMyRHkdqfT1Q==",
2336+
"version": "8.20.0",
2337+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.20.0.tgz",
2338+
"integrity": "sha512-naduuphVw5StFfqp4Gq4WhIBE2gN1GEmMUExpJYknZJdRnc+2gDzB8Z3+5+/Kv33hPQRDGzQO/0opHE72lZZ6A==",
23322339
"dev": true,
2340+
"license": "MIT",
23332341
"dependencies": {
23342342
"@eslint-community/regexpp": "^4.10.0",
2335-
"@typescript-eslint/scope-manager": "8.19.0",
2336-
"@typescript-eslint/type-utils": "8.19.0",
2337-
"@typescript-eslint/utils": "8.19.0",
2338-
"@typescript-eslint/visitor-keys": "8.19.0",
2343+
"@typescript-eslint/scope-manager": "8.20.0",
2344+
"@typescript-eslint/type-utils": "8.20.0",
2345+
"@typescript-eslint/utils": "8.20.0",
2346+
"@typescript-eslint/visitor-keys": "8.20.0",
23392347
"graphemer": "^1.4.0",
23402348
"ignore": "^5.3.1",
23412349
"natural-compare": "^1.4.0",
2342-
"ts-api-utils": "^1.3.0"
2350+
"ts-api-utils": "^2.0.0"
23432351
},
23442352
"engines": {
23452353
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2355,15 +2363,16 @@
23552363
}
23562364
},
23572365
"node_modules/@typescript-eslint/parser": {
2358-
"version": "8.19.0",
2359-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.19.0.tgz",
2360-
"integrity": "sha512-6M8taKyOETY1TKHp0x8ndycipTVgmp4xtg5QpEZzXxDhNvvHOJi5rLRkLr8SK3jTgD5l4fTlvBiRdfsuWydxBw==",
2366+
"version": "8.20.0",
2367+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.20.0.tgz",
2368+
"integrity": "sha512-gKXG7A5HMyjDIedBi6bUrDcun8GIjnI8qOwVLiY3rx6T/sHP/19XLJOnIq/FgQvWLHja5JN/LSE7eklNBr612g==",
23612369
"dev": true,
2370+
"license": "MIT",
23622371
"dependencies": {
2363-
"@typescript-eslint/scope-manager": "8.19.0",
2364-
"@typescript-eslint/types": "8.19.0",
2365-
"@typescript-eslint/typescript-estree": "8.19.0",
2366-
"@typescript-eslint/visitor-keys": "8.19.0",
2372+
"@typescript-eslint/scope-manager": "8.20.0",
2373+
"@typescript-eslint/types": "8.20.0",
2374+
"@typescript-eslint/typescript-estree": "8.20.0",
2375+
"@typescript-eslint/visitor-keys": "8.20.0",
23672376
"debug": "^4.3.4"
23682377
},
23692378
"engines": {
@@ -2379,13 +2388,14 @@
23792388
}
23802389
},
23812390
"node_modules/@typescript-eslint/scope-manager": {
2382-
"version": "8.19.0",
2383-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.19.0.tgz",
2384-
"integrity": "sha512-hkoJiKQS3GQ13TSMEiuNmSCvhz7ujyqD1x3ShbaETATHrck+9RaDdUbt+osXaUuns9OFwrDTTrjtwsU8gJyyRA==",
2391+
"version": "8.20.0",
2392+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.20.0.tgz",
2393+
"integrity": "sha512-J7+VkpeGzhOt3FeG1+SzhiMj9NzGD/M6KoGn9f4dbz3YzK9hvbhVTmLj/HiTp9DazIzJ8B4XcM80LrR9Dm1rJw==",
23852394
"dev": true,
2395+
"license": "MIT",
23862396
"dependencies": {
2387-
"@typescript-eslint/types": "8.19.0",
2388-
"@typescript-eslint/visitor-keys": "8.19.0"
2397+
"@typescript-eslint/types": "8.20.0",
2398+
"@typescript-eslint/visitor-keys": "8.20.0"
23892399
},
23902400
"engines": {
23912401
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2396,15 +2406,16 @@
23962406
}
23972407
},
23982408
"node_modules/@typescript-eslint/type-utils": {
2399-
"version": "8.19.0",
2400-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.19.0.tgz",
2401-
"integrity": "sha512-TZs0I0OSbd5Aza4qAMpp1cdCYVnER94IziudE3JU328YUHgWu9gwiwhag+fuLeJ2LkWLXI+F/182TbG+JaBdTg==",
2409+
"version": "8.20.0",
2410+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.20.0.tgz",
2411+
"integrity": "sha512-bPC+j71GGvA7rVNAHAtOjbVXbLN5PkwqMvy1cwGeaxUoRQXVuKCebRoLzm+IPW/NtFFpstn1ummSIasD5t60GA==",
24022412
"dev": true,
2413+
"license": "MIT",
24032414
"dependencies": {
2404-
"@typescript-eslint/typescript-estree": "8.19.0",
2405-
"@typescript-eslint/utils": "8.19.0",
2415+
"@typescript-eslint/typescript-estree": "8.20.0",
2416+
"@typescript-eslint/utils": "8.20.0",
24062417
"debug": "^4.3.4",
2407-
"ts-api-utils": "^1.3.0"
2418+
"ts-api-utils": "^2.0.0"
24082419
},
24092420
"engines": {
24102421
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2419,10 +2430,11 @@
24192430
}
24202431
},
24212432
"node_modules/@typescript-eslint/types": {
2422-
"version": "8.19.0",
2423-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.19.0.tgz",
2424-
"integrity": "sha512-8XQ4Ss7G9WX8oaYvD4OOLCjIQYgRQxO+qCiR2V2s2GxI9AUpo7riNwo6jDhKtTcaJjT8PY54j2Yb33kWtSJsmA==",
2433+
"version": "8.20.0",
2434+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.20.0.tgz",
2435+
"integrity": "sha512-cqaMiY72CkP+2xZRrFt3ExRBu0WmVitN/rYPZErA80mHjHx/Svgp8yfbzkJmDoQ/whcytOPO9/IZXnOc+wigRA==",
24252436
"dev": true,
2437+
"license": "MIT",
24262438
"engines": {
24272439
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
24282440
},
@@ -2432,19 +2444,20 @@
24322444
}
24332445
},
24342446
"node_modules/@typescript-eslint/typescript-estree": {
2435-
"version": "8.19.0",
2436-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.19.0.tgz",
2437-
"integrity": "sha512-WW9PpDaLIFW9LCbucMSdYUuGeFUz1OkWYS/5fwZwTA+l2RwlWFdJvReQqMUMBw4yJWJOfqd7An9uwut2Oj8sLw==",
2447+
"version": "8.20.0",
2448+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.20.0.tgz",
2449+
"integrity": "sha512-Y7ncuy78bJqHI35NwzWol8E0X7XkRVS4K4P4TCyzWkOJih5NDvtoRDW4Ba9YJJoB2igm9yXDdYI/+fkiiAxPzA==",
24382450
"dev": true,
2451+
"license": "MIT",
24392452
"dependencies": {
2440-
"@typescript-eslint/types": "8.19.0",
2441-
"@typescript-eslint/visitor-keys": "8.19.0",
2453+
"@typescript-eslint/types": "8.20.0",
2454+
"@typescript-eslint/visitor-keys": "8.20.0",
24422455
"debug": "^4.3.4",
24432456
"fast-glob": "^3.3.2",
24442457
"is-glob": "^4.0.3",
24452458
"minimatch": "^9.0.4",
24462459
"semver": "^7.6.0",
2447-
"ts-api-utils": "^1.3.0"
2460+
"ts-api-utils": "^2.0.0"
24482461
},
24492462
"engines": {
24502463
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2462,6 +2475,7 @@
24622475
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
24632476
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
24642477
"dev": true,
2478+
"license": "MIT",
24652479
"dependencies": {
24662480
"balanced-match": "^1.0.0"
24672481
}
@@ -2471,6 +2485,7 @@
24712485
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
24722486
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
24732487
"dev": true,
2488+
"license": "ISC",
24742489
"dependencies": {
24752490
"brace-expansion": "^2.0.1"
24762491
},
@@ -2482,15 +2497,16 @@
24822497
}
24832498
},
24842499
"node_modules/@typescript-eslint/utils": {
2485-
"version": "8.19.0",
2486-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.19.0.tgz",
2487-
"integrity": "sha512-PTBG+0oEMPH9jCZlfg07LCB2nYI0I317yyvXGfxnvGvw4SHIOuRnQ3kadyyXY6tGdChusIHIbM5zfIbp4M6tCg==",
2500+
"version": "8.20.0",
2501+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.20.0.tgz",
2502+
"integrity": "sha512-dq70RUw6UK9ei7vxc4KQtBRk7qkHZv447OUZ6RPQMQl71I3NZxQJX/f32Smr+iqWrB02pHKn2yAdHBb0KNrRMA==",
24882503
"dev": true,
2504+
"license": "MIT",
24892505
"dependencies": {
24902506
"@eslint-community/eslint-utils": "^4.4.0",
2491-
"@typescript-eslint/scope-manager": "8.19.0",
2492-
"@typescript-eslint/types": "8.19.0",
2493-
"@typescript-eslint/typescript-estree": "8.19.0"
2507+
"@typescript-eslint/scope-manager": "8.20.0",
2508+
"@typescript-eslint/types": "8.20.0",
2509+
"@typescript-eslint/typescript-estree": "8.20.0"
24942510
},
24952511
"engines": {
24962512
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2505,12 +2521,13 @@
25052521
}
25062522
},
25072523
"node_modules/@typescript-eslint/visitor-keys": {
2508-
"version": "8.19.0",
2509-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.19.0.tgz",
2510-
"integrity": "sha512-mCFtBbFBJDCNCWUl5y6sZSCHXw1DEFEk3c/M3nRK2a4XUB8StGFtmcEMizdjKuBzB6e/smJAAWYug3VrdLMr1w==",
2524+
"version": "8.20.0",
2525+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.20.0.tgz",
2526+
"integrity": "sha512-v/BpkeeYAsPkKCkR8BDwcno0llhzWVqPOamQrAEMdpZav2Y9OVjd9dwJyBLJWwf335B5DmlifECIkZRJCaGaHA==",
25112527
"dev": true,
2528+
"license": "MIT",
25122529
"dependencies": {
2513-
"@typescript-eslint/types": "8.19.0",
2530+
"@typescript-eslint/types": "8.20.0",
25142531
"eslint-visitor-keys": "^4.2.0"
25152532
},
25162533
"engines": {
@@ -4604,18 +4621,19 @@
46044621
}
46054622
},
46064623
"node_modules/eslint": {
4607-
"version": "9.17.0",
4608-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.17.0.tgz",
4609-
"integrity": "sha512-evtlNcpJg+cZLcnVKwsai8fExnqjGPicK7gnUtlNuzu+Fv9bI0aLpND5T44VLQtoMEnI57LoXO9XAkIXwohKrA==",
4624+
"version": "9.18.0",
4625+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.18.0.tgz",
4626+
"integrity": "sha512-+waTfRWQlSbpt3KWE+CjrPPYnbq9kfZIYUqapc0uBXyjTp8aYXZDsUH16m39Ryq3NjAVP4tjuF7KaukeqoCoaA==",
46104627
"dev": true,
4628+
"license": "MIT",
46114629
"dependencies": {
46124630
"@eslint-community/eslint-utils": "^4.2.0",
46134631
"@eslint-community/regexpp": "^4.12.1",
46144632
"@eslint/config-array": "^0.19.0",
4615-
"@eslint/core": "^0.9.0",
4633+
"@eslint/core": "^0.10.0",
46164634
"@eslint/eslintrc": "^3.2.0",
4617-
"@eslint/js": "9.17.0",
4618-
"@eslint/plugin-kit": "^0.2.3",
4635+
"@eslint/js": "9.18.0",
4636+
"@eslint/plugin-kit": "^0.2.5",
46194637
"@humanfs/node": "^0.16.6",
46204638
"@humanwhocodes/module-importer": "^1.0.1",
46214639
"@humanwhocodes/retry": "^0.4.1",
@@ -4663,10 +4681,11 @@
46634681
}
46644682
},
46654683
"node_modules/eslint-plugin-jest": {
4666-
"version": "28.10.0",
4667-
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.10.0.tgz",
4668-
"integrity": "sha512-hyMWUxkBH99HpXT3p8hc7REbEZK3D+nk8vHXGgpB+XXsi0gO4PxMSP+pjfUzb67GnV9yawV9a53eUmcde1CCZA==",
4684+
"version": "28.11.0",
4685+
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.11.0.tgz",
4686+
"integrity": "sha512-QAfipLcNCWLVocVbZW8GimKn5p5iiMcgGbRzz8z/P5q7xw+cNEpYqyzFMtIF/ZgF2HLOyy+dYBut+DoYolvqig==",
46694687
"dev": true,
4688+
"license": "MIT",
46704689
"dependencies": {
46714690
"@typescript-eslint/utils": "^6.0.0 || ^7.0.0 || ^8.0.0"
46724691
},
@@ -10039,16 +10058,16 @@
1003910058
}
1004010059
},
1004110060
"node_modules/ts-api-utils": {
10042-
"version": "1.4.0",
10043-
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.4.0.tgz",
10044-
"integrity": "sha512-032cPxaEKwM+GT3vA5JXNzIaizx388rhsSW79vGRNGXfRRAdEAn2mvk36PvK5HnOchyWZ7afLEXqYCvPCrzuzQ==",
10061+
"version": "2.0.0",
10062+
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.0.0.tgz",
10063+
"integrity": "sha512-xCt/TOAc+EOHS1XPnijD3/yzpH6qg2xppZO1YDqGoVsNXfQfzHpOdNuXwrwOU8u4ITXJyDCTyt8w5g1sZv9ynQ==",
1004510064
"dev": true,
1004610065
"license": "MIT",
1004710066
"engines": {
10048-
"node": ">=16"
10067+
"node": ">=18.12"
1004910068
},
1005010069
"peerDependencies": {
10051-
"typescript": ">=4.2.0"
10070+
"typescript": ">=4.8.4"
1005210071
}
1005310072
},
1005410073
"node_modules/ts-jest": {
@@ -10345,14 +10364,15 @@
1034510364
}
1034610365
},
1034710366
"node_modules/typescript-eslint": {
10348-
"version": "8.19.0",
10349-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.19.0.tgz",
10350-
"integrity": "sha512-Ni8sUkVWYK4KAcTtPjQ/UTiRk6jcsuDhPpxULapUDi8A/l8TSBk+t1GtJA1RsCzIJg0q6+J7bf35AwQigENWRQ==",
10367+
"version": "8.20.0",
10368+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.20.0.tgz",
10369+
"integrity": "sha512-Kxz2QRFsgbWj6Xcftlw3Dd154b3cEPFqQC+qMZrMypSijPd4UanKKvoKDrJ4o8AIfZFKAF+7sMaEIR8mTElozA==",
1035110370
"dev": true,
10371+
"license": "MIT",
1035210372
"dependencies": {
10353-
"@typescript-eslint/eslint-plugin": "8.19.0",
10354-
"@typescript-eslint/parser": "8.19.0",
10355-
"@typescript-eslint/utils": "8.19.0"
10373+
"@typescript-eslint/eslint-plugin": "8.20.0",
10374+
"@typescript-eslint/parser": "8.20.0",
10375+
"@typescript-eslint/utils": "8.20.0"
1035610376
},
1035710377
"engines": {
1035810378
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,19 @@
5353
"workspace"
5454
],
5555
"devDependencies": {
56-
"@eslint/js": "^9.17.0",
56+
"@eslint/js": "^9.18.0",
5757
"@types/eslint__js": "^8.42.3",
5858
"@types/node": "^22.10.5",
5959
"@vscode/vsce": "^3.2.1",
60-
"eslint": "^9.17.0",
61-
"eslint-plugin-jest": "^28.10.0",
60+
"eslint": "^9.18.0",
61+
"eslint-plugin-jest": "^28.11.0",
6262
"globals": "^15.14.0",
6363
"json-loader": "^0.5.7",
6464
"jsonc": "^2.0.0",
6565
"ts-loader": "^9.5.2",
6666
"ts-node": "^10.9.2",
6767
"typescript": "^5.7.3",
68-
"typescript-eslint": "^8.19.0",
68+
"typescript-eslint": "^8.20.0",
6969
"webpack": "^5.97.1",
7070
"webpack-cli": "^6.0.1"
7171
},

0 commit comments

Comments
 (0)