@salesforce/cli 2.7.5 → 2.7.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.
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.7.5",
3
+ "version": "2.7.6",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.7.5",
9
+ "version": "2.7.6",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
13
- "@oclif/core": "2.11.10",
13
+ "@oclif/core": "2.12.0",
14
14
  "@oclif/plugin-autocomplete": "2.3.6",
15
15
  "@oclif/plugin-commands": "2.2.24",
16
16
  "@oclif/plugin-help": "5.2.18",
@@ -38,7 +38,7 @@
38
38
  "@salesforce/plugin-templates": "55.5.10",
39
39
  "@salesforce/plugin-trust": "2.6.7",
40
40
  "@salesforce/plugin-user": "2.3.31",
41
- "@salesforce/sf-plugins-core": "3.1.18",
41
+ "@salesforce/sf-plugins-core": "3.1.19",
42
42
  "debug": "^4.3.4",
43
43
  "tslib": "^2.4.1"
44
44
  },
@@ -57,7 +57,7 @@
57
57
  "@typescript-eslint/eslint-plugin": "^5.62.0",
58
58
  "@typescript-eslint/parser": "^5.62.0",
59
59
  "aws-sdk": "^2.1440.0",
60
- "chai": "^4.3.7",
60
+ "chai": "^4.3.8",
61
61
  "eslint": "^8.47.0",
62
62
  "eslint-config-oclif": "^3.1",
63
63
  "eslint-config-oclif-typescript": "^0.2.0",
@@ -2285,9 +2285,9 @@
2285
2285
  }
2286
2286
  },
2287
2287
  "node_modules/@oclif/core": {
2288
- "version": "2.11.10",
2289
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.11.10.tgz",
2290
- "integrity": "sha512-/7Umij3OU++6o+z4U+waJ5nP6IvK9KKEVzz+xsla68YoECLQwz43boUKqYizlNMtTfiwNkiYb5QE+OU/q5qEtA==",
2288
+ "version": "2.12.0",
2289
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.12.0.tgz",
2290
+ "integrity": "sha512-RSfEQzYAmex/dVW/3afIMsaB2n5kG26tniAla+HSAQS7MHqM7LpCrDz5FG9VX5ygSPmQcknWPRmD96N5kyUt1g==",
2291
2291
  "license": "MIT",
2292
2292
  "dependencies": {
2293
2293
  "@types/cli-progress": "^3.11.0",
@@ -4275,12 +4275,12 @@
4275
4275
  "license": "ISC"
4276
4276
  },
4277
4277
  "node_modules/@salesforce/sf-plugins-core": {
4278
- "version": "3.1.18",
4279
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.18.tgz",
4280
- "integrity": "sha512-c0uhR9lcufRTz6UmEgZfAItoHVweYrJIllXtEU4Mr5qb3E03rJy0GHHf0TbO5PIH5tP1nxj9ABODoSMZBdewIw==",
4278
+ "version": "3.1.19",
4279
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.19.tgz",
4280
+ "integrity": "sha512-LOypm9js9xGI2IpHC66YMP8RjsfuQf7iKTaRhlYusTniDbzMV87i/9BV1V+wtBWWlr44REHxGe1k5zjWrQvGsA==",
4281
4281
  "license": "BSD-3-Clause",
4282
4282
  "dependencies": {
4283
- "@oclif/core": "^2.11.10",
4283
+ "@oclif/core": "^2.12.0",
4284
4284
  "@salesforce/core": "^5.2.1",
4285
4285
  "@salesforce/kit": "^3.0.9",
4286
4286
  "@salesforce/ts-types": "^2.0.7",
@@ -6421,9 +6421,9 @@
6421
6421
  }
6422
6422
  },
6423
6423
  "node_modules/chai": {
6424
- "version": "4.3.7",
6425
- "resolved": "https://registry.npmjs.org/chai/-/chai-4.3.7.tgz",
6426
- "integrity": "sha512-HLnAzZ2iupm25PlN0xFreAlBA5zaBSv3og0DdeGA4Ar6h6rJ3A0rolRUKJhSF2V10GZKDgWF/VmAEsNWjCRB+A==",
6424
+ "version": "4.3.8",
6425
+ "resolved": "https://registry.npmjs.org/chai/-/chai-4.3.8.tgz",
6426
+ "integrity": "sha512-vX4YvVVtxlfSZ2VecZgFUTU5qPCYsobVI2O9FmwEXBhDigYGQA6jRXCycIs1yJnnWbZ6/+a2zNIF5DfVCcJBFQ==",
6427
6427
  "dev": true,
6428
6428
  "license": "MIT",
6429
6429
  "dependencies": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.7.5",
2
+ "version": "2.7.6",
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.7.5",
4
+ "version": "2.7.6",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run",
@@ -119,7 +119,7 @@
119
119
  ]
120
120
  },
121
121
  "dependencies": {
122
- "@oclif/core": "2.11.10",
122
+ "@oclif/core": "2.12.0",
123
123
  "@oclif/plugin-autocomplete": "2.3.6",
124
124
  "@oclif/plugin-commands": "2.2.24",
125
125
  "@oclif/plugin-help": "5.2.18",
@@ -147,7 +147,7 @@
147
147
  "@salesforce/plugin-templates": "55.5.10",
148
148
  "@salesforce/plugin-trust": "2.6.7",
149
149
  "@salesforce/plugin-user": "2.3.31",
150
- "@salesforce/sf-plugins-core": "3.1.18",
150
+ "@salesforce/sf-plugins-core": "3.1.19",
151
151
  "debug": "^4.3.4",
152
152
  "tslib": "^2.4.1"
153
153
  },
@@ -237,7 +237,7 @@
237
237
  "@typescript-eslint/eslint-plugin": "^5.62.0",
238
238
  "@typescript-eslint/parser": "^5.62.0",
239
239
  "aws-sdk": "^2.1440.0",
240
- "chai": "^4.3.7",
240
+ "chai": "^4.3.8",
241
241
  "eslint": "^8.47.0",
242
242
  "eslint-config-oclif": "^3.1",
243
243
  "eslint-config-oclif-typescript": "^0.2.0",