@jayree/sfdx-plugin-manifest 4.0.11 → 4.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +623 -134
- package/oclif.lock +204 -84
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/npm-shrinkwrap.json
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.13",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
9
|
-
"version": "4.0.
|
9
|
+
"version": "4.0.13",
|
10
10
|
"license": "Apache-2.0",
|
11
11
|
"dependencies": {
|
12
12
|
"@jayree/changelog": "^1.2.10",
|
13
13
|
"@oclif/core": "^4.3.0",
|
14
|
-
"@salesforce/core": "^8.11.
|
14
|
+
"@salesforce/core": "^8.11.4",
|
15
15
|
"@salesforce/kit": "^3.2.3",
|
16
16
|
"@salesforce/sf-plugins-core": "^12.2.2",
|
17
17
|
"@salesforce/source-deploy-retrieve": "12.19.7",
|
@@ -32,9 +32,9 @@
|
|
32
32
|
"@types/fs-extra": "^11.0.4",
|
33
33
|
"@types/graceful-fs": "^4.1.9",
|
34
34
|
"c8": "^10.1.3",
|
35
|
-
"eslint-config-oclif": "^6.0.
|
35
|
+
"eslint-config-oclif": "^6.0.62",
|
36
36
|
"eslint-config-salesforce-license": "^1.0.1",
|
37
|
-
"eslint-plugin-prettier": "^5.4.
|
37
|
+
"eslint-plugin-prettier": "^5.4.1",
|
38
38
|
"eslint-plugin-sf-plugin": "^1.20.24",
|
39
39
|
"oclif": "^4.17.46",
|
40
40
|
"patch-package": "^8.0.0",
|
@@ -2087,6 +2087,48 @@
|
|
2087
2087
|
}
|
2088
2088
|
}
|
2089
2089
|
},
|
2090
|
+
"node_modules/@eslint/core": {
|
2091
|
+
"version": "0.13.0",
|
2092
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.13.0.tgz",
|
2093
|
+
"integrity": "sha512-yfkgDw1KR66rkT5A8ci4irzDysN7FRpq3ttJolR88OqQikAWqwA8j5VZyas+vjyBNFIJ7MfybJ9plMILI2UrCw==",
|
2094
|
+
"dev": true,
|
2095
|
+
"license": "Apache-2.0",
|
2096
|
+
"dependencies": {
|
2097
|
+
"@types/json-schema": "^7.0.15"
|
2098
|
+
},
|
2099
|
+
"engines": {
|
2100
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
2101
|
+
}
|
2102
|
+
},
|
2103
|
+
"node_modules/@eslint/css": {
|
2104
|
+
"version": "0.7.0",
|
2105
|
+
"resolved": "https://registry.npmjs.org/@eslint/css/-/css-0.7.0.tgz",
|
2106
|
+
"integrity": "sha512-d6mo8etv4igrTGxgvWSgA5+TsppfObM/Xhlu8JWbkqNBiaJXztUNH45R1B4i1GL2PNIFMLREI3Kh9lTBi19l7g==",
|
2107
|
+
"dev": true,
|
2108
|
+
"license": "Apache-2.0",
|
2109
|
+
"dependencies": {
|
2110
|
+
"@eslint/core": "^0.13.0",
|
2111
|
+
"@eslint/css-tree": "^3.3.3",
|
2112
|
+
"@eslint/plugin-kit": "^0.2.5"
|
2113
|
+
},
|
2114
|
+
"engines": {
|
2115
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
2116
|
+
}
|
2117
|
+
},
|
2118
|
+
"node_modules/@eslint/css-tree": {
|
2119
|
+
"version": "3.5.3",
|
2120
|
+
"resolved": "https://registry.npmjs.org/@eslint/css-tree/-/css-tree-3.5.3.tgz",
|
2121
|
+
"integrity": "sha512-8I/D8eFcEH6O/arcAeS7MshqPm15ojS25oWxSZwSVxz5SkV2U7o5D2hiUZu7DclJAKV52LB8SosDnIs8Ifpnhw==",
|
2122
|
+
"dev": true,
|
2123
|
+
"license": "MIT",
|
2124
|
+
"dependencies": {
|
2125
|
+
"mdn-data": "2.20.0",
|
2126
|
+
"source-map-js": "^1.0.1"
|
2127
|
+
},
|
2128
|
+
"engines": {
|
2129
|
+
"node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
|
2130
|
+
}
|
2131
|
+
},
|
2090
2132
|
"node_modules/@eslint/eslintrc": {
|
2091
2133
|
"version": "2.1.4",
|
2092
2134
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
|
@@ -2139,6 +2181,49 @@
|
|
2139
2181
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
2140
2182
|
}
|
2141
2183
|
},
|
2184
|
+
"node_modules/@eslint/json": {
|
2185
|
+
"version": "0.12.0",
|
2186
|
+
"resolved": "https://registry.npmjs.org/@eslint/json/-/json-0.12.0.tgz",
|
2187
|
+
"integrity": "sha512-n/7dz8HFStpEe4o5eYk0tdkBdGUS/ZGb0GQCeDWN1ZmRq67HMHK4vC33b0rQlTT6xdZoX935P4vstiWVk5Ying==",
|
2188
|
+
"dev": true,
|
2189
|
+
"license": "Apache-2.0",
|
2190
|
+
"dependencies": {
|
2191
|
+
"@eslint/core": "^0.12.0",
|
2192
|
+
"@eslint/plugin-kit": "^0.2.7",
|
2193
|
+
"@humanwhocodes/momoa": "^3.3.4",
|
2194
|
+
"natural-compare": "^1.4.0"
|
2195
|
+
},
|
2196
|
+
"engines": {
|
2197
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
2198
|
+
}
|
2199
|
+
},
|
2200
|
+
"node_modules/@eslint/json/node_modules/@eslint/core": {
|
2201
|
+
"version": "0.12.0",
|
2202
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.12.0.tgz",
|
2203
|
+
"integrity": "sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg==",
|
2204
|
+
"dev": true,
|
2205
|
+
"license": "Apache-2.0",
|
2206
|
+
"dependencies": {
|
2207
|
+
"@types/json-schema": "^7.0.15"
|
2208
|
+
},
|
2209
|
+
"engines": {
|
2210
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
2211
|
+
}
|
2212
|
+
},
|
2213
|
+
"node_modules/@eslint/plugin-kit": {
|
2214
|
+
"version": "0.2.8",
|
2215
|
+
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.8.tgz",
|
2216
|
+
"integrity": "sha512-ZAoA40rNMPwSm+AeHpCq8STiNAwzWLJuP8Xv4CHIc9wv/PSuExjMrmjfYNj682vW0OOiZ1HKxzvjQr9XZIisQA==",
|
2217
|
+
"dev": true,
|
2218
|
+
"license": "Apache-2.0",
|
2219
|
+
"dependencies": {
|
2220
|
+
"@eslint/core": "^0.13.0",
|
2221
|
+
"levn": "^0.4.1"
|
2222
|
+
},
|
2223
|
+
"engines": {
|
2224
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
2225
|
+
}
|
2226
|
+
},
|
2142
2227
|
"node_modules/@humanwhocodes/config-array": {
|
2143
2228
|
"version": "0.13.0",
|
2144
2229
|
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz",
|
@@ -2168,6 +2253,16 @@
|
|
2168
2253
|
"url": "https://github.com/sponsors/nzakas"
|
2169
2254
|
}
|
2170
2255
|
},
|
2256
|
+
"node_modules/@humanwhocodes/momoa": {
|
2257
|
+
"version": "3.3.8",
|
2258
|
+
"resolved": "https://registry.npmjs.org/@humanwhocodes/momoa/-/momoa-3.3.8.tgz",
|
2259
|
+
"integrity": "sha512-/3PZzor2imi/RLLcnHztkwA79txiVvW145Ve2cp5dxRcH5qOUNJPToasqLFHniTfw4B4lT7jGDdBOPXbXYlIMQ==",
|
2260
|
+
"dev": true,
|
2261
|
+
"license": "Apache-2.0",
|
2262
|
+
"engines": {
|
2263
|
+
"node": ">=18"
|
2264
|
+
}
|
2265
|
+
},
|
2171
2266
|
"node_modules/@humanwhocodes/object-schema": {
|
2172
2267
|
"version": "2.0.3",
|
2173
2268
|
"resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz",
|
@@ -3486,16 +3581,16 @@
|
|
3486
3581
|
}
|
3487
3582
|
},
|
3488
3583
|
"node_modules/@pkgr/core": {
|
3489
|
-
"version": "0.2.
|
3490
|
-
"resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.2.
|
3491
|
-
"integrity": "sha512-
|
3584
|
+
"version": "0.2.5",
|
3585
|
+
"resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.2.5.tgz",
|
3586
|
+
"integrity": "sha512-YRx7tFgLkrpFkDAzVSV5sUJydmf2ZDrW+O3IbQ1JyeMW7B0FiWroFJTnR4/fD9CsusnAn4qRUcbb5jFnZSd6uw==",
|
3492
3587
|
"dev": true,
|
3493
3588
|
"license": "MIT",
|
3494
3589
|
"engines": {
|
3495
3590
|
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
|
3496
3591
|
},
|
3497
3592
|
"funding": {
|
3498
|
-
"url": "https://opencollective.com/
|
3593
|
+
"url": "https://opencollective.com/pkgr"
|
3499
3594
|
}
|
3500
3595
|
},
|
3501
3596
|
"node_modules/@pnpm/config.env-replace": {
|
@@ -3672,9 +3767,9 @@
|
|
3672
3767
|
}
|
3673
3768
|
},
|
3674
3769
|
"node_modules/@salesforce/core": {
|
3675
|
-
"version": "8.11.
|
3676
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.11.
|
3677
|
-
"integrity": "sha512-
|
3770
|
+
"version": "8.11.4",
|
3771
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.11.4.tgz",
|
3772
|
+
"integrity": "sha512-6jrACrCmpic7mrnp4XQ6tiyx5FvHs101dQ2v+m8+aHF97036bul+GeeYuSjVp3ASh0sjR5CotYf7R65chd4H+A==",
|
3678
3773
|
"license": "BSD-3-Clause",
|
3679
3774
|
"dependencies": {
|
3680
3775
|
"@jsforce/jsforce-node": "^3.8.2",
|
@@ -5112,6 +5207,139 @@
|
|
5112
5207
|
"eslint": ">=8.40.0"
|
5113
5208
|
}
|
5114
5209
|
},
|
5210
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/@eslint-community/eslint-utils": {
|
5211
|
+
"version": "4.7.0",
|
5212
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
|
5213
|
+
"integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
|
5214
|
+
"dev": true,
|
5215
|
+
"license": "MIT",
|
5216
|
+
"dependencies": {
|
5217
|
+
"eslint-visitor-keys": "^3.4.3"
|
5218
|
+
},
|
5219
|
+
"engines": {
|
5220
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
5221
|
+
},
|
5222
|
+
"funding": {
|
5223
|
+
"url": "https://opencollective.com/eslint"
|
5224
|
+
},
|
5225
|
+
"peerDependencies": {
|
5226
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
5227
|
+
}
|
5228
|
+
},
|
5229
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
5230
|
+
"version": "3.4.3",
|
5231
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
5232
|
+
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
5233
|
+
"dev": true,
|
5234
|
+
"license": "Apache-2.0",
|
5235
|
+
"engines": {
|
5236
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
5237
|
+
},
|
5238
|
+
"funding": {
|
5239
|
+
"url": "https://opencollective.com/eslint"
|
5240
|
+
}
|
5241
|
+
},
|
5242
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
|
5243
|
+
"version": "8.32.0",
|
5244
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.32.0.tgz",
|
5245
|
+
"integrity": "sha512-jc/4IxGNedXkmG4mx4nJTILb6TMjL66D41vyeaPWvDUmeYQzF3lKtN15WsAeTr65ce4mPxwopPSo1yUUAWw0hQ==",
|
5246
|
+
"dev": true,
|
5247
|
+
"license": "MIT",
|
5248
|
+
"dependencies": {
|
5249
|
+
"@typescript-eslint/types": "8.32.0",
|
5250
|
+
"@typescript-eslint/visitor-keys": "8.32.0"
|
5251
|
+
},
|
5252
|
+
"engines": {
|
5253
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5254
|
+
},
|
5255
|
+
"funding": {
|
5256
|
+
"type": "opencollective",
|
5257
|
+
"url": "https://opencollective.com/typescript-eslint"
|
5258
|
+
}
|
5259
|
+
},
|
5260
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/types": {
|
5261
|
+
"version": "8.32.0",
|
5262
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.32.0.tgz",
|
5263
|
+
"integrity": "sha512-O5Id6tGadAZEMThM6L9HmVf5hQUXNSxLVKeGJYWNhhVseps/0LddMkp7//VDkzwJ69lPL0UmZdcZwggj9akJaA==",
|
5264
|
+
"dev": true,
|
5265
|
+
"license": "MIT",
|
5266
|
+
"engines": {
|
5267
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5268
|
+
},
|
5269
|
+
"funding": {
|
5270
|
+
"type": "opencollective",
|
5271
|
+
"url": "https://opencollective.com/typescript-eslint"
|
5272
|
+
}
|
5273
|
+
},
|
5274
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/typescript-estree": {
|
5275
|
+
"version": "8.32.0",
|
5276
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.0.tgz",
|
5277
|
+
"integrity": "sha512-pU9VD7anSCOIoBFnhTGfOzlVFQIA1XXiQpH/CezqOBaDppRwTglJzCC6fUQGpfwey4T183NKhF1/mfatYmjRqQ==",
|
5278
|
+
"dev": true,
|
5279
|
+
"license": "MIT",
|
5280
|
+
"dependencies": {
|
5281
|
+
"@typescript-eslint/types": "8.32.0",
|
5282
|
+
"@typescript-eslint/visitor-keys": "8.32.0",
|
5283
|
+
"debug": "^4.3.4",
|
5284
|
+
"fast-glob": "^3.3.2",
|
5285
|
+
"is-glob": "^4.0.3",
|
5286
|
+
"minimatch": "^9.0.4",
|
5287
|
+
"semver": "^7.6.0",
|
5288
|
+
"ts-api-utils": "^2.1.0"
|
5289
|
+
},
|
5290
|
+
"engines": {
|
5291
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5292
|
+
},
|
5293
|
+
"funding": {
|
5294
|
+
"type": "opencollective",
|
5295
|
+
"url": "https://opencollective.com/typescript-eslint"
|
5296
|
+
},
|
5297
|
+
"peerDependencies": {
|
5298
|
+
"typescript": ">=4.8.4 <5.9.0"
|
5299
|
+
}
|
5300
|
+
},
|
5301
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/utils": {
|
5302
|
+
"version": "8.32.0",
|
5303
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.32.0.tgz",
|
5304
|
+
"integrity": "sha512-8S9hXau6nQ/sYVtC3D6ISIDoJzS1NsCK+gluVhLN2YkBPX+/1wkwyUiDKnxRh15579WoOIyVWnoyIf3yGI9REw==",
|
5305
|
+
"dev": true,
|
5306
|
+
"license": "MIT",
|
5307
|
+
"dependencies": {
|
5308
|
+
"@eslint-community/eslint-utils": "^4.7.0",
|
5309
|
+
"@typescript-eslint/scope-manager": "8.32.0",
|
5310
|
+
"@typescript-eslint/types": "8.32.0",
|
5311
|
+
"@typescript-eslint/typescript-estree": "8.32.0"
|
5312
|
+
},
|
5313
|
+
"engines": {
|
5314
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5315
|
+
},
|
5316
|
+
"funding": {
|
5317
|
+
"type": "opencollective",
|
5318
|
+
"url": "https://opencollective.com/typescript-eslint"
|
5319
|
+
},
|
5320
|
+
"peerDependencies": {
|
5321
|
+
"eslint": "^8.57.0 || ^9.0.0",
|
5322
|
+
"typescript": ">=4.8.4 <5.9.0"
|
5323
|
+
}
|
5324
|
+
},
|
5325
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
|
5326
|
+
"version": "8.32.0",
|
5327
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.0.tgz",
|
5328
|
+
"integrity": "sha512-1rYQTCLFFzOI5Nl0c8LUpJT8HxpwVRn9E4CkMsYfuN6ctmQqExjSTzzSk0Tz2apmXy7WU6/6fyaZVVA/thPN+w==",
|
5329
|
+
"dev": true,
|
5330
|
+
"license": "MIT",
|
5331
|
+
"dependencies": {
|
5332
|
+
"@typescript-eslint/types": "8.32.0",
|
5333
|
+
"eslint-visitor-keys": "^4.2.0"
|
5334
|
+
},
|
5335
|
+
"engines": {
|
5336
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5337
|
+
},
|
5338
|
+
"funding": {
|
5339
|
+
"type": "opencollective",
|
5340
|
+
"url": "https://opencollective.com/typescript-eslint"
|
5341
|
+
}
|
5342
|
+
},
|
5115
5343
|
"node_modules/@stylistic/eslint-plugin/node_modules/eslint-visitor-keys": {
|
5116
5344
|
"version": "4.2.0",
|
5117
5345
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
|
@@ -5125,6 +5353,35 @@
|
|
5125
5353
|
"url": "https://opencollective.com/eslint"
|
5126
5354
|
}
|
5127
5355
|
},
|
5356
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/minimatch": {
|
5357
|
+
"version": "9.0.5",
|
5358
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
5359
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
5360
|
+
"dev": true,
|
5361
|
+
"license": "ISC",
|
5362
|
+
"dependencies": {
|
5363
|
+
"brace-expansion": "^2.0.1"
|
5364
|
+
},
|
5365
|
+
"engines": {
|
5366
|
+
"node": ">=16 || 14 >=14.17"
|
5367
|
+
},
|
5368
|
+
"funding": {
|
5369
|
+
"url": "https://github.com/sponsors/isaacs"
|
5370
|
+
}
|
5371
|
+
},
|
5372
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/ts-api-utils": {
|
5373
|
+
"version": "2.1.0",
|
5374
|
+
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
|
5375
|
+
"integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
|
5376
|
+
"dev": true,
|
5377
|
+
"license": "MIT",
|
5378
|
+
"engines": {
|
5379
|
+
"node": ">=18.12"
|
5380
|
+
},
|
5381
|
+
"peerDependencies": {
|
5382
|
+
"typescript": ">=4.8.4"
|
5383
|
+
}
|
5384
|
+
},
|
5128
5385
|
"node_modules/@szmarczak/http-timer": {
|
5129
5386
|
"version": "4.0.6",
|
5130
5387
|
"resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz",
|
@@ -5408,19 +5665,19 @@
|
|
5408
5665
|
"license": "MIT"
|
5409
5666
|
},
|
5410
5667
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
5411
|
-
"version": "8.32.
|
5412
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.32.
|
5413
|
-
"integrity": "sha512
|
5668
|
+
"version": "8.32.1",
|
5669
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.32.1.tgz",
|
5670
|
+
"integrity": "sha512-6u6Plg9nP/J1GRpe/vcjjabo6Uc5YQPAMxsgQyGC/I0RuukiG1wIe3+Vtg3IrSCVJDmqK3j8adrtzXSENRtFgg==",
|
5414
5671
|
"dev": true,
|
5415
5672
|
"license": "MIT",
|
5416
5673
|
"dependencies": {
|
5417
5674
|
"@eslint-community/regexpp": "^4.10.0",
|
5418
|
-
"@typescript-eslint/scope-manager": "8.32.
|
5419
|
-
"@typescript-eslint/type-utils": "8.32.
|
5420
|
-
"@typescript-eslint/utils": "8.32.
|
5421
|
-
"@typescript-eslint/visitor-keys": "8.32.
|
5675
|
+
"@typescript-eslint/scope-manager": "8.32.1",
|
5676
|
+
"@typescript-eslint/type-utils": "8.32.1",
|
5677
|
+
"@typescript-eslint/utils": "8.32.1",
|
5678
|
+
"@typescript-eslint/visitor-keys": "8.32.1",
|
5422
5679
|
"graphemer": "^1.4.0",
|
5423
|
-
"ignore": "^
|
5680
|
+
"ignore": "^7.0.0",
|
5424
5681
|
"natural-compare": "^1.4.0",
|
5425
5682
|
"ts-api-utils": "^2.1.0"
|
5426
5683
|
},
|
@@ -5438,14 +5695,14 @@
|
|
5438
5695
|
}
|
5439
5696
|
},
|
5440
5697
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
|
5441
|
-
"version": "8.32.
|
5442
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.32.
|
5443
|
-
"integrity": "sha512-
|
5698
|
+
"version": "8.32.1",
|
5699
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.32.1.tgz",
|
5700
|
+
"integrity": "sha512-7IsIaIDeZn7kffk7qXC3o6Z4UblZJKV3UBpkvRNpr5NSyLji7tvTcvmnMNYuYLyh26mN8W723xpo3i4MlD33vA==",
|
5444
5701
|
"dev": true,
|
5445
5702
|
"license": "MIT",
|
5446
5703
|
"dependencies": {
|
5447
|
-
"@typescript-eslint/types": "8.32.
|
5448
|
-
"@typescript-eslint/visitor-keys": "8.32.
|
5704
|
+
"@typescript-eslint/types": "8.32.1",
|
5705
|
+
"@typescript-eslint/visitor-keys": "8.32.1"
|
5449
5706
|
},
|
5450
5707
|
"engines": {
|
5451
5708
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
@@ -5456,9 +5713,9 @@
|
|
5456
5713
|
}
|
5457
5714
|
},
|
5458
5715
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": {
|
5459
|
-
"version": "8.32.
|
5460
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.32.
|
5461
|
-
"integrity": "sha512-
|
5716
|
+
"version": "8.32.1",
|
5717
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.32.1.tgz",
|
5718
|
+
"integrity": "sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg==",
|
5462
5719
|
"dev": true,
|
5463
5720
|
"license": "MIT",
|
5464
5721
|
"engines": {
|
@@ -5470,13 +5727,13 @@
|
|
5470
5727
|
}
|
5471
5728
|
},
|
5472
5729
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
|
5473
|
-
"version": "8.32.
|
5474
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.
|
5475
|
-
"integrity": "sha512-
|
5730
|
+
"version": "8.32.1",
|
5731
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.1.tgz",
|
5732
|
+
"integrity": "sha512-ar0tjQfObzhSaW3C3QNmTc5ofj0hDoNQ5XWrCy6zDyabdr0TWhCkClp+rywGNj/odAFBVzzJrK4tEq5M4Hmu4w==",
|
5476
5733
|
"dev": true,
|
5477
5734
|
"license": "MIT",
|
5478
5735
|
"dependencies": {
|
5479
|
-
"@typescript-eslint/types": "8.32.
|
5736
|
+
"@typescript-eslint/types": "8.32.1",
|
5480
5737
|
"eslint-visitor-keys": "^4.2.0"
|
5481
5738
|
},
|
5482
5739
|
"engines": {
|
@@ -5500,6 +5757,16 @@
|
|
5500
5757
|
"url": "https://opencollective.com/eslint"
|
5501
5758
|
}
|
5502
5759
|
},
|
5760
|
+
"node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
|
5761
|
+
"version": "7.0.4",
|
5762
|
+
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.4.tgz",
|
5763
|
+
"integrity": "sha512-gJzzk+PQNznz8ysRrC0aOkBNVRBDtE1n53IqyqEf3PXrYwomFs5q4pGMizBMJF+ykh03insJ27hB8gSrD2Hn8A==",
|
5764
|
+
"dev": true,
|
5765
|
+
"license": "MIT",
|
5766
|
+
"engines": {
|
5767
|
+
"node": ">= 4"
|
5768
|
+
}
|
5769
|
+
},
|
5503
5770
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/ts-api-utils": {
|
5504
5771
|
"version": "2.1.0",
|
5505
5772
|
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
|
@@ -5514,16 +5781,16 @@
|
|
5514
5781
|
}
|
5515
5782
|
},
|
5516
5783
|
"node_modules/@typescript-eslint/parser": {
|
5517
|
-
"version": "8.32.
|
5518
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.32.
|
5519
|
-
"integrity": "sha512-
|
5784
|
+
"version": "8.32.1",
|
5785
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.32.1.tgz",
|
5786
|
+
"integrity": "sha512-LKMrmwCPoLhM45Z00O1ulb6jwyVr2kr3XJp+G+tSEZcbauNnScewcQwtJqXDhXeYPDEjZ8C1SjXm015CirEmGg==",
|
5520
5787
|
"dev": true,
|
5521
5788
|
"license": "MIT",
|
5522
5789
|
"dependencies": {
|
5523
|
-
"@typescript-eslint/scope-manager": "8.32.
|
5524
|
-
"@typescript-eslint/types": "8.32.
|
5525
|
-
"@typescript-eslint/typescript-estree": "8.32.
|
5526
|
-
"@typescript-eslint/visitor-keys": "8.32.
|
5790
|
+
"@typescript-eslint/scope-manager": "8.32.1",
|
5791
|
+
"@typescript-eslint/types": "8.32.1",
|
5792
|
+
"@typescript-eslint/typescript-estree": "8.32.1",
|
5793
|
+
"@typescript-eslint/visitor-keys": "8.32.1",
|
5527
5794
|
"debug": "^4.3.4"
|
5528
5795
|
},
|
5529
5796
|
"engines": {
|
@@ -5539,14 +5806,14 @@
|
|
5539
5806
|
}
|
5540
5807
|
},
|
5541
5808
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
|
5542
|
-
"version": "8.32.
|
5543
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.32.
|
5544
|
-
"integrity": "sha512-
|
5809
|
+
"version": "8.32.1",
|
5810
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.32.1.tgz",
|
5811
|
+
"integrity": "sha512-7IsIaIDeZn7kffk7qXC3o6Z4UblZJKV3UBpkvRNpr5NSyLji7tvTcvmnMNYuYLyh26mN8W723xpo3i4MlD33vA==",
|
5545
5812
|
"dev": true,
|
5546
5813
|
"license": "MIT",
|
5547
5814
|
"dependencies": {
|
5548
|
-
"@typescript-eslint/types": "8.32.
|
5549
|
-
"@typescript-eslint/visitor-keys": "8.32.
|
5815
|
+
"@typescript-eslint/types": "8.32.1",
|
5816
|
+
"@typescript-eslint/visitor-keys": "8.32.1"
|
5550
5817
|
},
|
5551
5818
|
"engines": {
|
5552
5819
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
@@ -5557,9 +5824,9 @@
|
|
5557
5824
|
}
|
5558
5825
|
},
|
5559
5826
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
|
5560
|
-
"version": "8.32.
|
5561
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.32.
|
5562
|
-
"integrity": "sha512-
|
5827
|
+
"version": "8.32.1",
|
5828
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.32.1.tgz",
|
5829
|
+
"integrity": "sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg==",
|
5563
5830
|
"dev": true,
|
5564
5831
|
"license": "MIT",
|
5565
5832
|
"engines": {
|
@@ -5571,14 +5838,14 @@
|
|
5571
5838
|
}
|
5572
5839
|
},
|
5573
5840
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/typescript-estree": {
|
5574
|
-
"version": "8.32.
|
5575
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.
|
5576
|
-
"integrity": "sha512-
|
5841
|
+
"version": "8.32.1",
|
5842
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.1.tgz",
|
5843
|
+
"integrity": "sha512-Y3AP9EIfYwBb4kWGb+simvPaqQoT5oJuzzj9m0i6FCY6SPvlomY2Ei4UEMm7+FXtlNJbor80ximyslzaQF6xhg==",
|
5577
5844
|
"dev": true,
|
5578
5845
|
"license": "MIT",
|
5579
5846
|
"dependencies": {
|
5580
|
-
"@typescript-eslint/types": "8.32.
|
5581
|
-
"@typescript-eslint/visitor-keys": "8.32.
|
5847
|
+
"@typescript-eslint/types": "8.32.1",
|
5848
|
+
"@typescript-eslint/visitor-keys": "8.32.1",
|
5582
5849
|
"debug": "^4.3.4",
|
5583
5850
|
"fast-glob": "^3.3.2",
|
5584
5851
|
"is-glob": "^4.0.3",
|
@@ -5598,13 +5865,13 @@
|
|
5598
5865
|
}
|
5599
5866
|
},
|
5600
5867
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
|
5601
|
-
"version": "8.32.
|
5602
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.
|
5603
|
-
"integrity": "sha512-
|
5868
|
+
"version": "8.32.1",
|
5869
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.1.tgz",
|
5870
|
+
"integrity": "sha512-ar0tjQfObzhSaW3C3QNmTc5ofj0hDoNQ5XWrCy6zDyabdr0TWhCkClp+rywGNj/odAFBVzzJrK4tEq5M4Hmu4w==",
|
5604
5871
|
"dev": true,
|
5605
5872
|
"license": "MIT",
|
5606
5873
|
"dependencies": {
|
5607
|
-
"@typescript-eslint/types": "8.32.
|
5874
|
+
"@typescript-eslint/types": "8.32.1",
|
5608
5875
|
"eslint-visitor-keys": "^4.2.0"
|
5609
5876
|
},
|
5610
5877
|
"engines": {
|
@@ -5676,14 +5943,14 @@
|
|
5676
5943
|
}
|
5677
5944
|
},
|
5678
5945
|
"node_modules/@typescript-eslint/type-utils": {
|
5679
|
-
"version": "8.32.
|
5680
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.32.
|
5681
|
-
"integrity": "sha512-
|
5946
|
+
"version": "8.32.1",
|
5947
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.32.1.tgz",
|
5948
|
+
"integrity": "sha512-mv9YpQGA8iIsl5KyUPi+FGLm7+bA4fgXaeRcFKRDRwDMu4iwrSHeDPipwueNXhdIIZltwCJv+NkxftECbIZWfA==",
|
5682
5949
|
"dev": true,
|
5683
5950
|
"license": "MIT",
|
5684
5951
|
"dependencies": {
|
5685
|
-
"@typescript-eslint/typescript-estree": "8.32.
|
5686
|
-
"@typescript-eslint/utils": "8.32.
|
5952
|
+
"@typescript-eslint/typescript-estree": "8.32.1",
|
5953
|
+
"@typescript-eslint/utils": "8.32.1",
|
5687
5954
|
"debug": "^4.3.4",
|
5688
5955
|
"ts-api-utils": "^2.1.0"
|
5689
5956
|
},
|
@@ -5700,9 +5967,9 @@
|
|
5700
5967
|
}
|
5701
5968
|
},
|
5702
5969
|
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": {
|
5703
|
-
"version": "8.32.
|
5704
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.32.
|
5705
|
-
"integrity": "sha512-
|
5970
|
+
"version": "8.32.1",
|
5971
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.32.1.tgz",
|
5972
|
+
"integrity": "sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg==",
|
5706
5973
|
"dev": true,
|
5707
5974
|
"license": "MIT",
|
5708
5975
|
"engines": {
|
@@ -5714,14 +5981,14 @@
|
|
5714
5981
|
}
|
5715
5982
|
},
|
5716
5983
|
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": {
|
5717
|
-
"version": "8.32.
|
5718
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.
|
5719
|
-
"integrity": "sha512-
|
5984
|
+
"version": "8.32.1",
|
5985
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.1.tgz",
|
5986
|
+
"integrity": "sha512-Y3AP9EIfYwBb4kWGb+simvPaqQoT5oJuzzj9m0i6FCY6SPvlomY2Ei4UEMm7+FXtlNJbor80ximyslzaQF6xhg==",
|
5720
5987
|
"dev": true,
|
5721
5988
|
"license": "MIT",
|
5722
5989
|
"dependencies": {
|
5723
|
-
"@typescript-eslint/types": "8.32.
|
5724
|
-
"@typescript-eslint/visitor-keys": "8.32.
|
5990
|
+
"@typescript-eslint/types": "8.32.1",
|
5991
|
+
"@typescript-eslint/visitor-keys": "8.32.1",
|
5725
5992
|
"debug": "^4.3.4",
|
5726
5993
|
"fast-glob": "^3.3.2",
|
5727
5994
|
"is-glob": "^4.0.3",
|
@@ -5741,13 +6008,13 @@
|
|
5741
6008
|
}
|
5742
6009
|
},
|
5743
6010
|
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": {
|
5744
|
-
"version": "8.32.
|
5745
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.
|
5746
|
-
"integrity": "sha512-
|
6011
|
+
"version": "8.32.1",
|
6012
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.1.tgz",
|
6013
|
+
"integrity": "sha512-ar0tjQfObzhSaW3C3QNmTc5ofj0hDoNQ5XWrCy6zDyabdr0TWhCkClp+rywGNj/odAFBVzzJrK4tEq5M4Hmu4w==",
|
5747
6014
|
"dev": true,
|
5748
6015
|
"license": "MIT",
|
5749
6016
|
"dependencies": {
|
5750
|
-
"@typescript-eslint/types": "8.32.
|
6017
|
+
"@typescript-eslint/types": "8.32.1",
|
5751
6018
|
"eslint-visitor-keys": "^4.2.0"
|
5752
6019
|
},
|
5753
6020
|
"engines": {
|
@@ -5860,16 +6127,16 @@
|
|
5860
6127
|
}
|
5861
6128
|
},
|
5862
6129
|
"node_modules/@typescript-eslint/utils": {
|
5863
|
-
"version": "8.32.
|
5864
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.32.
|
5865
|
-
"integrity": "sha512-
|
6130
|
+
"version": "8.32.1",
|
6131
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.32.1.tgz",
|
6132
|
+
"integrity": "sha512-DsSFNIgLSrc89gpq1LJB7Hm1YpuhK086DRDJSNrewcGvYloWW1vZLHBTIvarKZDcAORIy/uWNx8Gad+4oMpkSA==",
|
5866
6133
|
"dev": true,
|
5867
6134
|
"license": "MIT",
|
5868
6135
|
"dependencies": {
|
5869
6136
|
"@eslint-community/eslint-utils": "^4.7.0",
|
5870
|
-
"@typescript-eslint/scope-manager": "8.32.
|
5871
|
-
"@typescript-eslint/types": "8.32.
|
5872
|
-
"@typescript-eslint/typescript-estree": "8.32.
|
6137
|
+
"@typescript-eslint/scope-manager": "8.32.1",
|
6138
|
+
"@typescript-eslint/types": "8.32.1",
|
6139
|
+
"@typescript-eslint/typescript-estree": "8.32.1"
|
5873
6140
|
},
|
5874
6141
|
"engines": {
|
5875
6142
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
@@ -5903,14 +6170,14 @@
|
|
5903
6170
|
}
|
5904
6171
|
},
|
5905
6172
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": {
|
5906
|
-
"version": "8.32.
|
5907
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.32.
|
5908
|
-
"integrity": "sha512-
|
6173
|
+
"version": "8.32.1",
|
6174
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.32.1.tgz",
|
6175
|
+
"integrity": "sha512-7IsIaIDeZn7kffk7qXC3o6Z4UblZJKV3UBpkvRNpr5NSyLji7tvTcvmnMNYuYLyh26mN8W723xpo3i4MlD33vA==",
|
5909
6176
|
"dev": true,
|
5910
6177
|
"license": "MIT",
|
5911
6178
|
"dependencies": {
|
5912
|
-
"@typescript-eslint/types": "8.32.
|
5913
|
-
"@typescript-eslint/visitor-keys": "8.32.
|
6179
|
+
"@typescript-eslint/types": "8.32.1",
|
6180
|
+
"@typescript-eslint/visitor-keys": "8.32.1"
|
5914
6181
|
},
|
5915
6182
|
"engines": {
|
5916
6183
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
@@ -5921,9 +6188,9 @@
|
|
5921
6188
|
}
|
5922
6189
|
},
|
5923
6190
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
|
5924
|
-
"version": "8.32.
|
5925
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.32.
|
5926
|
-
"integrity": "sha512-
|
6191
|
+
"version": "8.32.1",
|
6192
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.32.1.tgz",
|
6193
|
+
"integrity": "sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg==",
|
5927
6194
|
"dev": true,
|
5928
6195
|
"license": "MIT",
|
5929
6196
|
"engines": {
|
@@ -5935,14 +6202,14 @@
|
|
5935
6202
|
}
|
5936
6203
|
},
|
5937
6204
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": {
|
5938
|
-
"version": "8.32.
|
5939
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.
|
5940
|
-
"integrity": "sha512-
|
6205
|
+
"version": "8.32.1",
|
6206
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.1.tgz",
|
6207
|
+
"integrity": "sha512-Y3AP9EIfYwBb4kWGb+simvPaqQoT5oJuzzj9m0i6FCY6SPvlomY2Ei4UEMm7+FXtlNJbor80ximyslzaQF6xhg==",
|
5941
6208
|
"dev": true,
|
5942
6209
|
"license": "MIT",
|
5943
6210
|
"dependencies": {
|
5944
|
-
"@typescript-eslint/types": "8.32.
|
5945
|
-
"@typescript-eslint/visitor-keys": "8.32.
|
6211
|
+
"@typescript-eslint/types": "8.32.1",
|
6212
|
+
"@typescript-eslint/visitor-keys": "8.32.1",
|
5946
6213
|
"debug": "^4.3.4",
|
5947
6214
|
"fast-glob": "^3.3.2",
|
5948
6215
|
"is-glob": "^4.0.3",
|
@@ -5962,13 +6229,13 @@
|
|
5962
6229
|
}
|
5963
6230
|
},
|
5964
6231
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
|
5965
|
-
"version": "8.32.
|
5966
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.
|
5967
|
-
"integrity": "sha512-
|
6232
|
+
"version": "8.32.1",
|
6233
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.1.tgz",
|
6234
|
+
"integrity": "sha512-ar0tjQfObzhSaW3C3QNmTc5ofj0hDoNQ5XWrCy6zDyabdr0TWhCkClp+rywGNj/odAFBVzzJrK4tEq5M4Hmu4w==",
|
5968
6235
|
"dev": true,
|
5969
6236
|
"license": "MIT",
|
5970
6237
|
"dependencies": {
|
5971
|
-
"@typescript-eslint/types": "8.32.
|
6238
|
+
"@typescript-eslint/types": "8.32.1",
|
5972
6239
|
"eslint-visitor-keys": "^4.2.0"
|
5973
6240
|
},
|
5974
6241
|
"engines": {
|
@@ -8783,9 +9050,9 @@
|
|
8783
9050
|
}
|
8784
9051
|
},
|
8785
9052
|
"node_modules/eslint-config-oclif": {
|
8786
|
-
"version": "6.0.
|
8787
|
-
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
8788
|
-
"integrity": "sha512-
|
9053
|
+
"version": "6.0.62",
|
9054
|
+
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.62.tgz",
|
9055
|
+
"integrity": "sha512-Se7XSymwmc8wkh5pDdLytcJu5D+ysQwktvi8kA6BmmMsQjaRhI3xn0gnAf0gtiP6DmGQRdZfRyRn+NuOR/PfeQ==",
|
8789
9056
|
"dev": true,
|
8790
9057
|
"license": "MIT",
|
8791
9058
|
"dependencies": {
|
@@ -8796,16 +9063,16 @@
|
|
8796
9063
|
"@typescript-eslint/eslint-plugin": "^8",
|
8797
9064
|
"@typescript-eslint/parser": "^8",
|
8798
9065
|
"eslint-config-oclif": "^5.2.2",
|
8799
|
-
"eslint-config-xo": "^0.
|
9066
|
+
"eslint-config-xo": "^0.47.0",
|
8800
9067
|
"eslint-config-xo-space": "^0.35.0",
|
8801
9068
|
"eslint-import-resolver-typescript": "^3.10.1",
|
8802
9069
|
"eslint-plugin-import": "^2.31.0",
|
8803
9070
|
"eslint-plugin-jsdoc": "^50.6.11",
|
8804
9071
|
"eslint-plugin-mocha": "^10.5.0",
|
8805
|
-
"eslint-plugin-n": "^17.
|
9072
|
+
"eslint-plugin-n": "^17.18.0",
|
8806
9073
|
"eslint-plugin-perfectionist": "^4",
|
8807
9074
|
"eslint-plugin-unicorn": "^56.0.1",
|
8808
|
-
"typescript-eslint": "^8.32.
|
9075
|
+
"typescript-eslint": "^8.32.1"
|
8809
9076
|
},
|
8810
9077
|
"engines": {
|
8811
9078
|
"node": ">=18.18.0"
|
@@ -9206,15 +9473,17 @@
|
|
9206
9473
|
}
|
9207
9474
|
},
|
9208
9475
|
"node_modules/eslint-config-xo": {
|
9209
|
-
"version": "0.
|
9210
|
-
"resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.
|
9211
|
-
"integrity": "sha512-
|
9476
|
+
"version": "0.47.0",
|
9477
|
+
"resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.47.0.tgz",
|
9478
|
+
"integrity": "sha512-LWB0VXFI3EzZ5jJLH/F/Ph0XVnEe5Imqd1gEMWZqvdnQfHAPDs1E+v3WMZysmpOd57a1qUMeT/LCdkkwJlo3Dw==",
|
9212
9479
|
"dev": true,
|
9213
9480
|
"license": "MIT",
|
9214
9481
|
"dependencies": {
|
9215
|
-
"@
|
9482
|
+
"@eslint/css": "^0.7.0",
|
9483
|
+
"@eslint/json": "^0.12.0",
|
9484
|
+
"@stylistic/eslint-plugin": "^4.2.0",
|
9216
9485
|
"confusing-browser-globals": "1.0.11",
|
9217
|
-
"globals": "^
|
9486
|
+
"globals": "^16.0.0"
|
9218
9487
|
},
|
9219
9488
|
"engines": {
|
9220
9489
|
"node": ">=18.18"
|
@@ -9223,7 +9492,7 @@
|
|
9223
9492
|
"url": "https://github.com/sponsors/sindresorhus"
|
9224
9493
|
},
|
9225
9494
|
"peerDependencies": {
|
9226
|
-
"eslint": ">=9.
|
9495
|
+
"eslint": ">=9.25.0"
|
9227
9496
|
}
|
9228
9497
|
},
|
9229
9498
|
"node_modules/eslint-config-xo-space": {
|
@@ -9265,13 +9534,13 @@
|
|
9265
9534
|
}
|
9266
9535
|
},
|
9267
9536
|
"node_modules/eslint-config-xo/node_modules/@stylistic/eslint-plugin": {
|
9268
|
-
"version": "
|
9269
|
-
"resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-
|
9270
|
-
"integrity": "sha512-
|
9537
|
+
"version": "4.4.0",
|
9538
|
+
"resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-4.4.0.tgz",
|
9539
|
+
"integrity": "sha512-bIh/d9X+OQLCAMdhHtps+frvyjvAM4B1YlSJzcEEhl7wXLIqPar3ngn9DrHhkBOrTA/z9J0bUMtctAspe0dxdQ==",
|
9271
9540
|
"dev": true,
|
9272
9541
|
"license": "MIT",
|
9273
9542
|
"dependencies": {
|
9274
|
-
"@typescript-eslint/utils": "^8.
|
9543
|
+
"@typescript-eslint/utils": "^8.32.1",
|
9275
9544
|
"eslint-visitor-keys": "^4.2.0",
|
9276
9545
|
"espree": "^10.3.0",
|
9277
9546
|
"estraverse": "^5.3.0",
|
@@ -9281,7 +9550,7 @@
|
|
9281
9550
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
9282
9551
|
},
|
9283
9552
|
"peerDependencies": {
|
9284
|
-
"eslint": ">=
|
9553
|
+
"eslint": ">=9.0.0"
|
9285
9554
|
}
|
9286
9555
|
},
|
9287
9556
|
"node_modules/eslint-config-xo/node_modules/eslint-visitor-keys": {
|
@@ -9298,9 +9567,9 @@
|
|
9298
9567
|
}
|
9299
9568
|
},
|
9300
9569
|
"node_modules/eslint-config-xo/node_modules/globals": {
|
9301
|
-
"version": "
|
9302
|
-
"resolved": "https://registry.npmjs.org/globals/-/globals-
|
9303
|
-
"integrity": "sha512-
|
9570
|
+
"version": "16.2.0",
|
9571
|
+
"resolved": "https://registry.npmjs.org/globals/-/globals-16.2.0.tgz",
|
9572
|
+
"integrity": "sha512-O+7l9tPdHCU320IigZZPj5zmRCFG9xHmx9cU8FqU2Rp+JN714seHV+2S9+JslCpY4gJwU2vOGox0wzgae/MCEg==",
|
9304
9573
|
"dev": true,
|
9305
9574
|
"license": "MIT",
|
9306
9575
|
"engines": {
|
@@ -9582,9 +9851,9 @@
|
|
9582
9851
|
}
|
9583
9852
|
},
|
9584
9853
|
"node_modules/eslint-plugin-n": {
|
9585
|
-
"version": "17.
|
9586
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.
|
9587
|
-
"integrity": "sha512-
|
9854
|
+
"version": "17.18.0",
|
9855
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.18.0.tgz",
|
9856
|
+
"integrity": "sha512-hvZ/HusueqTJ7VDLoCpjN0hx4N4+jHIWTXD4TMLHy9F23XkDagR9v+xQWRWR57yY55GPF8NnD4ox9iGTxirY8A==",
|
9588
9857
|
"dev": true,
|
9589
9858
|
"license": "MIT",
|
9590
9859
|
"dependencies": {
|
@@ -9673,6 +9942,57 @@
|
|
9673
9942
|
"eslint": ">=8.0.0"
|
9674
9943
|
}
|
9675
9944
|
},
|
9945
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/@eslint-community/eslint-utils": {
|
9946
|
+
"version": "4.7.0",
|
9947
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
|
9948
|
+
"integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
|
9949
|
+
"dev": true,
|
9950
|
+
"license": "MIT",
|
9951
|
+
"dependencies": {
|
9952
|
+
"eslint-visitor-keys": "^3.4.3"
|
9953
|
+
},
|
9954
|
+
"engines": {
|
9955
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
9956
|
+
},
|
9957
|
+
"funding": {
|
9958
|
+
"url": "https://opencollective.com/eslint"
|
9959
|
+
},
|
9960
|
+
"peerDependencies": {
|
9961
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
9962
|
+
}
|
9963
|
+
},
|
9964
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/scope-manager": {
|
9965
|
+
"version": "8.32.0",
|
9966
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.32.0.tgz",
|
9967
|
+
"integrity": "sha512-jc/4IxGNedXkmG4mx4nJTILb6TMjL66D41vyeaPWvDUmeYQzF3lKtN15WsAeTr65ce4mPxwopPSo1yUUAWw0hQ==",
|
9968
|
+
"dev": true,
|
9969
|
+
"license": "MIT",
|
9970
|
+
"dependencies": {
|
9971
|
+
"@typescript-eslint/types": "8.32.0",
|
9972
|
+
"@typescript-eslint/visitor-keys": "8.32.0"
|
9973
|
+
},
|
9974
|
+
"engines": {
|
9975
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
9976
|
+
},
|
9977
|
+
"funding": {
|
9978
|
+
"type": "opencollective",
|
9979
|
+
"url": "https://opencollective.com/typescript-eslint"
|
9980
|
+
}
|
9981
|
+
},
|
9982
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/scope-manager/node_modules/@typescript-eslint/types": {
|
9983
|
+
"version": "8.32.0",
|
9984
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.32.0.tgz",
|
9985
|
+
"integrity": "sha512-O5Id6tGadAZEMThM6L9HmVf5hQUXNSxLVKeGJYWNhhVseps/0LddMkp7//VDkzwJ69lPL0UmZdcZwggj9akJaA==",
|
9986
|
+
"dev": true,
|
9987
|
+
"license": "MIT",
|
9988
|
+
"engines": {
|
9989
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
9990
|
+
},
|
9991
|
+
"funding": {
|
9992
|
+
"type": "opencollective",
|
9993
|
+
"url": "https://opencollective.com/typescript-eslint"
|
9994
|
+
}
|
9995
|
+
},
|
9676
9996
|
"node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/types": {
|
9677
9997
|
"version": "8.25.0",
|
9678
9998
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.25.0.tgz",
|
@@ -9687,6 +10007,146 @@
|
|
9687
10007
|
"url": "https://opencollective.com/typescript-eslint"
|
9688
10008
|
}
|
9689
10009
|
},
|
10010
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/typescript-estree": {
|
10011
|
+
"version": "8.32.0",
|
10012
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.0.tgz",
|
10013
|
+
"integrity": "sha512-pU9VD7anSCOIoBFnhTGfOzlVFQIA1XXiQpH/CezqOBaDppRwTglJzCC6fUQGpfwey4T183NKhF1/mfatYmjRqQ==",
|
10014
|
+
"dev": true,
|
10015
|
+
"license": "MIT",
|
10016
|
+
"dependencies": {
|
10017
|
+
"@typescript-eslint/types": "8.32.0",
|
10018
|
+
"@typescript-eslint/visitor-keys": "8.32.0",
|
10019
|
+
"debug": "^4.3.4",
|
10020
|
+
"fast-glob": "^3.3.2",
|
10021
|
+
"is-glob": "^4.0.3",
|
10022
|
+
"minimatch": "^9.0.4",
|
10023
|
+
"semver": "^7.6.0",
|
10024
|
+
"ts-api-utils": "^2.1.0"
|
10025
|
+
},
|
10026
|
+
"engines": {
|
10027
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
10028
|
+
},
|
10029
|
+
"funding": {
|
10030
|
+
"type": "opencollective",
|
10031
|
+
"url": "https://opencollective.com/typescript-eslint"
|
10032
|
+
},
|
10033
|
+
"peerDependencies": {
|
10034
|
+
"typescript": ">=4.8.4 <5.9.0"
|
10035
|
+
}
|
10036
|
+
},
|
10037
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/types": {
|
10038
|
+
"version": "8.32.0",
|
10039
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.32.0.tgz",
|
10040
|
+
"integrity": "sha512-O5Id6tGadAZEMThM6L9HmVf5hQUXNSxLVKeGJYWNhhVseps/0LddMkp7//VDkzwJ69lPL0UmZdcZwggj9akJaA==",
|
10041
|
+
"dev": true,
|
10042
|
+
"license": "MIT",
|
10043
|
+
"engines": {
|
10044
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
10045
|
+
},
|
10046
|
+
"funding": {
|
10047
|
+
"type": "opencollective",
|
10048
|
+
"url": "https://opencollective.com/typescript-eslint"
|
10049
|
+
}
|
10050
|
+
},
|
10051
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/utils": {
|
10052
|
+
"version": "8.32.0",
|
10053
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.32.0.tgz",
|
10054
|
+
"integrity": "sha512-8S9hXau6nQ/sYVtC3D6ISIDoJzS1NsCK+gluVhLN2YkBPX+/1wkwyUiDKnxRh15579WoOIyVWnoyIf3yGI9REw==",
|
10055
|
+
"dev": true,
|
10056
|
+
"license": "MIT",
|
10057
|
+
"dependencies": {
|
10058
|
+
"@eslint-community/eslint-utils": "^4.7.0",
|
10059
|
+
"@typescript-eslint/scope-manager": "8.32.0",
|
10060
|
+
"@typescript-eslint/types": "8.32.0",
|
10061
|
+
"@typescript-eslint/typescript-estree": "8.32.0"
|
10062
|
+
},
|
10063
|
+
"engines": {
|
10064
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
10065
|
+
},
|
10066
|
+
"funding": {
|
10067
|
+
"type": "opencollective",
|
10068
|
+
"url": "https://opencollective.com/typescript-eslint"
|
10069
|
+
},
|
10070
|
+
"peerDependencies": {
|
10071
|
+
"eslint": "^8.57.0 || ^9.0.0",
|
10072
|
+
"typescript": ">=4.8.4 <5.9.0"
|
10073
|
+
}
|
10074
|
+
},
|
10075
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
|
10076
|
+
"version": "8.32.0",
|
10077
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.32.0.tgz",
|
10078
|
+
"integrity": "sha512-O5Id6tGadAZEMThM6L9HmVf5hQUXNSxLVKeGJYWNhhVseps/0LddMkp7//VDkzwJ69lPL0UmZdcZwggj9akJaA==",
|
10079
|
+
"dev": true,
|
10080
|
+
"license": "MIT",
|
10081
|
+
"engines": {
|
10082
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
10083
|
+
},
|
10084
|
+
"funding": {
|
10085
|
+
"type": "opencollective",
|
10086
|
+
"url": "https://opencollective.com/typescript-eslint"
|
10087
|
+
}
|
10088
|
+
},
|
10089
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/visitor-keys": {
|
10090
|
+
"version": "8.32.0",
|
10091
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.0.tgz",
|
10092
|
+
"integrity": "sha512-1rYQTCLFFzOI5Nl0c8LUpJT8HxpwVRn9E4CkMsYfuN6ctmQqExjSTzzSk0Tz2apmXy7WU6/6fyaZVVA/thPN+w==",
|
10093
|
+
"dev": true,
|
10094
|
+
"license": "MIT",
|
10095
|
+
"dependencies": {
|
10096
|
+
"@typescript-eslint/types": "8.32.0",
|
10097
|
+
"eslint-visitor-keys": "^4.2.0"
|
10098
|
+
},
|
10099
|
+
"engines": {
|
10100
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
10101
|
+
},
|
10102
|
+
"funding": {
|
10103
|
+
"type": "opencollective",
|
10104
|
+
"url": "https://opencollective.com/typescript-eslint"
|
10105
|
+
}
|
10106
|
+
},
|
10107
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/visitor-keys/node_modules/@typescript-eslint/types": {
|
10108
|
+
"version": "8.32.0",
|
10109
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.32.0.tgz",
|
10110
|
+
"integrity": "sha512-O5Id6tGadAZEMThM6L9HmVf5hQUXNSxLVKeGJYWNhhVseps/0LddMkp7//VDkzwJ69lPL0UmZdcZwggj9akJaA==",
|
10111
|
+
"dev": true,
|
10112
|
+
"license": "MIT",
|
10113
|
+
"engines": {
|
10114
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
10115
|
+
},
|
10116
|
+
"funding": {
|
10117
|
+
"type": "opencollective",
|
10118
|
+
"url": "https://opencollective.com/typescript-eslint"
|
10119
|
+
}
|
10120
|
+
},
|
10121
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
|
10122
|
+
"version": "4.2.0",
|
10123
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
|
10124
|
+
"integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
|
10125
|
+
"dev": true,
|
10126
|
+
"license": "Apache-2.0",
|
10127
|
+
"engines": {
|
10128
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
10129
|
+
},
|
10130
|
+
"funding": {
|
10131
|
+
"url": "https://opencollective.com/eslint"
|
10132
|
+
}
|
10133
|
+
},
|
10134
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/minimatch": {
|
10135
|
+
"version": "9.0.5",
|
10136
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
10137
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
10138
|
+
"dev": true,
|
10139
|
+
"license": "ISC",
|
10140
|
+
"dependencies": {
|
10141
|
+
"brace-expansion": "^2.0.1"
|
10142
|
+
},
|
10143
|
+
"engines": {
|
10144
|
+
"node": ">=16 || 14 >=14.17"
|
10145
|
+
},
|
10146
|
+
"funding": {
|
10147
|
+
"url": "https://github.com/sponsors/isaacs"
|
10148
|
+
}
|
10149
|
+
},
|
9690
10150
|
"node_modules/eslint-plugin-perfectionist/node_modules/natural-orderby": {
|
9691
10151
|
"version": "5.0.0",
|
9692
10152
|
"resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-5.0.0.tgz",
|
@@ -9697,15 +10157,28 @@
|
|
9697
10157
|
"node": ">=18"
|
9698
10158
|
}
|
9699
10159
|
},
|
10160
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/ts-api-utils": {
|
10161
|
+
"version": "2.1.0",
|
10162
|
+
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
|
10163
|
+
"integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
|
10164
|
+
"dev": true,
|
10165
|
+
"license": "MIT",
|
10166
|
+
"engines": {
|
10167
|
+
"node": ">=18.12"
|
10168
|
+
},
|
10169
|
+
"peerDependencies": {
|
10170
|
+
"typescript": ">=4.8.4"
|
10171
|
+
}
|
10172
|
+
},
|
9700
10173
|
"node_modules/eslint-plugin-prettier": {
|
9701
|
-
"version": "5.4.
|
9702
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.4.
|
9703
|
-
"integrity": "sha512-
|
10174
|
+
"version": "5.4.1",
|
10175
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.4.1.tgz",
|
10176
|
+
"integrity": "sha512-9dF+KuU/Ilkq27A8idRP7N2DH8iUR6qXcjF3FR2wETY21PZdBrIjwCau8oboyGj9b7etWmTGEeM8e7oOed6ZWg==",
|
9704
10177
|
"dev": true,
|
9705
10178
|
"license": "MIT",
|
9706
10179
|
"dependencies": {
|
9707
10180
|
"prettier-linter-helpers": "^1.0.0",
|
9708
|
-
"synckit": "^0.11.
|
10181
|
+
"synckit": "^0.11.7"
|
9709
10182
|
},
|
9710
10183
|
"engines": {
|
9711
10184
|
"node": "^14.18.0 || >=16.0.0"
|
@@ -13531,6 +14004,13 @@
|
|
13531
14004
|
"url": "https://opencollective.com/unified"
|
13532
14005
|
}
|
13533
14006
|
},
|
14007
|
+
"node_modules/mdn-data": {
|
14008
|
+
"version": "2.20.0",
|
14009
|
+
"resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.20.0.tgz",
|
14010
|
+
"integrity": "sha512-/d3otgvmquUkAN2RVxSg6lIbQrYX7isR4aC5Hvw8JuHvzctR3eUG50WmsAZjb9MkbJ5LbijPSy7uIxEtQDGI0w==",
|
14011
|
+
"dev": true,
|
14012
|
+
"license": "CC0-1.0"
|
14013
|
+
},
|
13534
14014
|
"node_modules/mdurl": {
|
13535
14015
|
"version": "2.0.0",
|
13536
14016
|
"resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz",
|
@@ -16837,6 +17317,16 @@
|
|
16837
17317
|
"node": ">=0.10.0"
|
16838
17318
|
}
|
16839
17319
|
},
|
17320
|
+
"node_modules/source-map-js": {
|
17321
|
+
"version": "1.2.1",
|
17322
|
+
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
17323
|
+
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
17324
|
+
"dev": true,
|
17325
|
+
"license": "BSD-3-Clause",
|
17326
|
+
"engines": {
|
17327
|
+
"node": ">=0.10.0"
|
17328
|
+
}
|
17329
|
+
},
|
16840
17330
|
"node_modules/source-map-support": {
|
16841
17331
|
"version": "0.5.21",
|
16842
17332
|
"resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
|
@@ -17219,14 +17709,13 @@
|
|
17219
17709
|
}
|
17220
17710
|
},
|
17221
17711
|
"node_modules/synckit": {
|
17222
|
-
"version": "0.11.
|
17223
|
-
"resolved": "https://registry.npmjs.org/synckit/-/synckit-0.11.
|
17224
|
-
"integrity": "sha512
|
17712
|
+
"version": "0.11.8",
|
17713
|
+
"resolved": "https://registry.npmjs.org/synckit/-/synckit-0.11.8.tgz",
|
17714
|
+
"integrity": "sha512-+XZ+r1XGIJGeQk3VvXhT6xx/VpbHsRzsTkGgF6E5RX9TTXD0118l87puaEBZ566FhqblC6U0d4XnubznJDm30A==",
|
17225
17715
|
"dev": true,
|
17226
17716
|
"license": "MIT",
|
17227
17717
|
"dependencies": {
|
17228
|
-
"@pkgr/core": "^0.2.
|
17229
|
-
"tslib": "^2.8.1"
|
17718
|
+
"@pkgr/core": "^0.2.4"
|
17230
17719
|
},
|
17231
17720
|
"engines": {
|
17232
17721
|
"node": "^14.18.0 || >=16.0.0"
|
@@ -17896,15 +18385,15 @@
|
|
17896
18385
|
}
|
17897
18386
|
},
|
17898
18387
|
"node_modules/typescript-eslint": {
|
17899
|
-
"version": "8.32.
|
17900
|
-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.32.
|
17901
|
-
"integrity": "sha512-
|
18388
|
+
"version": "8.32.1",
|
18389
|
+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.32.1.tgz",
|
18390
|
+
"integrity": "sha512-D7el+eaDHAmXvrZBy1zpzSNIRqnCOrkwTgZxTu3MUqRWk8k0q9m9Ho4+vPf7iHtgUfrK/o8IZaEApsxPlHTFCg==",
|
17902
18391
|
"dev": true,
|
17903
18392
|
"license": "MIT",
|
17904
18393
|
"dependencies": {
|
17905
|
-
"@typescript-eslint/eslint-plugin": "8.32.
|
17906
|
-
"@typescript-eslint/parser": "8.32.
|
17907
|
-
"@typescript-eslint/utils": "8.32.
|
18394
|
+
"@typescript-eslint/eslint-plugin": "8.32.1",
|
18395
|
+
"@typescript-eslint/parser": "8.32.1",
|
18396
|
+
"@typescript-eslint/utils": "8.32.1"
|
17908
18397
|
},
|
17909
18398
|
"engines": {
|
17910
18399
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|