@salesforce/cli 2.8.8 → 2.8.9

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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.8.8",
3
+ "version": "2.8.9",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.8.8",
9
+ "version": "2.8.9",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -15,11 +15,11 @@
15
15
  "@oclif/plugin-commands": "2.2.25",
16
16
  "@oclif/plugin-help": "5.2.19",
17
17
  "@oclif/plugin-not-found": "2.4.1",
18
- "@oclif/plugin-plugins": "3.4.0",
18
+ "@oclif/plugin-plugins": "3.4.2",
19
19
  "@oclif/plugin-search": "0.0.22",
20
- "@oclif/plugin-update": "3.2.0",
20
+ "@oclif/plugin-update": "3.2.1",
21
21
  "@oclif/plugin-version": "1.3.10",
22
- "@oclif/plugin-warn-if-update-available": "2.0.50",
22
+ "@oclif/plugin-warn-if-update-available": "2.1.0",
23
23
  "@oclif/plugin-which": "2.2.32",
24
24
  "@salesforce/core": "^5.2.0",
25
25
  "@salesforce/plugin-apex": "2.3.14",
@@ -56,7 +56,7 @@
56
56
  "@types/debug": "^4.1.8",
57
57
  "@typescript-eslint/eslint-plugin": "^5.62.0",
58
58
  "@typescript-eslint/parser": "^5.62.0",
59
- "aws-sdk": "^2.1446.0",
59
+ "aws-sdk": "^2.1450.0",
60
60
  "chai": "^4.3.8",
61
61
  "eslint": "^8.48.0",
62
62
  "eslint-config-oclif": "^3.1",
@@ -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.28.1",
70
- "eslint-plugin-jsdoc": "^46.5.0",
70
+ "eslint-plugin-jsdoc": "^46.5.1",
71
71
  "globby": "^11.1.0",
72
72
  "husky": "^7.0.4",
73
73
  "mocha": "^9.2.2",
@@ -2590,15 +2590,14 @@
2590
2590
  }
2591
2591
  },
2592
2592
  "node_modules/@oclif/plugin-plugins": {
2593
- "version": "3.4.0",
2594
- "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-3.4.0.tgz",
2595
- "integrity": "sha512-oErF7B+75TEheNWMvVfrCtlaHhnCnx41B4pN6cDQWeW4AZc11N45aNYFU55jPN0q20nUkzlVjhb/5M4zMDqQ7w==",
2593
+ "version": "3.4.2",
2594
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-3.4.2.tgz",
2595
+ "integrity": "sha512-0goaZY8XOk6gH/c5nZ4k3DYnNdY0ZHCqe2bvSaT7rH2UCgeo/sS70gGYqbnn+TVIVxN6mIL9ogzsLtpQy02U3A==",
2596
2596
  "license": "MIT",
2597
2597
  "dependencies": {
2598
2598
  "@oclif/core": "^2.11.10",
2599
2599
  "chalk": "^4.1.2",
2600
2600
  "debug": "^4.3.4",
2601
- "fs-extra": "^9.0",
2602
2601
  "http-call": "^5.2.2",
2603
2602
  "load-json-file": "^5.3.0",
2604
2603
  "npm": "9.6.7",
@@ -2613,33 +2612,6 @@
2613
2612
  "node": ">=16"
2614
2613
  }
2615
2614
  },
2616
- "node_modules/@oclif/plugin-plugins/node_modules/fs-extra": {
2617
- "version": "9.1.0",
2618
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
2619
- "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
2620
- "license": "MIT",
2621
- "dependencies": {
2622
- "at-least-node": "^1.0.0",
2623
- "graceful-fs": "^4.2.0",
2624
- "jsonfile": "^6.0.1",
2625
- "universalify": "^2.0.0"
2626
- },
2627
- "engines": {
2628
- "node": ">=10"
2629
- }
2630
- },
2631
- "node_modules/@oclif/plugin-plugins/node_modules/jsonfile": {
2632
- "version": "6.1.0",
2633
- "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
2634
- "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
2635
- "license": "MIT",
2636
- "dependencies": {
2637
- "universalify": "^2.0.0"
2638
- },
2639
- "optionalDependencies": {
2640
- "graceful-fs": "^4.1.6"
2641
- }
2642
- },
2643
2615
  "node_modules/@oclif/plugin-plugins/node_modules/load-json-file": {
2644
2616
  "version": "5.3.0",
2645
2617
  "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-5.3.0.tgz",
@@ -2695,9 +2667,9 @@
2695
2667
  }
