@salesforce/cli 2.19.4 → 2.19.6
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/README.md +123 -57
- package/npm-shrinkwrap.json +91 -99
- package/oclif.manifest.json +365 -163
- package/package.json +11 -11
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.19.
|
|
3
|
+
"version": "2.19.6",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.19.
|
|
9
|
+
"version": "2.19.6",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@oclif/core": "3.
|
|
13
|
+
"@oclif/core": "3.12.0",
|
|
14
14
|
"@oclif/plugin-autocomplete": "3.0.1",
|
|
15
15
|
"@oclif/plugin-commands": "3.0.7",
|
|
16
16
|
"@oclif/plugin-help": "6.0.7",
|
|
@@ -23,23 +23,23 @@
|
|
|
23
23
|
"@oclif/plugin-which": "3.0.10",
|
|
24
24
|
"@salesforce/core": "^6.1.3",
|
|
25
25
|
"@salesforce/plugin-apex": "3.0.6",
|
|
26
|
-
"@salesforce/plugin-auth": "3.0.
|
|
26
|
+
"@salesforce/plugin-auth": "3.0.7",
|
|
27
27
|
"@salesforce/plugin-data": "3.0.1",
|
|
28
|
-
"@salesforce/plugin-deploy-retrieve": "2.1.
|
|
28
|
+
"@salesforce/plugin-deploy-retrieve": "2.1.3",
|
|
29
29
|
"@salesforce/plugin-info": "3.0.3",
|
|
30
30
|
"@salesforce/plugin-limits": "3.0.2",
|
|
31
31
|
"@salesforce/plugin-login": "2.0.5",
|
|
32
32
|
"@salesforce/plugin-marketplace": "1.0.6",
|
|
33
|
-
"@salesforce/plugin-org": "3.0.
|
|
33
|
+
"@salesforce/plugin-org": "3.0.6",
|
|
34
34
|
"@salesforce/plugin-schema": "3.0.4",
|
|
35
35
|
"@salesforce/plugin-settings": "2.0.6",
|
|
36
36
|
"@salesforce/plugin-sobject": "1.0.2",
|
|
37
37
|
"@salesforce/plugin-source": "2.11.4",
|
|
38
38
|
"@salesforce/plugin-telemetry": "3.1.2",
|
|
39
|
-
"@salesforce/plugin-templates": "56.0.
|
|
39
|
+
"@salesforce/plugin-templates": "56.0.2",
|
|
40
40
|
"@salesforce/plugin-trust": "3.0.4",
|
|
41
41
|
"@salesforce/plugin-user": "3.0.4",
|
|
42
|
-
"@salesforce/sf-plugins-core": "5.0.
|
|
42
|
+
"@salesforce/sf-plugins-core": "5.0.3",
|
|
43
43
|
"debug": "^4.3.4"
|
|
44
44
|
},
|
|
45
45
|
"bin": {
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
"@types/debug": "^4.1.12",
|
|
57
57
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
58
58
|
"@typescript-eslint/parser": "^5.62.0",
|
|
59
|
-
"aws-sdk": "^2.
|
|
59
|
+
"aws-sdk": "^2.1499.0",
|
|
60
60
|
"chai": "^4.3.10",
|
|
61
|
-
"eslint": "^8.
|
|
61
|
+
"eslint": "^8.54.0",
|
|
62
62
|
"eslint-config-oclif": "^5",
|
|
63
63
|
"eslint-config-oclif-typescript": "^2.0.1",
|
|
64
64
|
"eslint-config-prettier": "^8.10.0",
|
|
@@ -1247,9 +1247,9 @@
|
|
|
1247
1247
|
"license": "MIT"
|
|
1248
1248
|
},
|
|
1249
1249
|
"node_modules/@eslint/js": {
|
|
1250
|
-
"version": "8.
|
|
1251
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.
|
|
1252
|
-
"integrity": "sha512-
|
|
1250
|
+
"version": "8.54.0",
|
|
1251
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.54.0.tgz",
|
|
1252
|
+
"integrity": "sha512-ut5V+D+fOoWPgGGNj83GGjnntO39xDy6DWxO0wb7Jp3DcMX0TfIqdzHF85VTQkerdyGmuuMD9AKAo5KiNlf/AQ==",
|
|
1253
1253
|
"dev": true,
|
|
1254
1254
|
"license": "MIT",
|
|
1255
1255
|
"engines": {
|
|
@@ -2191,9 +2191,9 @@
|
|
|
2191
2191
|
}
|
|
2192
2192
|
},
|
|
2193
2193
|
"node_modules/@oclif/core": {
|
|
2194
|
-
"version": "3.
|
|
2195
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
2196
|
-
"integrity": "sha512-
|
|
2194
|
+
"version": "3.12.0",
|
|
2195
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.12.0.tgz",
|
|
2196
|
+
"integrity": "sha512-mT1Vpd1E20IJ7P6GDYOivylPdTHq/xVgFjeCDjitFW86UAklFM8BEFyFB7KpsTvpmjRbCoda3yU10lSI1224lw==",
|
|
2197
2197
|
"license": "MIT",
|
|
2198
2198
|
"dependencies": {
|
|
2199
2199
|
"ansi-escapes": "^4.3.2",
|
|
@@ -2202,6 +2202,7 @@
|
|
|
2202
2202
|
"chalk": "^4.1.2",
|
|
2203
2203
|
"clean-stack": "^3.0.1",
|
|
2204
2204
|
"cli-progress": "^3.12.0",
|
|
2205
|
+
"color": "^4.2.3",
|
|
2205
2206
|
"debug": "^4.3.4",
|
|
2206
2207
|
"ejs": "^3.1.9",
|
|
2207
2208
|
"get-package-type": "^0.1.0",
|
|
@@ -6536,9 +6537,9 @@
|
|
|
6536
6537
|
}
|
|
6537
6538
|
},
|
|
6538
6539
|
"node_modules/@salesforce/core": {
|
|
6539
|
-
"version": "6.1.
|
|
6540
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.1.
|
|
6541
|
-
"integrity": "sha512
|
|
6540
|
+
"version": "6.1.4",
|
|
6541
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.1.4.tgz",
|
|
6542
|
+
"integrity": "sha512-/1hhcpMyx3DaFrxZ/il0a8yUapRRuWzUlxUntahp9ELo/Fx7FiE7o2g0jh8AxAqfb4LKu1mV8sV656liClx6sA==",
|
|
6542
6543
|
"license": "BSD-3-Clause",
|
|
6543
6544
|
"dependencies": {
|
|
6544
6545
|
"@salesforce/kit": "^3.0.15",
|
|
@@ -6553,7 +6554,7 @@
|
|
|
6553
6554
|
"jsforce": "^2.0.0-beta.28",
|
|
6554
6555
|
"jsonwebtoken": "9.0.2",
|
|
6555
6556
|
"jszip": "3.10.1",
|
|
6556
|
-
"pino": "^8.16.
|
|
6557
|
+
"pino": "^8.16.2",
|
|
6557
6558
|
"pino-abstract-transport": "^1.1.0",
|
|
6558
6559
|
"pino-pretty": "^10.2.3",
|
|
6559
6560
|
"proper-lockfile": "^4.1.2",
|
|
@@ -7144,10 +7145,19 @@
|
|
|
7144
7145
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
7145
7146
|
}
|
|
7146
7147
|
},
|
|
7148
|
+
"node_modules/@salesforce/plugin-apex/node_modules/color-name": {
|
|
7149
|
+
"version": "2.0.0",
|
|
7150
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
|
|
7151
|
+
"integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
|
|
7152
|
+
"license": "MIT",
|
|
7153
|
+
"engines": {
|
|
7154
|
+
"node": ">=12.20"
|
|
7155
|
+
}
|
|
7156
|
+
},
|
|
7147
7157
|
"node_modules/@salesforce/plugin-auth": {
|
|
7148
|
-
"version": "3.0.
|
|
7149
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.0.
|
|
7150
|
-
"integrity": "sha512-
|
|
7158
|
+
"version": "3.0.7",
|
|
7159
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.0.7.tgz",
|
|
7160
|
+
"integrity": "sha512-4fHg4ZyMXpJUbH6AGhDdeioF6ATMHoye7QHjcdIELZ8T/ETAaFnrspKiWey/XosFmnZoOMqpuNNy2xwF6zbdsA==",
|
|
7151
7161
|
"license": "BSD-3-Clause",
|
|
7152
7162
|
"dependencies": {
|
|
7153
7163
|
"@oclif/core": "^3.10.8",
|
|
@@ -7355,9 +7365,9 @@
|
|
|
7355
7365
|
}
|
|
7356
7366
|
},
|
|
7357
7367
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
7358
|
-
"version": "2.1.
|
|
7359
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-2.1.
|
|
7360
|
-
"integrity": "sha512-
|
|
7368
|
+
"version": "2.1.3",
|
|
7369
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-2.1.3.tgz",
|
|
7370
|
+
"integrity": "sha512-j2r5/WpEyZTtdDl+0Xk/hlQqJhw/rovT2D/NQyOgRlNIZSdpQKIjQDpVA4DflqDEYnlYMwM6sKcMMiwfFC+M2w==",
|
|
7361
7371
|
"license": "BSD-3-Clause",
|
|
7362
7372
|
"dependencies": {
|
|
7363
7373
|
"@oclif/core": "^3.11.0",
|
|
@@ -7791,9 +7801,9 @@
|
|
|
7791
7801
|
}
|
|
7792
7802
|
},
|
|
7793
7803
|
"node_modules/@salesforce/plugin-org": {
|
|
7794
|
-
"version": "3.0.
|
|
7795
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-3.0.
|
|
7796
|
-
"integrity": "sha512
|
|
7804
|
+
"version": "3.0.6",
|
|
7805
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-3.0.6.tgz",
|
|
7806
|
+
"integrity": "sha512-/NjyYRxD3xvgVhSU7EnPtcFVDjcLMwAsyIofHLdO8PoPPy/zsp2QXxRLW5H+YCW3BOnHo+/hRGRYMeaai2N5pg==",
|
|
7797
7807
|
"license": "BSD-3-Clause",
|
|
7798
7808
|
"dependencies": {
|
|
7799
7809
|
"@oclif/core": "^3.10.8",
|
|
@@ -8227,15 +8237,15 @@
|
|
|
8227
8237
|
}
|
|
8228
8238
|
},
|
|
8229
8239
|
"node_modules/@salesforce/plugin-templates": {
|
|
8230
|
-
"version": "56.0.
|
|
8231
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.0.
|
|
8232
|
-
"integrity": "sha512-
|
|
8240
|
+
"version": "56.0.2",
|
|
8241
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.0.2.tgz",
|
|
8242
|
+
"integrity": "sha512-GFNacWj2KP1GH4ap8iar99gyor0BI6hn+dsKvdQzSqGZ2FA9NUlYIUVNGVJ8LzmbwRDCQ4GuvztCS2T4wq87ww==",
|
|
8233
8243
|
"license": "BSD-3-Clause",
|
|
8234
8244
|
"dependencies": {
|
|
8235
8245
|
"@oclif/core": "^3.11.0",
|
|
8236
|
-
"@salesforce/core": "^
|
|
8237
|
-
"@salesforce/sf-plugins-core": "^
|
|
8238
|
-
"@salesforce/templates": "^59.0.
|
|
8246
|
+
"@salesforce/core": "^6.1.4",
|
|
8247
|
+
"@salesforce/sf-plugins-core": "^5.0.2",
|
|
8248
|
+
"@salesforce/templates": "^59.0.2",
|
|
8239
8249
|
"yeoman-environment": "^3",
|
|
8240
8250
|
"yeoman-generator": "^5"
|
|
8241
8251
|
},
|
|
@@ -8243,53 +8253,6 @@
|
|
|
8243
8253
|
"node": ">=18.0.0"
|
|
8244
8254
|
}
|
|
8245
8255
|
},
|
|
8246
|
-
"node_modules/@salesforce/plugin-templates/node_modules/@salesforce/core": {
|
|
8247
|
-
"version": "5.3.20",
|
|
8248
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.3.20.tgz",
|
|
8249
|
-
"integrity": "sha512-y+O6O2c8OYFDrAy2qsG+pAcNxoyL14nmBXcBRRcYA7Huj8ikK+aLJK84PuVAYdQz+hNwImQF+69IWtDkpK4Irg==",
|
|
8250
|
-
"license": "BSD-3-Clause",
|
|
8251
|
-
"dependencies": {
|
|
8252
|
-
"@salesforce/kit": "^3.0.15",
|
|
8253
|
-
"@salesforce/schemas": "^1.6.1",
|
|
8254
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
8255
|
-
"@types/semver": "^7.5.4",
|
|
8256
|
-
"ajv": "^8.12.0",
|
|
8257
|
-
"change-case": "^4.1.2",
|
|
8258
|
-
"faye": "^1.4.0",
|
|
8259
|
-
"form-data": "^4.0.0",
|
|
8260
|
-
"js2xmlparser": "^4.0.1",
|
|
8261
|
-
"jsforce": "^2.0.0-beta.28",
|
|
8262
|
-
"jsonwebtoken": "9.0.2",
|
|
8263
|
-
"jszip": "3.10.1",
|
|
8264
|
-
"pino": "^8.16.0",
|
|
8265
|
-
"pino-abstract-transport": "^1.0.0",
|
|
8266
|
-
"pino-pretty": "^10.2.3",
|
|
8267
|
-
"proper-lockfile": "^4.1.2",
|
|
8268
|
-
"semver": "^7.5.4",
|
|
8269
|
-
"ts-retry-promise": "^0.7.1"
|
|
8270
|
-
},
|
|
8271
|
-
"engines": {
|
|
8272
|
-
"node": ">=16.0.0"
|
|
8273
|
-
}
|
|
8274
|
-
},
|
|
8275
|
-
"node_modules/@salesforce/plugin-templates/node_modules/@salesforce/sf-plugins-core": {
|
|
8276
|
-
"version": "4.1.2",
|
|
8277
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-4.1.2.tgz",
|
|
8278
|
-
"integrity": "sha512-mjb9mLyfLos4Y+/qhko2mrKgwxMzWipAnR/Inuu9cuw4dK9sCgHl79t4zU+6FyNT2T14Q9md/hDXN5QNg0eGJA==",
|
|
8279
|
-
"license": "BSD-3-Clause",
|
|
8280
|
-
"dependencies": {
|
|
8281
|
-
"@oclif/core": "^3.0.0",
|
|
8282
|
-
"@salesforce/core": "^5.3.1",
|
|
8283
|
-
"@salesforce/kit": "^3.0.13",
|
|
8284
|
-
"@salesforce/ts-types": "^2.0.7",
|
|
8285
|
-
"@types/inquirer": "^8.2.3",
|
|
8286
|
-
"chalk": "^4",
|
|
8287
|
-
"inquirer": "^8.2.5"
|
|
8288
|
-
},
|
|
8289
|
-
"engines": {
|
|
8290
|
-
"node": ">=16.0.0"
|
|
8291
|
-
}
|
|
8292
|
-
},
|
|
8293
8256
|
"node_modules/@salesforce/plugin-trust": {
|
|
8294
8257
|
"version": "3.0.4",
|
|
8295
8258
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.0.4.tgz",
|
|
@@ -8491,9 +8454,9 @@
|
|
|
8491
8454
|
"license": "ISC"
|
|
8492
8455
|
},
|
|
8493
8456
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
8494
|
-
"version": "5.0.
|
|
8495
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.
|
|
8496
|
-
"integrity": "sha512-
|
|
8457
|
+
"version": "5.0.3",
|
|
8458
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.3.tgz",
|
|
8459
|
+
"integrity": "sha512-D+RCUzrYIWpJakNfxtHXJd6LZr6bK4gA4e7jLPR1G1FmDFss13PT7hOdFRxmAqTPbcp1jf65vwYZzu5nbqzmvQ==",
|
|
8497
8460
|
"license": "BSD-3-Clause",
|
|
8498
8461
|
"dependencies": {
|
|
8499
8462
|
"@oclif/core": "^3.11.0",
|
|
@@ -10105,9 +10068,9 @@
|
|
|
10105
10068
|
}
|
|
10106
10069
|
},
|
|
10107
10070
|
"node_modules/aws-sdk": {
|
|
10108
|
-
"version": "2.
|
|
10109
|
-
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.
|
|
10110
|
-
"integrity": "sha512-
|
|
10071
|
+
"version": "2.1499.0",
|
|
10072
|
+
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1499.0.tgz",
|
|
10073
|
+
"integrity": "sha512-kh89lcXx7lP83uVjzRPkOueRoM8gQlep86W9+l3qCTHSLiVJuc0MiPmqCLMPlOAZil+35roFkwWIP2FJ1WcdXg==",
|
|
10111
10074
|
"dev": true,
|
|
10112
10075
|
"license": "Apache-2.0",
|
|
10113
10076
|
"dependencies": {
|
|
@@ -11142,6 +11105,19 @@
|
|
|
11142
11105
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
11143
11106
|
}
|
|
11144
11107
|
},
|
|
11108
|
+
"node_modules/color": {
|
|
11109
|
+
"version": "4.2.3",
|
|
11110
|
+
"resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
|
|
11111
|
+
"integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
|
|
11112
|
+
"license": "MIT",
|
|
11113
|
+
"dependencies": {
|
|
11114
|
+
"color-convert": "^2.0.1",
|
|
11115
|
+
"color-string": "^1.9.0"
|
|
11116
|
+
},
|
|
11117
|
+
"engines": {
|
|
11118
|
+
"node": ">=12.5.0"
|
|
11119
|
+
}
|
|
11120
|
+
},
|
|
11145
11121
|
"node_modules/color-convert": {
|
|
11146
11122
|
"version": "2.0.1",
|
|
11147
11123
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
@@ -11154,19 +11130,20 @@
|
|
|
11154
11130
|
"node": ">=7.0.0"
|
|
11155
11131
|
}
|
|
11156
11132
|
},
|
|
11157
|
-
"node_modules/color-
|
|
11133
|
+
"node_modules/color-name": {
|
|
11158
11134
|
"version": "1.1.4",
|
|
11159
11135
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
11160
11136
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
11161
11137
|
"license": "MIT"
|
|
11162
11138
|
},
|
|
11163
|
-
"node_modules/color-
|
|
11164
|
-
"version": "
|
|
11165
|
-
"resolved": "https://registry.npmjs.org/color-
|
|
11166
|
-
"integrity": "sha512-
|
|
11139
|
+
"node_modules/color-string": {
|
|
11140
|
+
"version": "1.9.1",
|
|
11141
|
+
"resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz",
|
|
11142
|
+
"integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
|
|
11167
11143
|
"license": "MIT",
|
|
11168
|
-
"
|
|
11169
|
-
"
|
|
11144
|
+
"dependencies": {
|
|
11145
|
+
"color-name": "^1.0.0",
|
|
11146
|
+
"simple-swizzle": "^0.2.2"
|
|
11170
11147
|
}
|
|
11171
11148
|
},
|
|
11172
11149
|
"node_modules/color-support": {
|
|
@@ -12734,16 +12711,16 @@
|
|
|
12734
12711
|
}
|
|
12735
12712
|
},
|
|
12736
12713
|
"node_modules/eslint": {
|
|
12737
|
-
"version": "8.
|
|
12738
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.
|
|
12739
|
-
"integrity": "sha512-
|
|
12714
|
+
"version": "8.54.0",
|
|
12715
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.54.0.tgz",
|
|
12716
|
+
"integrity": "sha512-NY0DfAkM8BIZDVl6PgSa1ttZbx3xHgJzSNJKYcQglem6CppHyMhRIQkBVSSMaSRnLhig3jsDbEzOjwCVt4AmmA==",
|
|
12740
12717
|
"dev": true,
|
|
12741
12718
|
"license": "MIT",
|
|
12742
12719
|
"dependencies": {
|
|
12743
12720
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
12744
12721
|
"@eslint-community/regexpp": "^4.6.1",
|
|
12745
12722
|
"@eslint/eslintrc": "^2.1.3",
|
|
12746
|
-
"@eslint/js": "8.
|
|
12723
|
+
"@eslint/js": "8.54.0",
|
|
12747
12724
|
"@humanwhocodes/config-array": "^0.11.13",
|
|
12748
12725
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
12749
12726
|
"@nodelib/fs.walk": "^1.2.8",
|
|
@@ -24903,6 +24880,21 @@
|
|
|
24903
24880
|
"simple-concat": "^1.0.0"
|
|
24904
24881
|
}
|
|
24905
24882
|
},
|
|
24883
|
+
"node_modules/simple-swizzle": {
|
|
24884
|
+
"version": "0.2.2",
|
|
24885
|
+
"resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
|
|
24886
|
+
"integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==",
|
|
24887
|
+
"license": "MIT",
|
|
24888
|
+
"dependencies": {
|
|
24889
|
+
"is-arrayish": "^0.3.1"
|
|
24890
|
+
}
|
|
24891
|
+
},
|
|
24892
|
+
"node_modules/simple-swizzle/node_modules/is-arrayish": {
|
|
24893
|
+
"version": "0.3.2",
|
|
24894
|
+
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz",
|
|
24895
|
+
"integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==",
|
|
24896
|
+
"license": "MIT"
|
|
24897
|
+
},
|
|
24906
24898
|
"node_modules/sinon": {
|
|
24907
24899
|
"version": "15.2.0",
|
|
24908
24900
|
"resolved": "https://registry.npmjs.org/sinon/-/sinon-15.2.0.tgz",
|