@salesforce/plugin-apex 3.1.1 → 3.1.2

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 CHANGED
@@ -148,7 +148,7 @@ FLAG DESCRIPTIONS
148
148
  directory.
149
149
  ```
150
150
 
151
- _See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.1/src/commands/apex/get/log.ts)_
151
+ _See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.2/src/commands/apex/get/log.ts)_
152
152
 
153
153
  ## `sf apex get test`
154
154
 
@@ -202,7 +202,7 @@ EXAMPLES
202
202
  me@myorg',
203
203
  ```
204
204
 
205
- _See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.1/src/commands/apex/get/test.ts)_
205
+ _See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.2/src/commands/apex/get/test.ts)_
206
206
 
207
207
  ## `sf apex list log`
208
208
 
@@ -242,7 +242,7 @@ EXAMPLES
242
242
  $ sf apex list log --target-org me@my.org
243
243
  ```
244
244
 
245
- _See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.1/src/commands/apex/list/log.ts)_
245
+ _See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.2/src/commands/apex/list/log.ts)_
246
246
 
247
247
  ## `sf apex run`
248
248
 
@@ -289,7 +289,7 @@ EXAMPLES
289
289
  $ sf apex run
290
290
  ```
291
291
 
292
- _See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.1/src/commands/apex/run.ts)_
292
+ _See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.2/src/commands/apex/run.ts)_
293
293
 
294
294
  ## `sf apex run test`
295
295
 
@@ -397,7 +397,7 @@ FLAG DESCRIPTIONS
397
397
  --tests Test1 --tests Test2
398
398
  ```
399
399
 
400
- _See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.1/src/commands/apex/run/test.ts)_
400
+ _See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.2/src/commands/apex/run/test.ts)_
401
401
 
402
402
  ## `sf apex tail log`
403
403
 
@@ -440,6 +440,6 @@ EXAMPLES
440
440
  $ sf apex tail log --color --skip-trace-flag
441
441
  ```
442
442
 
443
- _See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.1/src/commands/apex/tail/log.ts)_
443
+ _See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.2/src/commands/apex/tail/log.ts)_
444
444
 
445
445
  <!-- commandsstop -->
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-apex",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-apex",
9
- "version": "3.1.1",
9
+ "version": "3.1.2",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
- "@oclif/core": "^3.23.0",
12
+ "@oclif/core": "^3.26.0",
13
13
  "@salesforce/apex-node": "^3.1.0",
14
14
  "@salesforce/core": "^6.5.1",
15
15
  "@salesforce/kit": "^3.1.0",
@@ -3252,6 +3252,26 @@
3252
3252
  "url": "https://opencollective.com/eslint"
3253
3253
  }
3254
3254
  },
3255
+ "node_modules/@eslint/eslintrc/node_modules/argparse": {
3256
+ "version": "2.0.1",
3257
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
3258
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
3259
+ "dev": true,
3260
+ "license": "Python-2.0"
3261
+ },
3262
+ "node_modules/@eslint/eslintrc/node_modules/js-yaml": {
3263
+ "version": "4.1.0",
3264
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
3265
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
3266
+ "dev": true,
3267
+ "license": "MIT",
3268
+ "dependencies": {
3269
+ "argparse": "^2.0.1"
3270
+ },
3271
+ "bin": {
3272
+ "js-yaml": "bin/js-yaml.js"
3273
+ }
3274
+ },
3255
3275
  "node_modules/@eslint/js": {
3256
3276
  "version": "8.57.0",
3257
3277
  "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz",
@@ -3575,30 +3595,6 @@
3575
3595
  "node": ">=8"
3576
3596
  }
3577
3597
  },
3578
- "node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": {
3579
- "version": "1.0.10",
3580
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
3581
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
3582
- "dev": true,
3583
- "license": "MIT",
3584
- "dependencies": {
3585
- "sprintf-js": "~1.0.2"
3586
- }
3587
- },
3588
- "node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": {
3589
- "version": "3.14.1",
3590
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
3591
- "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
3592
- "dev": true,
3593
- "license": "MIT",
3594
- "dependencies": {
3595
- "argparse": "^1.0.7",
3596
- "esprima": "^4.0.0"
3597
- },
3598
- "bin": {
3599
- "js-yaml": "bin/js-yaml.js"
3600
- }
3601
- },
3602
3598
  "node_modules/@istanbuljs/schema": {
3603
3599
  "version": "0.1.3",
3604
3600
  "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
@@ -3923,9 +3919,9 @@
3923
3919
  }