2696
2668
  },
2697
2669
  "node_modules/@oclif/plugin-update": {
2698
- "version": "3.2.0",
2699
- "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-3.2.0.tgz",
2700
- "integrity": "sha512-naQIw/sjbNBNdYnoQOudYMJc1Im2fpyQAh87ZN8tR/6Wuf4fyxfLUENm8Gy8jqBM3GN4rw/yg0uW7tDH5wY0qg==",
2670
+ "version": "3.2.1",
2671
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-3.2.1.tgz",
2672
+ "integrity": "sha512-c2Ftg8/7TOCUK7zHq/o9/hnd3X+NwU/9EtoVV4X/2/q6h4HVjzN1aICIqbJr2AMLC9fw75jU1u0aBCAHJ6GBGQ==",
2701
2673
  "license": "MIT",
2702
2674
  "dependencies": {
2703
2675
  "@oclif/core": "^2.11.8",
@@ -2757,50 +2729,22 @@
2757
2729
  }
2758
2730
  },
2759
2731
  "node_modules/@oclif/plugin-warn-if-update-available": {
2760
- "version": "2.0.50",
2761
- "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.0.50.tgz",
2762
- "integrity": "sha512-+VtxuK31PX49suwkwcR8no0P55KUjvZzfKURTYhveLGAeGHSPLnA60TqB+94+FQN88nlPZncw3867zfwgw6rfw==",
2732
+ "version": "2.1.0",
2733
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.1.0.tgz",
2734
+ "integrity": "sha512-liTWd/qSIqALsikr88CAB9o2xGFt0LdT5REbhxtrx16/trRmkxQ+0RHK1FieGZAzEENx/4D3YcC/Y67a0uyO0g==",
2763
2735
  "license": "MIT",
2764
2736
  "dependencies": {
2765
2737
  "@oclif/core": "^2.15.0",
2766
2738
  "chalk": "^4.1.0",
2767
2739
  "debug": "^4.1.0",
2768
- "fs-extra": "^9.0.1",
2769
2740
  "http-call": "^5.2.2",
2770
- "lodash": "^4.17.21",
2741
+ "lodash.template": "^4.5.0",
2771
2742
  "semver": "^7.5.4"
2772
2743
  },
2773
2744
  "engines": {
2774
2745
  "node": ">=12.0.0"
2775
2746
  }
2776
2747
  },
2777
- "node_modules/@oclif/plugin-warn-if-update-available/node_modules/fs-extra": {
2778
- "version": "9.1.0",
2779
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
2780
- "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
2781
- "license": "MIT",
2782
- "dependencies": {
2783
- "at-least-node": "^1.0.0",
2784
- "graceful-fs": "^4.2.0",
2785
- "jsonfile": "^6.0.1",
2786
- "universalify": "^2.0.0"
2787
- },
2788
- "engines": {
2789
- "node": ">=10"
2790
- }
2791
- },
2792
- "node_modules/@oclif/plugin-warn-if-update-available/node_modules/jsonfile": {
2793
- "version": "6.1.0",
2794
- "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
2795
- "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
2796
- "license": "MIT",
2797
- "dependencies": {
2798
- "universalify": "^2.0.0"
2799
- },
2800
- "optionalDependencies": {
2801
- "graceful-fs": "^4.1.6"
2802
- }
2803
- },
2804
2748
  "node_modules/@oclif/plugin-which": {
2805
2749
  "version": "2.2.32",
2806
2750
  "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-2.2.32.tgz",
@@ -4233,9 +4177,9 @@
4233
4177
  }
4234
4178
  },
