@salesforce/cli 2.18.6 → 2.18.7
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 +30 -30
- package/npm-shrinkwrap.json +52 -228
- package/oclif.manifest.json +1316 -639
- package/package.json +9 -9
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.18.
|
|
3
|
+
"version": "2.18.7",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.18.
|
|
9
|
+
"version": "2.18.7",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@salesforce/plugin-apex": "3.0.4",
|
|
26
26
|
"@salesforce/plugin-auth": "3.0.4",
|
|
27
27
|
"@salesforce/plugin-data": "2.6.3",
|
|
28
|
-
"@salesforce/plugin-deploy-retrieve": "
|
|
28
|
+
"@salesforce/plugin-deploy-retrieve": "2.0.1",
|
|
29
29
|
"@salesforce/plugin-info": "3.0.2",
|
|
30
30
|
"@salesforce/plugin-limits": "3.0.1",
|
|
31
31
|
"@salesforce/plugin-login": "2.0.4",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@salesforce/plugin-sobject": "1.0.1",
|
|
37
37
|
"@salesforce/plugin-source": "2.11.3",
|
|
38
38
|
"@salesforce/plugin-telemetry": "3.1.1",
|
|
39
|
-
"@salesforce/plugin-templates": "
|
|
39
|
+
"@salesforce/plugin-templates": "56.0.1",
|
|
40
40
|
"@salesforce/plugin-trust": "3.0.3",
|
|
41
41
|
"@salesforce/plugin-user": "3.0.3",
|
|
42
42
|
"@salesforce/sf-plugins-core": "4.1.2",
|
|
@@ -53,10 +53,10 @@
|
|
|
53
53
|
"@salesforce/plugin-release-management": "^4.4.7",
|
|
54
54
|
"@salesforce/prettier-config": "^0.0.3",
|
|
55
55
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
56
|
-
"@types/debug": "^4.1.
|
|
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.1495.0",
|
|
60
60
|
"chai": "^4.3.10",
|
|
61
61
|
"eslint": "^8.53.0",
|
|
62
62
|
"eslint-config-oclif": "^5",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"eslint-config-salesforce-typescript": "^1.1.1",
|
|
68
68
|
"eslint-plugin-header": "^3.1.1",
|
|
69
69
|
"eslint-plugin-import": "^2.29.0",
|
|
70
|
-
"eslint-plugin-jsdoc": "^46.
|
|
70
|
+
"eslint-plugin-jsdoc": "^46.9.0",
|
|
71
71
|
"husky": "^7.0.4",
|
|
72
72
|
"mocha": "^10",
|
|
73
73
|
"nyc": "^15.1.0",
|
|
@@ -1169,13 +1169,13 @@
|
|
|
1169
1169
|
}
|
|
1170
1170
|
},
|
|
1171
1171
|
"node_modules/@es-joy/jsdoccomment": {
|
|
1172
|
-
"version": "0.
|
|
1173
|
-
"resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.
|
|
1174
|
-
"integrity": "sha512-
|
|
1172
|
+
"version": "0.41.0",
|
|
1173
|
+
"resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.41.0.tgz",
|
|
1174
|
+
"integrity": "sha512-aKUhyn1QI5Ksbqcr3fFJj16p99QdjUxXAEuFst1Z47DRyoiMwivIH9MV/ARcJOCXVjPfjITciej8ZD2O/6qUmw==",
|
|
1175
1175
|
"dev": true,
|
|
1176
1176
|
"license": "MIT",
|
|
1177
1177
|
"dependencies": {
|
|
1178
|
-
"comment-parser": "1.4.
|
|
1178
|
+
"comment-parser": "1.4.1",
|
|
1179
1179
|
"esquery": "^1.5.0",
|
|
1180
1180
|
"jsdoc-type-pratt-parser": "~4.0.0"
|
|
1181
1181
|
},
|
|
@@ -1184,9 +1184,9 @@
|
|
|
1184
1184
|
}
|
|
1185
1185
|
},
|
|
1186
1186
|
"node_modules/@es-joy/jsdoccomment/node_modules/comment-parser": {
|
|
1187
|
-
"version": "1.4.
|
|
1188
|
-
"resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.4.
|
|
1189
|
-
"integrity": "sha512-
|
|
1187
|
+
"version": "1.4.1",
|
|
1188
|
+
"resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.4.1.tgz",
|
|
1189
|
+
"integrity": "sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==",
|
|
1190
1190
|
"dev": true,
|
|
1191
1191
|
"license": "MIT",
|
|
1192
1192
|
"engines": {
|
|
@@ -7303,116 +7303,34 @@
|
|
|
7303
7303
|
}
|
|
7304
7304
|
},
|
|
7305
7305
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
7306
|
-
"version": "
|
|
7307
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-
|
|
7308
|
-
"integrity": "sha512-
|
|
7306
|
+
"version": "2.0.1",
|
|
7307
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-2.0.1.tgz",
|
|
7308
|
+
"integrity": "sha512-6Teq+rVwOG9Q8Dox9H9SqZ4H4Rsd7SEVO/ikQEeCY/9FpIyGgJiuisEbgim879uD6t2jn6LkfH0qzwVG93c9ww==",
|
|
7309
7309
|
"license": "BSD-3-Clause",
|
|
7310
7310
|
"dependencies": {
|
|
7311
|
-
"@oclif/core": "^
|
|
7311
|
+
"@oclif/core": "^3.11.0",
|
|
7312
7312
|
"@salesforce/apex-node": "^2.1.2",
|
|
7313
|
-
"@salesforce/core": "^5.3.
|
|
7313
|
+
"@salesforce/core": "^5.3.20",
|
|
7314
7314
|
"@salesforce/kit": "^3.0.15",
|
|
7315
|
-
"@salesforce/sf-plugins-core": "^
|
|
7316
|
-
"@salesforce/source-deploy-retrieve": "^9.8.
|
|
7317
|
-
"@salesforce/source-tracking": "^4.3
|
|
7318
|
-
"chalk": "^
|
|
7319
|
-
"tslib": "^2"
|
|
7320
|
-
},
|
|
7321
|
-
"engines": {
|
|
7322
|
-
"node": ">=16.0.0"
|
|
7323
|
-
}
|
|
7324
|
-
},
|
|
7325
|
-
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/@oclif/core": {
|
|
7326
|
-
"version": "2.15.0",
|
|
7327
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.15.0.tgz",
|
|
7328
|
-
"integrity": "sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==",
|
|
7329
|
-
"license": "MIT",
|
|
7330
|
-
"dependencies": {
|
|
7331
|
-
"@types/cli-progress": "^3.11.0",
|
|
7332
|
-
"ansi-escapes": "^4.3.2",
|
|
7333
|
-
"ansi-styles": "^4.3.0",
|
|
7334
|
-
"cardinal": "^2.1.1",
|
|
7335
|
-
"chalk": "^4.1.2",
|
|
7336
|
-
"clean-stack": "^3.0.1",
|
|
7337
|
-
"cli-progress": "^3.12.0",
|
|
7338
|
-
"debug": "^4.3.4",
|
|
7339
|
-
"ejs": "^3.1.8",
|
|
7340
|
-
"get-package-type": "^0.1.0",
|
|
7341
|
-
"globby": "^11.1.0",
|
|
7342
|
-
"hyperlinker": "^1.0.0",
|
|
7343
|
-
"indent-string": "^4.0.0",
|
|
7344
|
-
"is-wsl": "^2.2.0",
|
|
7345
|
-
"js-yaml": "^3.14.1",
|
|
7346
|
-
"natural-orderby": "^2.0.3",
|
|
7347
|
-
"object-treeify": "^1.1.33",
|
|
7348
|
-
"password-prompt": "^1.1.2",
|
|
7349
|
-
"slice-ansi": "^4.0.0",
|
|
7350
|
-
"string-width": "^4.2.3",
|
|
7351
|
-
"strip-ansi": "^6.0.1",
|
|
7352
|
-
"supports-color": "^8.1.1",
|
|
7353
|
-
"supports-hyperlinks": "^2.2.0",
|
|
7354
|
-
"ts-node": "^10.9.1",
|
|
7355
|
-
"tslib": "^2.5.0",
|
|
7356
|
-
"widest-line": "^3.1.0",
|
|
7357
|
-
"wordwrap": "^1.0.0",
|
|
7358
|
-
"wrap-ansi": "^7.0.0"
|
|
7359
|
-
},
|
|
7360
|
-
"engines": {
|
|
7361
|
-
"node": ">=14.0.0"
|
|
7362
|
-
}
|
|
7363
|
-
},
|
|
7364
|
-
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/@salesforce/sf-plugins-core": {
|
|
7365
|
-
"version": "3.1.28",
|
|
7366
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.28.tgz",
|
|
7367
|
-
"integrity": "sha512-Z1fVS/pqLCX/3ESrjvtzyuvDFwXu8qxjqs5Gana0J7RKkhDL0f7w+pz3DR1/YfQPeHK8rk9pFDOKB3tOnXf9Lw==",
|
|
7368
|
-
"license": "BSD-3-Clause",
|
|
7369
|
-
"dependencies": {
|
|
7370
|
-
"@oclif/core": "^2.15.0",
|
|
7371
|
-
"@salesforce/core": "^5.3.1",
|
|
7372
|
-
"@salesforce/kit": "^3.0.13",
|
|
7373
|
-
"@salesforce/ts-types": "^2.0.7",
|
|
7374
|
-
"chalk": "^4",
|
|
7375
|
-
"inquirer": "^8.2.5"
|
|
7315
|
+
"@salesforce/sf-plugins-core": "^4.1.2",
|
|
7316
|
+
"@salesforce/source-deploy-retrieve": "^9.8.6",
|
|
7317
|
+
"@salesforce/source-tracking": "^4.4.3",
|
|
7318
|
+
"chalk": "^5.3.0"
|
|
7376
7319
|
},
|
|
7377
7320
|
"engines": {
|
|
7378
|
-
"node": ">=
|
|
7379
|
-
}
|
|
7380
|
-
},
|
|
7381
|
-
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/argparse": {
|
|
7382
|
-
"version": "1.0.10",
|
|
7383
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
7384
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
7385
|
-
"license": "MIT",
|
|
7386
|
-
"dependencies": {
|
|
7387
|
-
"sprintf-js": "~1.0.2"
|
|
7388
|
-
}
|
|
7389
|
-
},
|
|
7390
|
-
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/js-yaml": {
|
|
7391
|
-
"version": "3.14.1",
|
|
7392
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
7393
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
7394
|
-
"license": "MIT",
|
|
7395
|
-
"dependencies": {
|
|
7396
|
-
"argparse": "^1.0.7",
|
|
7397
|
-
"esprima": "^4.0.0"
|
|
7398
|
-
},
|
|
7399
|
-
"bin": {
|
|
7400
|
-
"js-yaml": "bin/js-yaml.js"
|
|
7321
|
+
"node": ">=18.0.0"
|
|
7401
7322
|
}
|
|
7402
7323
|
},
|
|
7403
|
-
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/
|
|
7404
|
-
"version": "
|
|
7405
|
-
"resolved": "https://registry.npmjs.org/
|
|
7406
|
-
"integrity": "sha512-
|
|
7324
|
+
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/chalk": {
|
|
7325
|
+
"version": "5.3.0",
|
|
7326
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
7327
|
+
"integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
|
|
7407
7328
|
"license": "MIT",
|
|
7408
|
-
"dependencies": {
|
|
7409
|
-
"has-flag": "^4.0.0"
|
|
7410
|
-
},
|
|
7411
7329
|
"engines": {
|
|
7412
|
-
"node": ">=
|
|
7330
|
+
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
7413
7331
|
},
|
|
7414
7332
|
"funding": {
|
|
7415
|
-
"url": "https://github.com/chalk/
|
|
7333
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
7416
7334
|
}
|
|
7417
7335
|
},
|
|
7418
7336
|
"node_modules/@salesforce/plugin-info": {
|
|
@@ -8320,114 +8238,20 @@
|
|
|
8320
8238
|
}
|
|
8321
8239
|
},
|
|
8322
8240
|
"node_modules/@salesforce/plugin-templates": {
|
|
8323
|
-
"version": "
|
|
8324
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-
|
|
8325
|
-
"integrity": "sha512-
|
|
8241
|
+
"version": "56.0.1",
|
|
8242
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.0.1.tgz",
|
|
8243
|
+
"integrity": "sha512-2tH0uN1K4TgHhZmTid8l0mIGNze6QVinmbsyczZ07u95eBfKKqpMh9X5szEGF286E9zRRD7EHTIF/7uPxCkTDg==",
|
|
8326
8244
|
"license": "BSD-3-Clause",
|
|
8327
8245
|
"dependencies": {
|
|
8328
|
-
"@oclif/core": "^
|
|
8246
|
+
"@oclif/core": "^3.11.0",
|
|
8329
8247
|
"@salesforce/core": "^5.3.20",
|
|
8330
|
-
"@salesforce/sf-plugins-core": "^
|
|
8248
|
+
"@salesforce/sf-plugins-core": "^4.1.2",
|
|
8331
8249
|
"@salesforce/templates": "^59.0.1",
|
|
8332
|
-
"
|
|
8333
|
-
"yeoman-
|
|
8334
|
-
"yeoman-generator": "^5.10.0"
|
|
8250
|
+
"yeoman-environment": "^3",
|
|
8251
|
+
"yeoman-generator": "^5"
|
|
8335
8252
|
},
|
|
8336
8253
|
"engines": {
|
|
8337
|
-
"node": ">=
|
|
8338
|
-
}
|
|
8339
|
-
},
|
|
8340
|
-
"node_modules/@salesforce/plugin-templates/node_modules/@oclif/core": {
|
|
8341
|
-
"version": "2.15.0",
|
|
8342
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.15.0.tgz",
|
|
8343
|
-
"integrity": "sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==",
|
|
8344
|
-
"license": "MIT",
|
|
8345
|
-
"dependencies": {
|
|
8346
|
-
"@types/cli-progress": "^3.11.0",
|
|
8347
|
-
"ansi-escapes": "^4.3.2",
|
|
8348
|
-
"ansi-styles": "^4.3.0",
|
|
8349
|
-
"cardinal": "^2.1.1",
|
|
8350
|
-
"chalk": "^4.1.2",
|
|
8351
|
-
"clean-stack": "^3.0.1",
|
|
8352
|
-
"cli-progress": "^3.12.0",
|
|
8353
|
-
"debug": "^4.3.4",
|
|
8354
|
-
"ejs": "^3.1.8",
|
|
8355
|
-
"get-package-type": "^0.1.0",
|
|
8356
|
-
"globby": "^11.1.0",
|
|
8357
|
-
"hyperlinker": "^1.0.0",
|
|
8358
|
-
"indent-string": "^4.0.0",
|
|
8359
|
-
"is-wsl": "^2.2.0",
|
|
8360
|
-
"js-yaml": "^3.14.1",
|
|
8361
|
-
"natural-orderby": "^2.0.3",
|
|
8362
|
-
"object-treeify": "^1.1.33",
|
|
8363
|
-
"password-prompt": "^1.1.2",
|
|
8364
|
-
"slice-ansi": "^4.0.0",
|
|
8365
|
-
"string-width": "^4.2.3",
|
|
8366
|
-
"strip-ansi": "^6.0.1",
|
|
8367
|
-
"supports-color": "^8.1.1",
|
|
8368
|
-
"supports-hyperlinks": "^2.2.0",
|
|
8369
|
-
"ts-node": "^10.9.1",
|
|
8370
|
-
"tslib": "^2.5.0",
|
|
8371
|
-
"widest-line": "^3.1.0",
|
|
8372
|
-
"wordwrap": "^1.0.0",
|
|
8373
|
-
"wrap-ansi": "^7.0.0"
|
|
8374
|
-
},
|
|
8375
|
-
"engines": {
|
|
8376
|
-
"node": ">=14.0.0"
|
|
8377
|
-
}
|
|
8378
|
-
},
|
|
8379
|
-
"node_modules/@salesforce/plugin-templates/node_modules/@salesforce/sf-plugins-core": {
|
|
8380
|
-
"version": "3.1.28",
|
|
8381
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.28.tgz",
|
|
8382
|
-
"integrity": "sha512-Z1fVS/pqLCX/3ESrjvtzyuvDFwXu8qxjqs5Gana0J7RKkhDL0f7w+pz3DR1/YfQPeHK8rk9pFDOKB3tOnXf9Lw==",
|
|
8383
|
-
"license": "BSD-3-Clause",
|
|
8384
|
-
"dependencies": {
|
|
8385
|
-
"@oclif/core": "^2.15.0",
|
|
8386
|
-
"@salesforce/core": "^5.3.1",
|
|
8387
|
-
"@salesforce/kit": "^3.0.13",
|
|
8388
|
-
"@salesforce/ts-types": "^2.0.7",
|
|
8389
|
-
"chalk": "^4",
|
|
8390
|
-
"inquirer": "^8.2.5"
|
|
8391
|
-
},
|
|
8392
|
-
"engines": {
|
|
8393
|
-
"node": ">=16.0.0"
|
|
8394
|
-
}
|
|
8395
|
-
},
|
|
8396
|
-
"node_modules/@salesforce/plugin-templates/node_modules/argparse": {
|
|
8397
|
-
"version": "1.0.10",
|
|
8398
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
8399
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
8400
|
-
"license": "MIT",
|
|
8401
|
-
"dependencies": {
|
|
8402
|
-
"sprintf-js": "~1.0.2"
|
|
8403
|
-
}
|
|
8404
|
-
},
|
|
8405
|
-
"node_modules/@salesforce/plugin-templates/node_modules/js-yaml": {
|
|
8406
|
-
"version": "3.14.1",
|
|
8407
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
8408
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
8409
|
-
"license": "MIT",
|
|
8410
|
-
"dependencies": {
|
|
8411
|
-
"argparse": "^1.0.7",
|
|
8412
|
-
"esprima": "^4.0.0"
|
|
8413
|
-
},
|
|
8414
|
-
"bin": {
|
|
8415
|
-
"js-yaml": "bin/js-yaml.js"
|
|
8416
|
-
}
|
|
8417
|
-
},
|
|
8418
|
-
"node_modules/@salesforce/plugin-templates/node_modules/supports-color": {
|
|
8419
|
-
"version": "8.1.1",
|
|
8420
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
8421
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
8422
|
-
"license": "MIT",
|
|
8423
|
-
"dependencies": {
|
|
8424
|
-
"has-flag": "^4.0.0"
|
|
8425
|
-
},
|
|
8426
|
-
"engines": {
|
|
8427
|
-
"node": ">=10"
|
|
8428
|
-
},
|
|
8429
|
-
"funding": {
|
|
8430
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
8254
|
+
"node": ">=18.0.0"
|
|
8431
8255
|
}
|
|
8432
8256
|
},
|
|
8433
8257
|
"node_modules/@salesforce/plugin-trust": {
|
|
@@ -9111,9 +8935,9 @@
|
|
|
9111
8935
|
}
|
|
9112
8936
|
},
|
|
9113
8937
|
"node_modules/@types/debug": {
|
|
9114
|
-
"version": "4.1.
|
|
9115
|
-
"resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.
|
|
9116
|
-
"integrity": "sha512-
|
|
8938
|
+
"version": "4.1.12",
|
|
8939
|
+
"resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz",
|
|
8940
|
+
"integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==",
|
|
9117
8941
|
"dev": true,
|
|
9118
8942
|
"license": "MIT",
|
|
9119
8943
|
"dependencies": {
|
|
@@ -10215,9 +10039,9 @@
|
|
|
10215
10039
|
}
|
|
10216
10040
|
},
|
|
10217
10041
|
"node_modules/aws-sdk": {
|
|
10218
|
-
"version": "2.
|
|
10219
|
-
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.
|
|
10220
|
-
"integrity": "sha512-
|
|
10042
|
+
"version": "2.1495.0",
|
|
10043
|
+
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1495.0.tgz",
|
|
10044
|
+
"integrity": "sha512-JbefhY9G3WooJJjTtSUegyuNiYhY0vFd0q1KtpY8W+z1U6aKovkIyLJsR2de6u8KXZQkcwT+7N46BYT1SbZ5sQ==",
|
|
10221
10045
|
"dev": true,
|
|
10222
10046
|
"license": "Apache-2.0",
|
|
10223
10047
|
"dependencies": {
|
|
@@ -13343,15 +13167,15 @@
|
|
|
13343
13167
|
}
|
|
13344
13168
|
},
|
|
13345
13169
|
"node_modules/eslint-plugin-jsdoc": {
|
|
13346
|
-
"version": "46.
|
|
13347
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.
|
|
13348
|
-
"integrity": "sha512-
|
|
13170
|
+
"version": "46.9.0",
|
|
13171
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.9.0.tgz",
|
|
13172
|
+
"integrity": "sha512-UQuEtbqLNkPf5Nr/6PPRCtr9xypXY+g8y/Q7gPa0YK7eDhh0y2lWprXRnaYbW7ACgIUvpDKy9X2bZqxtGzBG9Q==",
|
|
13349
13173
|
"dev": true,
|
|
13350
13174
|
"license": "BSD-3-Clause",
|
|
13351
13175
|
"dependencies": {
|
|
13352
|
-
"@es-joy/jsdoccomment": "~0.
|
|
13176
|
+
"@es-joy/jsdoccomment": "~0.41.0",
|
|
13353
13177
|
"are-docs-informative": "^0.0.2",
|
|
13354
|
-
"comment-parser": "1.4.
|
|
13178
|
+
"comment-parser": "1.4.1",
|
|
13355
13179
|
"debug": "^4.3.4",
|
|
13356
13180
|
"escape-string-regexp": "^4.0.0",
|
|
13357
13181
|
"esquery": "^1.5.0",
|
|
@@ -13367,9 +13191,9 @@
|
|
|
13367
13191
|
}
|
|
13368
13192
|
},
|
|
13369
13193
|
"node_modules/eslint-plugin-jsdoc/node_modules/comment-parser": {
|
|
13370
|
-
"version": "1.4.
|
|
13371
|
-
"resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.4.
|
|
13372
|
-
"integrity": "sha512-
|
|
13194
|
+
"version": "1.4.1",
|
|
13195
|
+
"resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.4.1.tgz",
|
|
13196
|
+
"integrity": "sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==",
|
|
13373
13197
|
"dev": true,
|
|
13374
13198
|
"license": "MIT",
|
|
13375
13199
|
"engines": {
|