3924
3920
  },
3925
3921
  "node_modules/@oclif/core": {
3926
- "version": "3.25.2",
3927
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.25.2.tgz",
3928
- "integrity": "sha512-OkW/cNa/3DhoCz2YlSpymVe8DXqkoRaLY4SPTVqNVzR4R1dFBE5KoCtuwKwnhxYLCRCqaViPgRnB5K26f0MnjA==",
3922
+ "version": "3.26.0",
3923
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.0.tgz",
3924
+ "integrity": "sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==",
3929
3925
  "license": "MIT",
3930
3926
  "dependencies": {
3931
3927
  "@types/cli-progress": "^3.11.5",
@@ -3961,15 +3957,6 @@
3961
3957
  "node": ">=18.0.0"
3962
3958
  }
3963
3959
  },
3964
- "node_modules/@oclif/core/node_modules/argparse": {
3965
- "version": "1.0.10",
3966
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
3967
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
3968
- "license": "MIT",
3969
- "dependencies": {
3970
- "sprintf-js": "~1.0.2"
3971
- }
3972
- },
3973
3960
  "node_modules/@oclif/core/node_modules/chalk": {
3974
3961
  "version": "4.1.2",
3975
3962
  "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
@@ -3998,19 +3985,6 @@
3998
3985
  "node": ">=8"
3999
3986
  }
4000
3987
  },
4001
- "node_modules/@oclif/core/node_modules/js-yaml": {
4002
- "version": "3.14.1",
4003
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
4004
- "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
4005
- "license": "MIT",
4006
- "dependencies": {
4007
- "argparse": "^1.0.7",
4008
- "esprima": "^4.0.0"
4009
- },
4010
- "bin": {
4011
- "js-yaml": "bin/js-yaml.js"
4012
- }
4013
- },
4014
3988
  "node_modules/@oclif/core/node_modules/minimatch": {
4015
3989
  "version": "9.0.3",
4016
3990
  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
@@ -4063,6 +4037,107 @@
4063
4037
  "node": ">=18.0.0"
4064
4038
  }
4065
4039
  },
4040
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
4041
+ "version": "3.25.2",
4042
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.25.2.tgz",
4043
+ "integrity": "sha512-OkW/cNa/3DhoCz2YlSpymVe8DXqkoRaLY4SPTVqNVzR4R1dFBE5KoCtuwKwnhxYLCRCqaViPgRnB5K26f0MnjA==",
4044
+ "dev": true,
4045
+ "license": "MIT",
4046
+ "dependencies": {
4047
+ "@types/cli-progress": "^3.11.5",
4048
+ "ansi-escapes": "^4.3.2",
4049
+ "ansi-styles": "^4.3.0",
4050
+ "cardinal": "^2.1.1",
4051
+ "chalk": "^4.1.2",
4052
+ "clean-stack": "^3.0.1",
4053
+ "cli-progress": "^3.12.0",
4054
+ "color": "^4.2.3",
4055
+ "debug": "^4.3.4",
4056
+ "ejs": "^3.1.9",
4057
+ "get-package-type": "^0.1.0",
4058
+ "globby": "^11.1.0",
4059
+ "hyperlinker": "^1.0.0",
4060
+ "indent-string": "^4.0.0",
4061
+ "is-wsl": "^2.2.0",
4062
+ "js-yaml": "^3.14.1",
4063
+ "minimatch": "^9.0.3",
4064
+ "natural-orderby": "^2.0.3",
4065
+ "object-treeify": "^1.1.33",
4066
+ "password-prompt": "^1.1.3",
4067
+ "slice-ansi": "^4.0.0",
4068
+ "string-width": "^4.2.3",
4069
+ "strip-ansi": "^6.0.1",
4070
+ "supports-color": "^8.1.1",
4071
+ "supports-hyperlinks": "^2.2.0",
4072
+ "widest-line": "^3.1.0",
4073
+ "wordwrap": "^1.0.0",
4074
+ "wrap-ansi": "^7.0.0"
4075
+ },
4076
+ "engines": {
4077
+ "node": ">=18.0.0"
4078
+ }
4079
+ },
4080
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk": {
4081
+ "version": "4.1.2",
4082
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
4083
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
4084
+ "dev": true,
4085
+ "license": "MIT",
4086
+ "dependencies": {
4087
+ "ansi-styles": "^4.1.0",
4088
+ "supports-color": "^7.1.0"
4089
+ },
4090
+ "engines": {
4091
+ "node": ">=10"
4092
+ },
4093
+ "funding": {
4094
+ "url": "https://github.com/chalk/chalk?sponsor=1"
4095
+ }
4096
+ },
4097
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
4098
+ "version": "7.2.0",
4099
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
4100
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
4101
+ "dev": true,
4102
+ "license": "MIT",
4103
+ "dependencies": {
4104
+ "has-flag": "^4.0.0"
4105
+ },
4106
+ "engines": {
4107
+ "node": ">=8"
4108
+ }
4109
+ },
4110
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/globby": {
4111
+ "version": "11.1.0",
4112
+ "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
4113
+ "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
4114
+ "dev": true,
4115
+ "license": "MIT",
4116
+ "dependencies": {
4117
+ "array-union": "^2.1.0",
4118
+ "dir-glob": "^3.0.1",
4119
+ "fast-glob": "^3.2.9",
4120
+ "ignore": "^5.2.0",
4121
+ "merge2": "^1.4.1",
4122
+ "slash": "^3.0.0"
4123
+ },
4124
+ "engines": {
4125
+ "node": ">=10"
4126
+ },
4127
+ "funding": {
4128
+ "url": "https://github.com/sponsors/sindresorhus"
4129
+ }
4130
+ },
4131
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/slash": {
4132
+ "version": "3.0.0",
4133
+ "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
4134
+ "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
4135
+ "dev": true,
4136
+ "license": "MIT",
4137
+ "engines": {
4138
+ "node": ">=8"
4139
+ }
4140
+ },
4066
4141
  "node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
