Skip to content

Commit dc6bc0b

Browse files
build(deps-dev): Bump the typescript-eslint group with 3 updates
Bumps the typescript-eslint group with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@typescript-eslint/eslint-plugin` from 8.26.0 to 8.29.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.29.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.26.0 to 8.29.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.29.0/packages/parser) Updates `typescript-eslint` from 8.26.0 to 8.29.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.29.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.29.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint - dependency-name: "@typescript-eslint/parser" dependency-version: 8.29.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint - dependency-name: typescript-eslint dependency-version: 8.29.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9e6d153 commit dc6bc0b

2 files changed

Lines changed: 193 additions & 46 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@
197197
"@types/is-ci": "3.0.4",
198198
"@types/node": "22.9.0",
199199
"@types/node-notifier": "8.0.5",
200-
"@typescript-eslint/eslint-plugin": "8.26.0",
201-
"@typescript-eslint/parser": "8.26.0",
200+
"@typescript-eslint/eslint-plugin": "8.51.0",
201+
"@typescript-eslint/parser": "8.51.0",
202202
"@vates/toggle-scripts": "1.0.0",
203203
"@vitest/coverage-v8": "3.0.7",
204204
"@vitest/ui": "3.0.7",
@@ -306,7 +306,7 @@
306306
"trash-cli": "6.0.0",
307307
"ts-dedent": "2.2.0",
308308
"typescript": "5.7.2",
309-
"typescript-eslint": "8.26.0",
309+
"typescript-eslint": "8.51.0",
310310
"unified": "11.0.5",
311311
"vfile": "6.0.3",
312312
"vite": "6.1.6",

yarn.lock

Lines changed: 190 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1471,6 +1471,17 @@ __metadata:
14711471
languageName: node
14721472
linkType: hard
14731473

1474+
"@eslint-community/eslint-utils@npm:^4.7.0":
1475+
version: 4.9.1
1476+
resolution: "@eslint-community/eslint-utils@npm:4.9.1"
1477+
dependencies:
1478+
eslint-visitor-keys: "npm:^3.4.3"
1479+
peerDependencies:
1480+
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
1481+
checksum: 10/863b5467868551c9ae34d03eefe634633d08f623fc7b19d860f8f26eb6f303c1a5934253124163bee96181e45ed22bf27473dccc295937c3078493a4a8c9eddd
1482+
languageName: node
1483+
linkType: hard
1484+
14741485
"@eslint-community/regexpp@npm:^4.10.0, @eslint-community/regexpp@npm:^4.11.0, @eslint-community/regexpp@npm:^4.12.1":
14751486
version: 4.12.1
14761487
resolution: "@eslint-community/regexpp@npm:4.12.1"
@@ -1863,8 +1874,8 @@ __metadata:
18631874
"@types/micromatch": "npm:4.0.9"
18641875
"@types/node": "npm:22.9.0"
18651876
"@types/node-notifier": "npm:8.0.5"
1866-
"@typescript-eslint/eslint-plugin": "npm:8.26.0"
1867-
"@typescript-eslint/parser": "npm:8.26.0"
1877+
"@typescript-eslint/eslint-plugin": "npm:8.51.0"
1878+
"@typescript-eslint/parser": "npm:8.51.0"
18681879
"@vates/toggle-scripts": "npm:1.0.0"
18691880
"@vitest/coverage-v8": "npm:3.0.7"
18701881
"@vitest/ui": "npm:3.0.7"
@@ -1974,7 +1985,7 @@ __metadata:
19741985
trash-cli: "npm:6.0.0"
19751986
ts-dedent: "npm:2.2.0"
19761987
typescript: "npm:5.7.2"
1977-
typescript-eslint: "npm:8.26.0"
1988+
typescript-eslint: "npm:8.51.0"
19781989
unified: "npm:11.0.5"
19791990
vfile: "npm:6.0.3"
19801991
vite: "npm:6.1.6"
@@ -2921,40 +2932,52 @@ __metadata:
29212932
languageName: node
29222933
linkType: hard
29232934

2924-
"@typescript-eslint/eslint-plugin@npm:8.26.0":
2925-
version: 8.26.0
2926-
resolution: "@typescript-eslint/eslint-plugin@npm:8.26.0"
2935+
"@typescript-eslint/eslint-plugin@npm:8.51.0":
2936+
version: 8.51.0
2937+
resolution: "@typescript-eslint/eslint-plugin@npm:8.51.0"
29272938
dependencies:
29282939
"@eslint-community/regexpp": "npm:^4.10.0"
2929-
"@typescript-eslint/scope-manager": "npm:8.26.0"
2930-
"@typescript-eslint/type-utils": "npm:8.26.0"
2931-
"@typescript-eslint/utils": "npm:8.26.0"
2932-
"@typescript-eslint/visitor-keys": "npm:8.26.0"
2933-
graphemer: "npm:^1.4.0"
2934-
ignore: "npm:^5.3.1"
2940+
"@typescript-eslint/scope-manager": "npm:8.51.0"
2941+
"@typescript-eslint/type-utils": "npm:8.51.0"
2942+
"@typescript-eslint/utils": "npm:8.51.0"
2943+
"@typescript-eslint/visitor-keys": "npm:8.51.0"
2944+
ignore: "npm:^7.0.0"
29352945
natural-compare: "npm:^1.4.0"
2936-
ts-api-utils: "npm:^2.0.1"
2946+
ts-api-utils: "npm:^2.2.0"
29372947
peerDependencies:
2938-
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
2948+
"@typescript-eslint/parser": ^8.51.0
29392949
eslint: ^8.57.0 || ^9.0.0
2940-
typescript: ">=4.8.4 <5.9.0"
2941-
checksum: 10/5a3d2445178b815398aa9707e112492ce15c1709e7760fc2d68e64fce609901f4145de923007f50c3bbd6d11ef9f6c7843f1df40ab93c99f8a6610bcf34aa5c2
2950+
typescript: ">=4.8.4 <6.0.0"
2951+
checksum: 10/cb6c129a9f7e723218458ec86acb86176f7cddc1b41924416478a31fd633c2991849be56e21dca8df0ce535ea2014b361073b043085e39795816de528747c80b
29422952
languageName: node
29432953
linkType: hard
29442954

2945-
"@typescript-eslint/parser@npm:8.26.0":
2946-
version: 8.26.0
2947-
resolution: "@typescript-eslint/parser@npm:8.26.0"
2955+
"@typescript-eslint/parser@npm:8.51.0":
2956+
version: 8.51.0
2957+
resolution: "@typescript-eslint/parser@npm:8.51.0"
29482958
dependencies:
2949-
"@typescript-eslint/scope-manager": "npm:8.26.0"
2950-
"@typescript-eslint/types": "npm:8.26.0"
2951-
"@typescript-eslint/typescript-estree": "npm:8.26.0"
2952-
"@typescript-eslint/visitor-keys": "npm:8.26.0"
2959+
"@typescript-eslint/scope-manager": "npm:8.51.0"
2960+
"@typescript-eslint/types": "npm:8.51.0"
2961+
"@typescript-eslint/typescript-estree": "npm:8.51.0"
2962+
"@typescript-eslint/visitor-keys": "npm:8.51.0"
29532963
debug: "npm:^4.3.4"
29542964
peerDependencies:
29552965
eslint: ^8.57.0 || ^9.0.0
2956-
typescript: ">=4.8.4 <5.9.0"
2957-
checksum: 10/86843d488b58d47d4bd45fed25a5afbb033bd844b4517f6401ae2f9af0fdeaedaf5c9dd30e74a7bf5b6029cff10fec0e33ca073b1ffe4795df7403b58aaac58c
2966+
typescript: ">=4.8.4 <6.0.0"
2967+
checksum: 10/ad2cb5d9cea5749fca712699ef971d68506f6170766d465ecc5864b5b5a15401c85d4042231df9edcc200f14b2579e6d4b2fbe66db824d925193004cde02ba79
2968+
languageName: node
2969+
linkType: hard
2970+
2971+
"@typescript-eslint/project-service@npm:8.51.0":
2972+
version: 8.51.0
2973+
resolution: "@typescript-eslint/project-service@npm:8.51.0"
2974+
dependencies:
2975+
"@typescript-eslint/tsconfig-utils": "npm:^8.51.0"
2976+
"@typescript-eslint/types": "npm:^8.51.0"
2977+
debug: "npm:^4.3.4"
2978+
peerDependencies:
2979+
typescript: ">=4.8.4 <6.0.0"
2980+
checksum: 10/f8b38bf1c92c3a5d33ae0304fc920b8ac20b24c308c056ea70fb5b257f9447be62fe54e9595260fd8611b36c8a66229e4ca7ef859edad42e1321434986132aac
29582981
languageName: node
29592982
linkType: hard
29602983

@@ -2968,18 +2991,38 @@ __metadata:
29682991
languageName: node
29692992
linkType: hard
29702993

2971-
"@typescript-eslint/type-utils@npm:8.26.0":
2972-
version: 8.26.0
2973-
resolution: "@typescript-eslint/type-utils@npm:8.26.0"
2994+
"@typescript-eslint/scope-manager@npm:8.51.0":
2995+
version: 8.51.0
2996+
resolution: "@typescript-eslint/scope-manager@npm:8.51.0"
29742997
dependencies:
2975-
"@typescript-eslint/typescript-estree": "npm:8.26.0"
2976-
"@typescript-eslint/utils": "npm:8.26.0"
2998+
"@typescript-eslint/types": "npm:8.51.0"
2999+
"@typescript-eslint/visitor-keys": "npm:8.51.0"
3000+
checksum: 10/3d873589cd5b39f2bdc1e5b4f0052095f2cc5b2d59115ceea99533346839539ad7123ab0ba43ff4dd28c6afd4e8ae77798beb3618c93f24010104d38dedad6ad
3001+
languageName: node
3002+
linkType: hard
3003+
3004+
"@typescript-eslint/tsconfig-utils@npm:8.51.0, @typescript-eslint/tsconfig-utils@npm:^8.51.0":
3005+
version: 8.51.0
3006+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.51.0"
3007+
peerDependencies:
3008+
typescript: ">=4.8.4 <6.0.0"
3009+
checksum: 10/1a423e2b8bb6900e86f54ef78e967f17e6f51a528c64d78460338b916fda4e44bb8c73a7aba6b129295c59c3f364edbf27b34580f525df700674afbf0fc034df
3010+
languageName: node
3011+
linkType: hard
3012+
3013+
"@typescript-eslint/type-utils@npm:8.51.0":
3014+
version: 8.51.0
3015+
resolution: "@typescript-eslint/type-utils@npm:8.51.0"
3016+
dependencies:
3017+
"@typescript-eslint/types": "npm:8.51.0"
3018+
"@typescript-eslint/typescript-estree": "npm:8.51.0"
3019+
"@typescript-eslint/utils": "npm:8.51.0"
29773020
debug: "npm:^4.3.4"
2978-
ts-api-utils: "npm:^2.0.1"
3021+
ts-api-utils: "npm:^2.2.0"
29793022
peerDependencies:
29803023
eslint: ^8.57.0 || ^9.0.0
2981-
typescript: ">=4.8.4 <5.9.0"
2982-
checksum: 10/cc383418bd208b5787ec93923a5ecb46f424b5f9a5aeb81f51382aa440671b6c85d1fe27527f2e0d711dfaff593d42ca6b57c10c839db800aa4d965d01ac8461
3024+
typescript: ">=4.8.4 <6.0.0"
3025+
checksum: 10/1dd5b72e4c7d6ffeafff1c24f745c335dc4073ec2a5c7e40f1a05be3be91097246c96be8d927389d8e4ccfa15db946a45ac85dbfd0c788d6cf003dced1830c7d
29833026
languageName: node
29843027
linkType: hard
29853028

@@ -2990,6 +3033,13 @@ __metadata:
29903033
languageName: node
29913034
linkType: hard
29923035

3036+
"@typescript-eslint/types@npm:8.51.0, @typescript-eslint/types@npm:^8.51.0":
3037+
version: 8.51.0
3038+
resolution: "@typescript-eslint/types@npm:8.51.0"
3039+
checksum: 10/34c4b602d2f07edb72879e8af5359b0d54d3787030ae0a8325691972b07f2c6429bef9586938d18ff7df03a2be858064c7890a42136514ff0f2b7847c1432193
3040+
languageName: node
3041+
linkType: hard
3042+
29933043
"@typescript-eslint/typescript-estree@npm:8.26.0":
29943044
version: 8.26.0
29953045
resolution: "@typescript-eslint/typescript-estree@npm:8.26.0"
@@ -3008,7 +3058,41 @@ __metadata:
30083058
languageName: node
30093059
linkType: hard
30103060

3011-
"@typescript-eslint/utils@npm:8.26.0, @typescript-eslint/utils@npm:^8.23.0":
3061+
"@typescript-eslint/typescript-estree@npm:8.51.0":
3062+
version: 8.51.0
3063+
resolution: "@typescript-eslint/typescript-estree@npm:8.51.0"
3064+
dependencies:
3065+
"@typescript-eslint/project-service": "npm:8.51.0"
3066+
"@typescript-eslint/tsconfig-utils": "npm:8.51.0"
3067+
"@typescript-eslint/types": "npm:8.51.0"
3068+
"@typescript-eslint/visitor-keys": "npm:8.51.0"
3069+
debug: "npm:^4.3.4"
3070+
minimatch: "npm:^9.0.4"
3071+
semver: "npm:^7.6.0"
3072+
tinyglobby: "npm:^0.2.15"
3073+
ts-api-utils: "npm:^2.2.0"
3074+
peerDependencies:
3075+
typescript: ">=4.8.4 <6.0.0"
3076+
checksum: 10/4f9f82b18b9a62e3ffe1253e7914a396ec1c550fec36f862eff9d3d49be4bf01349eb2540be68ecc35b245aab7f72843d2b5cd1e73c8e820db5cf6f3c6542916
3077+
languageName: node
3078+
linkType: hard
3079+
3080+
"@typescript-eslint/utils@npm:8.51.0":
3081+
version: 8.51.0
3082+
resolution: "@typescript-eslint/utils@npm:8.51.0"
3083+
dependencies:
3084+
"@eslint-community/eslint-utils": "npm:^4.7.0"
3085+
"@typescript-eslint/scope-manager": "npm:8.51.0"
3086+
"@typescript-eslint/types": "npm:8.51.0"
3087+
"@typescript-eslint/typescript-estree": "npm:8.51.0"
3088+
peerDependencies:
3089+
eslint: ^8.57.0 || ^9.0.0
3090+
typescript: ">=4.8.4 <6.0.0"
3091+
checksum: 10/e5ced67d08129e62fd6866a72b94fa685cd33aa7f5d1fc3bb9a34187d0fc0b469062ec8dfd44cd8c06494af070a050a314a6db672dda392fbc907b64b1ecc57f
3092+
languageName: node
3093+
linkType: hard
3094+
3095+
"@typescript-eslint/utils@npm:^8.23.0":
30123096
version: 8.26.0
30133097
resolution: "@typescript-eslint/utils@npm:8.26.0"
30143098
dependencies:
@@ -3033,6 +3117,16 @@ __metadata:
30333117
languageName: node
30343118
linkType: hard
30353119

3120+
"@typescript-eslint/visitor-keys@npm:8.51.0":
3121+
version: 8.51.0
3122+
resolution: "@typescript-eslint/visitor-keys@npm:8.51.0"
3123+
dependencies:
3124+
"@typescript-eslint/types": "npm:8.51.0"
3125+
eslint-visitor-keys: "npm:^4.2.1"
3126+
checksum: 10/922fb3d2e59f6e8a9583a1bc7b13e66d4ec7bd7df3256602810465a7017549b890cd1a7897efc71ed64cc287c718be5dddbc8071b74e8ee41fe441f6d5251d3d
3127+
languageName: node
3128+
linkType: hard
3129+
30363130
"@ungap/structured-clone@npm:^1.0.0":
30373131
version: 1.2.0
30383132
resolution: "@ungap/structured-clone@npm:1.2.0"
@@ -5397,6 +5491,13 @@ __metadata:
53975491
languageName: node
53985492
linkType: hard
53995493

5494+
"eslint-visitor-keys@npm:^4.2.1":
5495+
version: 4.2.1
5496+
resolution: "eslint-visitor-keys@npm:4.2.1"
5497+
checksum: 10/3ee00fc6a7002d4b0ffd9dc99e13a6a7882c557329e6c25ab254220d71e5c9c4f89dca4695352949ea678eb1f3ba912a18ef8aac0a7fe094196fd92f441bfce2
5498+
languageName: node
5499+
linkType: hard
5500+
54005501
"eslint@npm:9.23.0":
54015502
version: 9.23.0
54025503
resolution: "eslint@npm:9.23.0"
@@ -5659,6 +5760,18 @@ __metadata:
56595760
languageName: node
56605761
linkType: hard
56615762

5763+
"fdir@npm:^6.5.0":
5764+
version: 6.5.0
5765+
resolution: "fdir@npm:6.5.0"
5766+
peerDependencies:
5767+
picomatch: ^3 || ^4
5768+
peerDependenciesMeta:
5769+
picomatch:
5770+
optional: true
5771+
checksum: 10/14ca1c9f0a0e8f4f2e9bf4e8551065a164a09545dae548c12a18d238b72e51e5a7b39bd8e5494b56463a0877672d0a6c1ef62c6fa0677db1b0c847773be939b1
5772+
languageName: node
5773+
linkType: hard
5774+
56625775
"fflate@npm:^0.8.2":
56635776
version: 0.8.2
56645777
resolution: "fflate@npm:0.8.2"
@@ -6272,13 +6385,20 @@ __metadata:
62726385
languageName: node
62736386
linkType: hard
62746387

6275-
"ignore@npm:^5.0.0, ignore@npm:^5.2.0, ignore@npm:^5.3.1, ignore@npm:^5.3.2":
6388+
"ignore@npm:^5.0.0, ignore@npm:^5.2.0, ignore@npm:^5.3.2":
62766389
version: 5.3.2
62776390
resolution: "ignore@npm:5.3.2"
62786391
checksum: 10/cceb6a457000f8f6a50e1196429750d782afce5680dd878aa4221bd79972d68b3a55b4b1458fc682be978f4d3c6a249046aa0880637367216444ab7b014cfc98
62796392
languageName: node
62806393
linkType: hard
62816394

6395+
"ignore@npm:^7.0.0":
6396+
version: 7.0.5
6397+
resolution: "ignore@npm:7.0.5"
6398+
checksum: 10/f134b96a4de0af419196f52c529d5c6120c4456ff8a6b5a14ceaaa399f883e15d58d2ce651c9b69b9388491d4669dda47285d307e827de9304a53a1824801bc6
6399+
languageName: node
6400+
linkType: hard
6401+
62826402
"import-fresh@npm:^3.2.1, import-fresh@npm:^3.3.0, import-fresh@npm:^3.3.1":
62836403
version: 3.3.1
62846404
resolution: "import-fresh@npm:3.3.1"
@@ -8861,6 +8981,13 @@ __metadata:
88618981
languageName: node
88628982
linkType: hard
88638983

8984+
"picomatch@npm:^4.0.3":
8985+
version: 4.0.3
8986+
resolution: "picomatch@npm:4.0.3"
8987+
checksum: 10/57b99055f40b16798f2802916d9c17e9744e620a0db136554af01d19598b96e45e2f00014c91d1b8b13874b80caa8c295b3d589a3f72373ec4aaf54baa5962d5
8988+
languageName: node
8989+
linkType: hard
8990+
88648991
"pify@npm:^2.3.0":
88658992
version: 2.3.0
88668993
resolution: "pify@npm:2.3.0"
@@ -10921,6 +11048,16 @@ __metadata:
1092111048
languageName: node
1092211049
linkType: hard
1092311050

11051+
"tinyglobby@npm:^0.2.15":
11052+
version: 0.2.15
11053+
resolution: "tinyglobby@npm:0.2.15"
11054+
dependencies:
11055+
fdir: "npm:^6.5.0"
11056+
picomatch: "npm:^4.0.3"
11057+
checksum: 10/d72bd826a8b0fa5fa3929e7fe5ba48fceb2ae495df3a231b6c5408cd7d8c00b58ab5a9c2a76ba56a62ee9b5e083626f1f33599734bed1ffc4b792406408f0ca2
11058+
languageName: node
11059+
linkType: hard
11060+
1092411061
"tinypool@npm:^1.0.2":
1092511062
version: 1.0.2
1092611063
resolution: "tinypool@npm:1.0.2"
@@ -11022,6 +11159,15 @@ __metadata:
1102211159
languageName: node
1102311160
linkType: hard
1102411161

11162+
"ts-api-utils@npm:^2.2.0":
11163+
version: 2.3.0
11164+
resolution: "ts-api-utils@npm:2.3.0"
11165+
peerDependencies:
11166+
typescript: ">=4.8.4"
11167+
checksum: 10/33472e0aa22222947512bcbdad37f078a6a4fb8f79e5ce271267f3520e7303ab204067cc7eaa508b2e4f91539b0bb9ecb9254f5f62397d27cf52dc5e73540a8f
11168+
languageName: node
11169+
linkType: hard
11170+
1102511171
"ts-dedent@npm:2.2.0":
1102611172
version: 2.2.0
1102711173
resolution: "ts-dedent@npm:2.2.0"
@@ -11144,17 +11290,18 @@ __metadata:
1114411290
languageName: node
1114511291
linkType: hard
1114611292

11147-
"typescript-eslint@npm:8.26.0":
11148-
version: 8.26.0
11149-
resolution: "typescript-eslint@npm:8.26.0"
11293+
"typescript-eslint@npm:8.51.0":
11294+
version: 8.51.0
11295+
resolution: "typescript-eslint@npm:8.51.0"
1115011296
dependencies:
11151-
"@typescript-eslint/eslint-plugin": "npm:8.26.0"
11152-
"@typescript-eslint/parser": "npm:8.26.0"
11153-
"@typescript-eslint/utils": "npm:8.26.0"
11297+
"@typescript-eslint/eslint-plugin": "npm:8.51.0"
11298+
"@typescript-eslint/parser": "npm:8.51.0"
11299+
"@typescript-eslint/typescript-estree": "npm:8.51.0"
11300+
"@typescript-eslint/utils": "npm:8.51.0"
1115411301
peerDependencies:
1115511302
eslint: ^8.57.0 || ^9.0.0
11156-
typescript: ">=4.8.4 <5.9.0"
11157-
checksum: 10/e9bcaf43932baed4e1af52715def5a6508af9eaac271c3dd8638734aed8e8e0681eb647447ae2565682d6d0bcc52b06722934eafa090259f2feff38d35f2e66c
11303+
typescript: ">=4.8.4 <6.0.0"
11304+
checksum: 10/491dc8b6fb56f69c94515c31f6ff1db961d79c06e647f5db55647cca34dacedff4bab879a211559fc46e925a7a85ff60a1a68b7eac1e8a5db37828c57a65c718
1115811305
languageName: node
1115911306
linkType: hard
1116011307

0 commit comments

Comments
 (0)