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

Commit bb721ce

Browse files
build(deps-dev): bump the test group with 3 updates (#669)
Bumps the test group with 3 updates: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [eslint](https://github.com/eslint/eslint) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@eslint/js` from 9.11.1 to 9.12.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.12.0/packages/js) Updates `eslint` from 9.11.1 to 9.12.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.11.1...v9.12.0) Updates `typescript-eslint` from 8.7.0 to 8.8.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.8.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: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: test ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 85088db commit bb721ce

File tree

2 files changed

+101
-96
lines changed

2 files changed

+101
-96
lines changed

package-lock.json

Lines changed: 98 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@
1414
"shared"
1515
],
1616
"devDependencies": {
17-
"@eslint/js": "^9.11.1",
17+
"@eslint/js": "^9.12.0",
1818
"@types/eslint__js": "^8.42.3",
1919
"@types/node": "^22.7.4",
2020
"@vscode/vsce": "^3.1.1",
21-
"eslint": "^9.11.1",
21+
"eslint": "^9.12.0",
2222
"eslint-plugin-jest": "^28.8.3",
2323
"globals": "^15.10.0",
2424
"json-loader": "^0.5.7",
2525
"jsonc": "^2.0.0",
2626
"ts-loader": "^9.4.4",
2727
"ts-node": "^10.9.2",
2828
"typescript": "^5.6.2",
29-
"typescript-eslint": "^8.7.0",
29+
"typescript-eslint": "^8.8.0",
3030
"webpack": "^5.95.0",
3131
"webpack-cli": "^5.0.1"
3232
},
@@ -1064,9 +1064,9 @@
10641064
}
10651065
},
10661066
"node_modules/@eslint/js": {
1067-
"version": "9.11.1",
1068-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.11.1.tgz",
1069-
"integrity": "sha512-/qu+TWz8WwPWc7/HcIJKi+c+MOm46GdVaSlTTQcaqaL53+GsoA6MxWp5PtTx48qbSP7ylM1Kn7nhvkugfJvRSA==",
1067+
"version": "9.12.0",
1068+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.12.0.tgz",
1069+
"integrity": "sha512-eohesHH8WFRUprDNyEREgqP6beG6htMeUYeCpkEgBCieCMme5r9zFWjzAJp//9S+Kub4rqE+jXe9Cp1a7IYIIA==",
10701070
"dev": true,
10711071
"engines": {
10721072
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -1093,6 +1093,28 @@
10931093
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
10941094
}
10951095
},
1096+
"node_modules/@humanfs/core": {
1097+
"version": "0.19.0",
1098+
"resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.0.tgz",
1099+
"integrity": "sha512-2cbWIHbZVEweE853g8jymffCA+NCMiuqeECeBBLm8dg2oFdjuGJhgN4UAbI+6v0CKbbhvtXA4qV8YR5Ji86nmw==",
1100+
"dev": true,
1101+
"engines": {
1102+
"node": ">=18.18.0"
1103+
}
1104+
},
1105+
"node_modules/@humanfs/node": {
1106+
"version": "0.16.5",
1107+
"resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.5.tgz",
1108+
"integrity": "sha512-KSPA4umqSG4LHYRodq31VDwKAvaTF4xmVlzM8Aeh4PlU1JQ3IG0wiA8C25d3RQ9nJyM3mBHyI53K06VVL/oFFg==",
1109+
"dev": true,
1110+
"dependencies": {
1111+
"@humanfs/core": "^0.19.0",
1112+
"@humanwhocodes/retry": "^0.3.0"
1113+
},
1114+
"engines": {
1115+
"node": ">=18.18.0"
1116+
}
1117+
},
10961118
"node_modules/@humanwhocodes/module-importer": {
10971119
"version": "1.0.1",
10981120
"resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
@@ -1108,11 +1130,10 @@
11081130
}
11091131
},
11101132
"node_modules/@humanwhocodes/retry": {
1111-
"version": "0.3.0",
1112-
"resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.0.tgz",
1113-
"integrity": "sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==",
1133+
"version": "0.3.1",
1134+
"resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz",
1135+
"integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==",
11141136
"dev": true,
1115-
"license": "Apache-2.0",
11161137
"engines": {
11171138
"node": ">=18.18"
11181139
},
@@ -2295,16 +2316,16 @@
22952316
"license": "MIT"
22962317
},
22972318
"node_modules/@typescript-eslint/eslint-plugin": {
2298-
"version": "8.7.0",
2299-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.7.0.tgz",
2300-
"integrity": "sha512-RIHOoznhA3CCfSTFiB6kBGLQtB/sox+pJ6jeFu6FxJvqL8qRxq/FfGO/UhsGgQM9oGdXkV4xUgli+dt26biB6A==",
2319+
"version": "8.8.0",
2320+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.8.0.tgz",
2321+
"integrity": "sha512-wORFWjU30B2WJ/aXBfOm1LX9v9nyt9D3jsSOxC3cCaTQGCW5k4jNpmjFv3U7p/7s4yvdjHzwtv2Sd2dOyhjS0A==",
23012322
"dev": true,
23022323
"dependencies": {
23032324
"@eslint-community/regexpp": "^4.10.0",
2304-
"@typescript-eslint/scope-manager": "8.7.0",
2305-
"@typescript-eslint/type-utils": "8.7.0",
2306-
"@typescript-eslint/utils": "8.7.0",
2307-
"@typescript-eslint/visitor-keys": "8.7.0",
2325+
"@typescript-eslint/scope-manager": "8.8.0",
2326+
"@typescript-eslint/type-utils": "8.8.0",
2327+
"@typescript-eslint/utils": "8.8.0",
2328+
"@typescript-eslint/visitor-keys": "8.8.0",
23082329
"graphemer": "^1.4.0",
23092330
"ignore": "^5.3.1",
23102331
"natural-compare": "^1.4.0",
@@ -2328,15 +2349,15 @@
23282349
}
23292350
},
23302351
"node_modules/@typescript-eslint/parser": {
2331-
"version": "8.7.0",
2332-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.7.0.tgz",
2333-
"integrity": "sha512-lN0btVpj2unxHlNYLI//BQ7nzbMJYBVQX5+pbNXvGYazdlgYonMn4AhhHifQ+J4fGRYA/m1DjaQjx+fDetqBOQ==",
2352+
"version": "8.8.0",
2353+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.8.0.tgz",
2354+
"integrity": "sha512-uEFUsgR+tl8GmzmLjRqz+VrDv4eoaMqMXW7ruXfgThaAShO9JTciKpEsB+TvnfFfbg5IpujgMXVV36gOJRLtZg==",
23342355
"dev": true,
23352356
"dependencies": {
2336-
"@typescript-eslint/scope-manager": "8.7.0",
2337-
"@typescript-eslint/types": "8.7.0",
2338-
"@typescript-eslint/typescript-estree": "8.7.0",
2339-
"@typescript-eslint/visitor-keys": "8.7.0",
2357+
"@typescript-eslint/scope-manager": "8.8.0",
2358+
"@typescript-eslint/types": "8.8.0",
2359+
"@typescript-eslint/typescript-estree": "8.8.0",
2360+
"@typescript-eslint/visitor-keys": "8.8.0",
23402361
"debug": "^4.3.4"
23412362
},
23422363
"engines": {
@@ -2356,13 +2377,13 @@
23562377
}
23572378
},
23582379
"node_modules/@typescript-eslint/scope-manager": {
2359-
"version": "8.7.0",
2360-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.7.0.tgz",
2361-
"integrity": "sha512-87rC0k3ZlDOuz82zzXRtQ7Akv3GKhHs0ti4YcbAJtaomllXoSO8hi7Ix3ccEvCd824dy9aIX+j3d2UMAfCtVpg==",
2380+
"version": "8.8.0",
2381+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.8.0.tgz",
2382+
"integrity": "sha512-EL8eaGC6gx3jDd8GwEFEV091210U97J0jeEHrAYvIYosmEGet4wJ+g0SYmLu+oRiAwbSA5AVrt6DxLHfdd+bUg==",
23622383
"dev": true,
23632384
"dependencies": {
2364-
"@typescript-eslint/types": "8.7.0",
2365-
"@typescript-eslint/visitor-keys": "8.7.0"
2385+
"@typescript-eslint/types": "8.8.0",
2386+
"@typescript-eslint/visitor-keys": "8.8.0"
23662387
},
23672388
"engines": {
23682389
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2373,13 +2394,13 @@
23732394
}
23742395
},
23752396
"node_modules/@typescript-eslint/type-utils": {
2376-
"version": "8.7.0",
2377-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.7.0.tgz",
2378-
"integrity": "sha512-tl0N0Mj3hMSkEYhLkjREp54OSb/FI6qyCzfiiclvJvOqre6hsZTGSnHtmFLDU8TIM62G7ygEa1bI08lcuRwEnQ==",
2397+
"version": "8.8.0",
2398+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.8.0.tgz",
2399+
"integrity": "sha512-IKwJSS7bCqyCeG4NVGxnOP6lLT9Okc3Zj8hLO96bpMkJab+10HIfJbMouLrlpyOr3yrQ1cA413YPFiGd1mW9/Q==",
23792400
"dev": true,
23802401
"dependencies": {
2381-
"@typescript-eslint/typescript-estree": "8.7.0",
2382-
"@typescript-eslint/utils": "8.7.0",
2402+
"@typescript-eslint/typescript-estree": "8.8.0",
2403+
"@typescript-eslint/utils": "8.8.0",
23832404
"debug": "^4.3.4",
23842405
"ts-api-utils": "^1.3.0"
23852406
},
@@ -2397,9 +2418,9 @@
23972418
}
23982419
},
23992420
"node_modules/@typescript-eslint/types": {
2400-
"version": "8.7.0",
2401-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.7.0.tgz",
2402-
"integrity": "sha512-LLt4BLHFwSfASHSF2K29SZ+ZCsbQOM+LuarPjRUuHm+Qd09hSe3GCeaQbcCr+Mik+0QFRmep/FyZBO6fJ64U3w==",
2421+
"version": "8.8.0",
2422+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.8.0.tgz",
2423+
"integrity": "sha512-QJwc50hRCgBd/k12sTykOJbESe1RrzmX6COk8Y525C9l7oweZ+1lw9JiU56im7Amm8swlz00DRIlxMYLizr2Vw==",
24032424
"dev": true,
24042425
"engines": {
24052426
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2410,13 +2431,13 @@
24102431
}
24112432
},
24122433
"node_modules/@typescript-eslint/typescript-estree": {
2413-
"version": "8.7.0",
2414-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.7.0.tgz",
2415-
"integrity": "sha512-MC8nmcGHsmfAKxwnluTQpNqceniT8SteVwd2voYlmiSWGOtjvGXdPl17dYu2797GVscK30Z04WRM28CrKS9WOg==",
2434+
"version": "8.8.0",
2435+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.8.0.tgz",
2436+
"integrity": "sha512-ZaMJwc/0ckLz5DaAZ+pNLmHv8AMVGtfWxZe/x2JVEkD5LnmhWiQMMcYT7IY7gkdJuzJ9P14fRy28lUrlDSWYdw==",
24162437
"dev": true,
24172438
"dependencies": {
2418-
"@typescript-eslint/types": "8.7.0",
2419-
"@typescript-eslint/visitor-keys": "8.7.0",
2439+
"@typescript-eslint/types": "8.8.0",
2440+
"@typescript-eslint/visitor-keys": "8.8.0",
24202441
"debug": "^4.3.4",
24212442
"fast-glob": "^3.3.2",
24222443
"is-glob": "^4.0.3",
@@ -2462,15 +2483,15 @@
24622483
}
24632484
},
24642485
"node_modules/@typescript-eslint/utils": {
2465-
"version": "8.7.0",
2466-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.7.0.tgz",
2467-
"integrity": "sha512-ZbdUdwsl2X/s3CiyAu3gOlfQzpbuG3nTWKPoIvAu1pu5r8viiJvv2NPN2AqArL35NCYtw/lrPPfM4gxrMLNLPw==",
2486+
"version": "8.8.0",
2487+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.8.0.tgz",
2488+
"integrity": "sha512-QE2MgfOTem00qrlPgyByaCHay9yb1+9BjnMFnSFkUKQfu7adBXDTnCAivURnuPPAG/qiB+kzKkZKmKfaMT0zVg==",
24682489
"dev": true,
24692490
"dependencies": {
24702491
"@eslint-community/eslint-utils": "^4.4.0",
2471-
"@typescript-eslint/scope-manager": "8.7.0",
2472-
"@typescript-eslint/types": "8.7.0",
2473-
"@typescript-eslint/typescript-estree": "8.7.0"
2492+
"@typescript-eslint/scope-manager": "8.8.0",
2493+
"@typescript-eslint/types": "8.8.0",
2494+
"@typescript-eslint/typescript-estree": "8.8.0"
24742495
},
24752496
"engines": {
24762497
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2484,12 +2505,12 @@
24842505
}
24852506
},
24862507
"node_modules/@typescript-eslint/visitor-keys": {
2487-
"version": "8.7.0",
2488-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.7.0.tgz",
2489-
"integrity": "sha512-b1tx0orFCCh/THWPQa2ZwWzvOeyzzp36vkJYOpVg0u8UVOIsfVrnuC9FqAw9gRKn+rG2VmWQ/zDJZzkxUnj/XQ==",
2508+
"version": "8.8.0",
2509+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.8.0.tgz",
2510+
"integrity": "sha512-8mq51Lx6Hpmd7HnA2fcHQo3YgfX1qbccxQOgZcb4tvasu//zXRaA1j5ZRFeCw/VRAdFi4mRM9DnZw0Nu0Q2d1g==",
24902511
"dev": true,
24912512
"dependencies": {
2492-
"@typescript-eslint/types": "8.7.0",
2513+
"@typescript-eslint/types": "8.8.0",
24932514
"eslint-visitor-keys": "^3.4.3"
24942515
},
24952516
"engines": {
@@ -4522,31 +4543,31 @@
45224543
}
45234544
},
45244545
"node_modules/eslint": {
4525-
"version": "9.11.1",
4526-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.11.1.tgz",
4527-
"integrity": "sha512-MobhYKIoAO1s1e4VUrgx1l1Sk2JBR/Gqjjgw8+mfgoLE2xwsHur4gdfTxyTgShrhvdVFTaJSgMiQBl1jv/AWxg==",
4546+
"version": "9.12.0",
4547+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.12.0.tgz",
4548+
"integrity": "sha512-UVIOlTEWxwIopRL1wgSQYdnVDcEvs2wyaO6DGo5mXqe3r16IoCNWkR29iHhyaP4cICWjbgbmFUGAhh0GJRuGZw==",
45284549
"dev": true,
45294550
"dependencies": {
45304551
"@eslint-community/eslint-utils": "^4.2.0",
45314552
"@eslint-community/regexpp": "^4.11.0",
45324553
"@eslint/config-array": "^0.18.0",
45334554
"@eslint/core": "^0.6.0",
45344555
"@eslint/eslintrc": "^3.1.0",
4535-
"@eslint/js": "9.11.1",
4556+
"@eslint/js": "9.12.0",
45364557
"@eslint/plugin-kit": "^0.2.0",
4558+
"@humanfs/node": "^0.16.5",
45374559
"@humanwhocodes/module-importer": "^1.0.1",
4538-
"@humanwhocodes/retry": "^0.3.0",
4539-
"@nodelib/fs.walk": "^1.2.8",
4560+
"@humanwhocodes/retry": "^0.3.1",
45404561
"@types/estree": "^1.0.6",
45414562
"@types/json-schema": "^7.0.15",
45424563
"ajv": "^6.12.4",
45434564
"chalk": "^4.0.0",
45444565
"cross-spawn": "^7.0.2",
45454566
"debug": "^4.3.2",
45464567
"escape-string-regexp": "^4.0.0",
4547-
"eslint-scope": "^8.0.2",
4548-
"eslint-visitor-keys": "^4.0.0",
4549-
"espree": "^10.1.0",
4568+
"eslint-scope": "^8.1.0",
4569+
"eslint-visitor-keys": "^4.1.0",
4570+
"espree": "^10.2.0",
45504571
"esquery": "^1.5.0",
45514572
"esutils": "^2.0.2",
45524573
"fast-deep-equal": "^3.1.3",
@@ -4556,13 +4577,11 @@
45564577
"ignore": "^5.2.0",
45574578
"imurmurhash": "^0.1.4",
45584579
"is-glob": "^4.0.0",
4559-
"is-path-inside": "^3.0.3",
45604580
"json-stable-stringify-without-jsonify": "^1.0.1",
45614581
"lodash.merge": "^4.6.2",
45624582
"minimatch": "^3.1.2",
45634583
"natural-compare": "^1.4.0",
45644584
"optionator": "^0.9.3",
4565-
"strip-ansi": "^6.0.1",
45664585
"text-table": "^0.2.0"
45674586
},
45684587
"bin": {
@@ -4623,11 +4642,10 @@
46234642
}
46244643
},
46254644
"node_modules/eslint-visitor-keys": {
4626-
"version": "4.0.0",
4627-
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz",
4628-
"integrity": "sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==",
4645+
"version": "4.1.0",
4646+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.1.0.tgz",
4647+
"integrity": "sha512-Q7lok0mqMUSf5a/AdAZkA5a/gHcO6snwQClVNNvFKCAVlxXucdU8pKydU5ZVZjBx5xr37vGbFFWtLQYreLzrZg==",
46294648
"dev": true,
4630-
"license": "Apache-2.0",
46314649
"engines": {
46324650
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
46334651
},
@@ -4702,11 +4720,10 @@
47024720
}
47034721
},
47044722
"node_modules/eslint/node_modules/eslint-scope": {
4705-
"version": "8.0.2",
4706-
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.0.2.tgz",
4707-
"integrity": "sha512-6E4xmrTw5wtxnLA5wYL3WDfhZ/1bUBGOXV0zQvVRDOtrR8D0p6W7fs3JweNYhwRYeGvd/1CKX2se0/2s7Q/nJA==",
4723+
"version": "8.1.0",
4724+
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.1.0.tgz",
4725+
"integrity": "sha512-14dSvlhaVhKKsa9Fx1l8A17s7ah7Ef7wCakJ10LYk6+GYmP9yDti2oq2SEwcyndt6knfcZyhyxwY3i9yL78EQw==",
47084726
"dev": true,
4709-
"license": "BSD-2-Clause",
47104727
"dependencies": {
47114728
"esrecurse": "^4.3.0",
47124729
"estraverse": "^5.2.0"
@@ -4723,7 +4740,6 @@
47234740
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
47244741
"integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
47254742
"dev": true,
4726-
"license": "BSD-2-Clause",
47274743
"engines": {
47284744
"node": ">=4.0"
47294745
}
@@ -4814,15 +4830,14 @@
48144830
}
48154831
},
48164832
"node_modules/espree": {
4817-
"version": "10.1.0",
4818-
"resolved": "https://registry.npmjs.org/espree/-/espree-10.1.0.tgz",
4819-
"integrity": "sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==",
4833+
"version": "10.2.0",
4834+
"resolved": "https://registry.npmjs.org/espree/-/espree-10.2.0.tgz",
4835+
"integrity": "sha512-upbkBJbckcCNBDBDXEbuhjbP68n+scUd3k/U2EkyM9nw+I/jPiL4cLF/Al06CF96wRltFda16sxDFrxsI1v0/g==",
48204836
"dev": true,
4821-
"license": "BSD-2-Clause",
48224837
"dependencies": {
48234838
"acorn": "^8.12.0",
48244839
"acorn-jsx": "^5.3.2",
4825-
"eslint-visitor-keys": "^4.0.0"
4840+
"eslint-visitor-keys": "^4.1.0"
48264841
},
48274842
"engines": {
48284843
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -5775,16 +5790,6 @@
57755790
"node": ">=0.12.0"
57765791
}
57775792
},
5778-
"node_modules/is-path-inside": {
5779-
"version": "3.0.3",
5780-
"resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
5781-
"integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
5782-
"dev": true,
5783-
"license": "MIT",
5784-
"engines": {
5785-
"node": ">=8"
5786-
}
5787-
},
57885793
"node_modules/is-plain-object": {
57895794
"version": "2.0.4",
57905795
"resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
@@ -10174,14 +10179,14 @@
1017410179
}
1017510180
},
1017610181
"node_modules/typescript-eslint": {
10177-
"version": "8.7.0",
10178-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.7.0.tgz",
10179-
"integrity": "sha512-nEHbEYJyHwsuf7c3V3RS7Saq+1+la3i0ieR3qP0yjqWSzVmh8Drp47uOl9LjbPANac4S7EFSqvcYIKXUUwIfIQ==",
10182+
"version": "8.8.0",
10183+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.8.0.tgz",
10184+
"integrity": "sha512-BjIT/VwJ8+0rVO01ZQ2ZVnjE1svFBiRczcpr1t1Yxt7sT25VSbPfrJtDsQ8uQTy2pilX5nI9gwxhUyLULNentw==",
1018010185
"dev": true,
1018110186
"dependencies": {
10182-
"@typescript-eslint/eslint-plugin": "8.7.0",
10183-
"@typescript-eslint/parser": "8.7.0",
10184-
"@typescript-eslint/utils": "8.7.0"
10187+
"@typescript-eslint/eslint-plugin": "8.8.0",
10188+
"@typescript-eslint/parser": "8.8.0",
10189+
"@typescript-eslint/utils": "8.8.0"
1018510190
},
1018610191
"engines": {
1018710192
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"

0 commit comments

Comments
 (0)