4067
4142
  "version": "14.0.1",
4068
4143
  "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
@@ -4084,6 +4159,22 @@
4084
4159
  "url": "https://github.com/sponsors/sindresorhus"
4085
4160
  }
4086
4161
  },
4162
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/minimatch": {
4163
+ "version": "9.0.3",
4164
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
4165
+ "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
4166
+ "dev": true,
4167
+ "license": "ISC",
4168
+ "dependencies": {
4169
+ "brace-expansion": "^2.0.1"
4170
+ },
4171
+ "engines": {
4172
+ "node": ">=16 || 14 >=14.17"
4173
+ },
4174
+ "funding": {
4175
+ "url": "https://github.com/sponsors/isaacs"
4176
+ }
4177
+ },
4087
4178
  "node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
4088
4179
  "version": "5.0.0",
4089
4180
  "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
@@ -4110,6 +4201,22 @@
4110
4201
  "url": "https://github.com/sponsors/sindresorhus"
4111
4202
  }
4112
4203
  },
4204
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
4205
+ "version": "8.1.1",
4206
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
4207
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
4208
+ "dev": true,
4209
+ "license": "MIT",
4210
+ "dependencies": {
4211
+ "has-flag": "^4.0.0"
4212
+ },
4213
+ "engines": {
4214
+ "node": ">=10"
4215
+ },
4216
+ "funding": {
4217
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
4218
+ }
4219
+ },
4113
4220
  "node_modules/@oclif/plugin-help": {
4114
4221
  "version": "6.0.18",
4115
4222
  "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.18.tgz",
@@ -6453,11 +6560,13 @@
6453
6560
  "license": "MIT"
6454
6561
  },
6455
6562
  "node_modules/argparse": {
6456
- "version": "2.0.1",
6457
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
6458
- "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
6459
- "dev": true,
6460
- "license": "Python-2.0"
6563
+ "version": "1.0.10",
6564
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
6565
+ "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
6566
+ "license": "MIT",
6567
+ "dependencies": {
6568
+ "sprintf-js": "~1.0.2"
6569
+ }
6461
6570
  },
6462
6571
  "node_modules/array-buffer-byte-length": {
6463
6572
  "version": "1.0.0",
@@ -7765,6 +7874,26 @@
7765
7874
  }
7766
7875
  }
7767
7876
  },