4235
4179
  "node_modules/@salesforce/source-deploy-retrieve": {
4236
- "version": "9.7.8",
4237
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.7.8.tgz",
4238
- "integrity": "sha512-bDmn7ccYfcnmj2Meotk/TABcleVffK/cBiefdKrND+8eKKLWoZpb8VPCgoVaiShvOmKIy0tqrZ1oEF4AzFcn9g==",
4180
+ "version": "9.7.9",
4181
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.7.9.tgz",
4182
+ "integrity": "sha512-lp166IZX3Me8I2YUIZS4uAgKLnbGp1MdbAUlpUL5VhAQBh7dNuPcjDFSueTEVG/4vfGPkM4s+65WMi2sJfx8pg==",
4239
4183
  "license": "BSD-3-Clause",
4240
4184
  "dependencies": {
4241
4185
  "@salesforce/core": "^5.2.1",
@@ -5716,9 +5660,9 @@
5716
5660
  }
5717
5661
  },
5718
5662
  "node_modules/aws-sdk": {
5719
- "version": "2.1446.0",
5720
- "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1446.0.tgz",
5721
- "integrity": "sha512-QaIyQz9csPSgujM+asHNWHh6uw1FDh+SxpUERLbePDYwqycQha/0BkOxTciGh/Jhp26tKMnHL7rwrYl37H6RYA==",
5663
+ "version": "2.1450.0",
5664
+ "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1450.0.tgz",
5665
+ "integrity": "sha512-EfZLImJ0XNuIdlx5McHX0rJbOiQHz+vEjnpGV08gXSzaq2cN3vSjE+L2Dju7KmaIh85FTYvLOf2REUuCLDpSRg==",
5722
5666
  "dev": true,
5723
5667
  "license": "Apache-2.0",
5724
5668
  "dependencies": {
@@ -8971,9 +8915,9 @@
8971
8915
  }
8972
8916
  },