7877
+ "node_modules/cosmiconfig/node_modules/argparse": {
7878
+ "version": "2.0.1",
7879
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
7880
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
7881
+ "dev": true,
7882
+ "license": "Python-2.0"
7883
+ },
7884
+ "node_modules/cosmiconfig/node_modules/js-yaml": {
7885
+ "version": "4.1.0",
7886
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
7887
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
7888
+ "dev": true,
7889
+ "license": "MIT",
7890
+ "dependencies": {
7891
+ "argparse": "^2.0.1"
7892
+ },
7893
+ "bin": {
7894
+ "js-yaml": "bin/js-yaml.js"
7895
+ }
7896
+ },
7768
7897
  "node_modules/create-require": {
7769
7898
  "version": "1.1.1",
7770
7899
  "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
@@ -8772,6 +8901,13 @@
8772
8901
  "url": "https://opencollective.com/eslint"
8773
8902
  }
8774
8903
  },
8904
+ "node_modules/eslint/node_modules/argparse": {
8905
+ "version": "2.0.1",
8906
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
8907
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
8908
+ "dev": true,
8909
+ "license": "Python-2.0"
8910
+ },
8775
8911
  "node_modules/eslint/node_modules/chalk": {
8776
8912
  "version": "4.1.2",
8777
8913
  "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
@@ -8832,6 +8968,19 @@
8832
8968
  "node": ">=10.13.0"
8833
8969
  }
8834
8970
  },
8971
+ "node_modules/eslint/node_modules/js-yaml": {
8972
+ "version": "4.1.0",
8973
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
8974
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
8975
+ "dev": true,
8976
+ "license": "MIT",
8977
+ "dependencies": {
8978
+ "argparse": "^2.0.1"
8979
+ },
8980
+ "bin": {
8981
+ "js-yaml": "bin/js-yaml.js"
8982
+ }
8983
+ },
8835
8984
  "node_modules/eslint/node_modules/locate-path": {
8836
8985
  "version": "6.0.0",
8837
8986
  "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
@@ -11158,13 +11307,13 @@
11158
11307
  "license": "MIT"
11159
11308
  },
11160
11309
  "node_modules/js-yaml": {
11161
- "version": "4.1.0",
11162
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
11163
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
11164
- "dev": true,
11310
+ "version": "3.14.1",
11311
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
11312
+ "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
11165
11313
  "license": "MIT",
11166
11314
  "dependencies": {
11167
- "argparse": "^2.0.1"
11315
+ "argparse": "^1.0.7",
11316
+ "esprima": "^4.0.0"
11168
11317
  },
11169
11318
  "bin": {
11170
11319
  "js-yaml": "bin/js-yaml.js"
@@ -11706,30 +11855,6 @@
11706
11855
  "node": ">=6"
11707
11856
  }
11708
11857
  },
11709
- "node_modules/load-yaml-file/node_modules/argparse": {
11710
- "version": "1.0.10",
11711
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
11712
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
11713
- "dev": true,
11714
- "license": "MIT",
11715
- "dependencies": {
11716
- "sprintf-js": "~1.0.2"
11717
- }
11718
- },
11719
- "node_modules/load-yaml-file/node_modules/js-yaml": {
11720
- "version": "3.14.1",
11721
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
11722
- "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
11723
- "dev": true,
11724
- "license": "MIT",
11725
- "dependencies": {
11726
- "argparse": "^1.0.7",
11727
- "esprima": "^4.0.0"
11728
- },
11729
- "bin": {
11730
- "js-yaml": "bin/js-yaml.js"
11731
- }
11732
- },
11733
11858
  "node_modules/load-yaml-file/node_modules/pify": {
11734
11859
  "version": "4.0.1",
11735
11860
  "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
@@ -12793,6 +12918,13 @@
12793
12918
  "url": "https://opencollective.com/mochajs"
12794
12919
  }
12795
12920
  },
12921
+ "node_modules/mocha/node_modules/argparse": {
12922
+ "version": "2.0.1",
12923
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
12924
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
12925
+ "dev": true,
12926
+ "license": "Python-2.0"
12927
+ },
12796
12928
  "node_modules/mocha/node_modules/diff": {
12797
12929
  "version": "5.0.0",
12798
12930
  "resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz",
@@ -12865,6 +12997,19 @@
12865
12997
  "node": "*"
12866
12998
  }
12867
12999
  },
13000
+ "node_modules/mocha/node_modules/js-yaml": {
13001
+ "version": "4.1.0",
13002
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
13003
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
13004
+ "dev": true,
13005
+ "license": "MIT",
13006
+ "dependencies": {
13007
+ "argparse": "^2.0.1"
13008
+ },
13009
+ "bin": {
13010
+ "js-yaml": "bin/js-yaml.js"
13011
+ }
13012
+ },
12868
13013
  "node_modules/mocha/node_modules/locate-path": {
12869
13014
  "version": "6.0.0",
12870
13015
  "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
package/oclif.lock CHANGED
@@ -1786,7 +1786,7 @@
1786
1786
  read-package-json-fast "^3.0.0"
1787
1787
  which "^3.0.0"
1788
1788
 
1789
- "@oclif/core@3.25.2", "@oclif/core@^3.15.1", "@oclif/core@^3.20.0", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0":
1789
+ "@oclif/core@3.25.2":
1790
1790
  version "3.25.2"
1791
1791
  resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.25.2.tgz#a26d56abe5686c57c1e973957777bd2ae324e973"
1792
1792
  integrity sha512-OkW/cNa/3DhoCz2YlSpymVe8DXqkoRaLY4SPTVqNVzR4R1dFBE5KoCtuwKwnhxYLCRCqaViPgRnB5K26f0MnjA==
@@ -1820,6 +1820,40 @@
1820
1820
  wordwrap "^1.0.0"
1821
1821
  wrap-ansi "^7.0.0"
1822
1822
 
1823
+ "@oclif/core@^3.15.1", "@oclif/core@^3.20.0", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0":
1824
+ version "3.26.0"
1825
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.0.tgz#959d5e9f13f4ad6a4e98235ad125189df9ee4279"
1826
+ integrity sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==
1827
+ dependencies:
1828
+ "@types/cli-progress" "^3.11.5"
1829
+ ansi-escapes "^4.3.2"
1830
+ ansi-styles "^4.3.0"
1831
+ cardinal "^2.1.1"
1832
+ chalk "^4.1.2"
1833
+ clean-stack "^3.0.1"
1834
+ cli-progress "^3.12.0"
1835
+ color "^4.2.3"
1836
+ debug "^4.3.4"
1837
+ ejs "^3.1.9"
1838
+ get-package-type "^0.1.0"
1839
+ globby "^11.1.0"
1840
+ hyperlinker "^1.0.0"
1841
+ indent-string "^4.0.0"
1842
+ is-wsl "^2.2.0"
1843
+ js-yaml "^3.14.1"
1844
+ minimatch "^9.0.3"
1845
+ natural-orderby "^2.0.3"
1846
+ object-treeify "^1.1.33"
1847
+ password-prompt "^1.1.3"
1848
+ slice-ansi "^4.0.0"
1849
+ string-width "^4.2.3"
1850
+ strip-ansi "^6.0.1"
1851
+ supports-color "^8.1.1"
1852
+ supports-hyperlinks "^2.2.0"
1853
+ widest-line "^3.1.0"
1854
+ wordwrap "^1.0.0"
1855
+ wrap-ansi "^7.0.0"
1856
+
1823
1857
  "@oclif/plugin-command-snapshot@^5.1.2":
1824
1858
  version "5.1.2"
1825
1859
  resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.2.tgz#acba4a0138823931468d91be8d2a990da8a82623"
@@ -951,5 +951,5 @@
951
951
  ]
952
952
  }
953
953
  },
954
- "version": "3.1.1"
954
+ "version": "3.1.2"
955
955
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-apex",
3
3
  "description": "Apex commands",
4
- "version": "3.1.1",
4
+ "version": "3.1.2",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^3.23.0",
8
+ "@oclif/core": "^3.26.0",
9
9
  "@salesforce/apex-node": "^3.1.0",
10
10
  "@salesforce/core": "^6.5.1",
11
11
  "@salesforce/kit": "^3.1.0",
@@ -222,7 +222,7 @@
222
222
  "exports": "./lib/index.js",
223
223
  "type": "module",
224
224
  "sfdx": {
225
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.1.1.crt",
226
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.1.1.sig"
225
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.1.2.crt",
226
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.1.2.sig"
227
227
  }
228
228
  }