8973
8917
  "node_modules/eslint-plugin-jsdoc": {
8974
- "version": "46.5.0",
8975
- "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.5.0.tgz",
8976
- "integrity": "sha512-aulXdA4I1dyWpzyS1Nh/GNoS6PavzeucxEapnMR4JUERowWvaEk2Y4A5irpHAcdXtBBHLVe8WIhdXNjoAlGQgA==",
8918
+ "version": "46.5.1",
8919
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.5.1.tgz",
8920
+ "integrity": "sha512-CPbvKprmEuJYoxMj5g8gXfPqUGgcqMM6jpH06Kp4pn5Uy5MrPkFKzoD7UFp2E4RBzfXbJz1+TeuEivwFVMkXBg==",
8977
8921
  "dev": true,
8978
8922
  "license": "BSD-3-Clause",
8979
8923
  "dependencies": {
@@ -12662,6 +12606,12 @@
12662
12606
  "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
12663
12607
  "license": "MIT"
12664
12608
  },
12609
+ "node_modules/lodash._reinterpolate": {
12610
+ "version": "3.0.0",
12611
+ "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz",
12612
+ "integrity": "sha512-xYHt68QRoYGjeeM/XOE1uJtvXQAgvszfBhjV4yvsQH0u2i9I6cI6c6/eG4Hh3UAOVn0y/xAXwmTzEay49Q//HA==",
12613
+ "license": "MIT"
12614
+ },
12665
12615
  "node_modules/lodash.camelcase": {
12666
12616
  "version": "4.3.0",
12667
12617
  "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
@@ -12774,6 +12724,25 @@
12774
12724
  "dev": true,
12775
12725
  "license": "MIT"
12776
12726
  },
12727
+ "node_modules/lodash.template": {
12728
+ "version": "4.5.0",
12729
+ "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-4.5.0.tgz",
12730
+ "integrity": "sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==",
12731
+ "license": "MIT",
12732
+ "dependencies": {
12733
+ "lodash._reinterpolate": "^3.0.0",
12734
+ "lodash.templatesettings": "^4.0.0"
12735
+ }
12736
+ },
12737
+ "node_modules/lodash.templatesettings": {
12738
+ "version": "4.2.0",
12739
+ "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz",
12740
+ "integrity": "sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ==",
12741
+ "license": "MIT",
12742
+ "dependencies": {
12743
+ "lodash._reinterpolate": "^3.0.0"
12744
+ }
12745
+ },
12777
12746
  "node_modules/lodash.throttle": {
12778
12747
  "version": "4.1.1",
12779
12748
  "resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz",
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.8.8",
2
+ "version": "2.8.9",
3
3
  "commands": {
4
4
  "cmdt:generate:field": {
5
5
  "id": "cmdt:generate:field",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.8.8",
4
+ "version": "2.8.9",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run",
@@ -72,13 +72,13 @@
72
72
  "@salesforce/plugin-custom-metadata": "2.1.41",
73
73
  "@salesforce/plugin-community": "2.3.15",
74
74
  "@salesforce/plugin-dev": "1.1.10",
75
- "@salesforce/plugin-devops-center": "1.1.2",
75
+ "@salesforce/plugin-devops-center": "1.1.4",
76
76
  "@salesforce/plugin-env": "2.1.25",
77
77
  "@salesforce/plugin-functions": "1.21.11",
78
78
  "@salesforce/plugin-packaging": "1.23.2",
79
79
  "@salesforce/plugin-signups": "1.4.34",
80
80
  "@salesforce/sfdx-plugin-lwc-test": "1.0.2",
81
- "@salesforce/sfdx-scanner": "3.15.0"
81
+ "@salesforce/sfdx-scanner": "3.16.0"
82
82
  },
83
83
  "devPlugins": [
84
84
  "@oclif/plugin-command-snapshot",
@@ -124,11 +124,11 @@
124
124
  "@oclif/plugin-commands": "2.2.25",
125
125
  "@oclif/plugin-help": "5.2.19",
126
126
  "@oclif/plugin-not-found": "2.4.1",
127
- "@oclif/plugin-plugins": "3.4.0",
127
+ "@oclif/plugin-plugins": "3.4.2",
128
128
  "@oclif/plugin-search": "0.0.22",
129
- "@oclif/plugin-update": "3.2.0",
129
+ "@oclif/plugin-update": "3.2.1",
130
130
  "@oclif/plugin-version": "1.3.10",
131
- "@oclif/plugin-warn-if-update-available": "2.0.50",
131
+ "@oclif/plugin-warn-if-update-available": "2.1.0",
132
132
  "@oclif/plugin-which": "2.2.32",
133
133
  "@salesforce/core": "^5.2.0",
134
134
  "@salesforce/plugin-apex": "2.3.14",
@@ -184,7 +184,7 @@
184
184
  "resolutions": {
185
185
  "@salesforce/schemas": "1.6.0",
186
186
  "@salesforce/templates": "59.0.1",
187
- "@salesforce/source-deploy-retrieve": "9.7.8",
187
+ "@salesforce/source-deploy-retrieve": "9.7.9",
188
188
  "@salesforce/source-tracking": "4.2.12"
189
189
  },
190
190
  "repository": "salesforcecli/cli",
@@ -236,7 +236,7 @@
236
236
  "@types/debug": "^4.1.8",
237
237
  "@typescript-eslint/eslint-plugin": "^5.62.0",
238
238
  "@typescript-eslint/parser": "^5.62.0",
239
- "aws-sdk": "^2.1446.0",
239
+ "aws-sdk": "^2.1450.0",
240
240
  "chai": "^4.3.8",
241
241
  "eslint": "^8.48.0",
242
242
  "eslint-config-oclif": "^3.1",
@@ -247,7 +247,7 @@
247
247
  "eslint-config-salesforce-typescript": "^1.1.1",
248
248
  "eslint-plugin-header": "^3.1.1",
249
249
  "eslint-plugin-import": "^2.28.1",
250
- "eslint-plugin-jsdoc": "^46.5.0",
250
+ "eslint-plugin-jsdoc": "^46.5.1",
251
251
  "globby": "^11.1.0",
252
252
  "husky": "^7.0.4",
253
253
  "mocha": "^9.2.2",