@salesforce/cli 2.56.2 → 2.56.3
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 +7 -7
- package/npm-shrinkwrap.json +68 -167
- package/oclif.lock +48 -80
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
|
|
|
24
24
|
$ sf COMMAND
|
|
25
25
|
running command...
|
|
26
26
|
$ sf (--version|-v)
|
|
27
|
-
@salesforce/cli/2.56.
|
|
27
|
+
@salesforce/cli/2.56.3 linux-x64 node-v20.16.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -2491,7 +2491,7 @@ EXAMPLES
|
|
|
2491
2491
|
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
|
|
2492
2492
|
```
|
|
2493
2493
|
|
|
2494
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
2494
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.24/src/commands/org/assign/permset.ts)_
|
|
2495
2495
|
|
|
2496
2496
|
## `sf org assign permsetlicense`
|
|
2497
2497
|
|
|
@@ -2537,7 +2537,7 @@ EXAMPLES
|
|
|
2537
2537
|
user3
|
|
2538
2538
|
```
|
|
2539
2539
|
|
|
2540
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
2540
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.24/src/commands/org/assign/permsetlicense.ts)_
|
|
2541
2541
|
|
|
2542
2542
|
## `sf org create sandbox`
|
|
2543
2543
|
|
|
@@ -2916,7 +2916,7 @@ FLAG DESCRIPTIONS
|
|
|
2916
2916
|
might be different than what you specify in the definition file.
|
|
2917
2917
|
```
|
|
2918
2918
|
|
|
2919
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
2919
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.24/src/commands/org/create/user.ts)_
|
|
2920
2920
|
|
|
2921
2921
|
## `sf org delete sandbox`
|
|
2922
2922
|
|
|
@@ -3129,7 +3129,7 @@ EXAMPLES
|
|
|
3129
3129
|
$ sf org display user --target-org me@my.org --json
|
|
3130
3130
|
```
|
|
3131
3131
|
|
|
3132
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
3132
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.24/src/commands/org/display/user.ts)_
|
|
3133
3133
|
|
|
3134
3134
|
## `sf org enable tracking`
|
|
3135
3135
|
|
|
@@ -3238,7 +3238,7 @@ EXAMPLES
|
|
|
3238
3238
|
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
|
|
3239
3239
|
```
|
|
3240
3240
|
|
|
3241
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
3241
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.24/src/commands/org/generate/password.ts)_
|
|
3242
3242
|
|
|
3243
3243
|
## `sf org list`
|
|
3244
3244
|
|
|
@@ -3555,7 +3555,7 @@ EXAMPLES
|
|
|
3555
3555
|
$ sf org list users --target-org me@my.org
|
|
3556
3556
|
```
|
|
3557
3557
|
|
|
3558
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
3558
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.24/src/commands/org/list/users.ts)_
|
|
3559
3559
|
|
|
3560
3560
|
## `sf org login access-token`
|
|
3561
3561
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.56.
|
|
3
|
+
"version": "2.56.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.56.
|
|
9
|
+
"version": "2.56.3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
"@salesforce/plugin-schema": "3.3.22",
|
|
37
37
|
"@salesforce/plugin-settings": "2.3.11",
|
|
38
38
|
"@salesforce/plugin-sobject": "1.4.28",
|
|
39
|
-
"@salesforce/plugin-source": "3.5.
|
|
40
|
-
"@salesforce/plugin-telemetry": "3.6.
|
|
39
|
+
"@salesforce/plugin-source": "3.5.14",
|
|
40
|
+
"@salesforce/plugin-telemetry": "3.6.7",
|
|
41
41
|
"@salesforce/plugin-templates": "56.3.11",
|
|
42
42
|
"@salesforce/plugin-trust": "3.7.22",
|
|
43
|
-
"@salesforce/plugin-user": "3.5.
|
|
43
|
+
"@salesforce/plugin-user": "3.5.24",
|
|
44
44
|
"@salesforce/sf-plugins-core": "11.3.2",
|
|
45
45
|
"ansis": "^3.3.0"
|
|
46
46
|
},
|
|
@@ -1917,15 +1917,15 @@
|
|
|
1917
1917
|
}
|
|
1918
1918
|
},
|
|
1919
1919
|
"node_modules/@azure/abort-controller": {
|
|
1920
|
-
"version": "
|
|
1921
|
-
"resolved": "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-
|
|
1922
|
-
"integrity": "sha512-
|
|
1920
|
+
"version": "2.1.2",
|
|
1921
|
+
"resolved": "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-2.1.2.tgz",
|
|
1922
|
+
"integrity": "sha512-nBrLsEWm4J2u5LpAPjxADTlq3trDgVZZXHNKabeXZtpq3d3AbN/KGO82R87rdDz5/lYB024rtEf10/q0urNgsA==",
|
|
1923
1923
|
"license": "MIT",
|
|
1924
1924
|
"dependencies": {
|
|
1925
|
-
"tslib": "^2.2
|
|
1925
|
+
"tslib": "^2.6.2"
|
|
1926
1926
|
},
|
|
1927
1927
|
"engines": {
|
|
1928
|
-
"node": ">=
|
|
1928
|
+
"node": ">=18.0.0"
|
|
1929
1929
|
}
|
|
1930
1930
|
},
|
|
1931
1931
|
"node_modules/@azure/core-auth": {
|
|
@@ -1942,76 +1942,23 @@
|
|
|
1942
1942
|
"node": ">=18.0.0"
|
|
1943
1943
|
}
|
|
1944
1944
|
},
|
|
1945
|
-
"node_modules/@azure/core-auth/node_modules/@azure/abort-controller": {
|
|
1946
|
-
"version": "2.1.2",
|
|
1947
|
-
"resolved": "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-2.1.2.tgz",
|
|
1948
|
-
"integrity": "sha512-nBrLsEWm4J2u5LpAPjxADTlq3trDgVZZXHNKabeXZtpq3d3AbN/KGO82R87rdDz5/lYB024rtEf10/q0urNgsA==",
|
|
1949
|
-
"license": "MIT",
|
|
1950
|
-
"dependencies": {
|
|
1951
|
-
"tslib": "^2.6.2"
|
|
1952
|
-
},
|
|
1953
|
-
"engines": {
|
|
1954
|
-
"node": ">=18.0.0"
|
|
1955
|
-
}
|
|
1956
|
-
},
|
|
1957
1945
|
"node_modules/@azure/core-rest-pipeline": {
|
|
1958
|
-
"version": "1.
|
|
1959
|
-
"resolved": "https://registry.npmjs.org/@azure/core-rest-pipeline/-/core-rest-pipeline-1.
|
|
1960
|
-
"integrity": "sha512-
|
|
1946
|
+
"version": "1.16.3",
|
|
1947
|
+
"resolved": "https://registry.npmjs.org/@azure/core-rest-pipeline/-/core-rest-pipeline-1.16.3.tgz",
|
|
1948
|
+
"integrity": "sha512-VxLk4AHLyqcHsfKe4MZ6IQ+D+ShuByy+RfStKfSjxJoL3WBWq17VNmrz8aT8etKzqc2nAeIyLxScjpzsS4fz8w==",
|
|
1961
1949
|
"license": "MIT",
|
|
1962
1950
|
"dependencies": {
|
|
1963
|
-
"@azure/abort-controller": "^
|
|
1951
|
+
"@azure/abort-controller": "^2.0.0",
|
|
1964
1952
|
"@azure/core-auth": "^1.4.0",
|
|
1965
1953
|
"@azure/core-tracing": "^1.0.1",
|
|
1966
|
-
"@azure/core-util": "^1.
|
|
1954
|
+
"@azure/core-util": "^1.9.0",
|
|
1967
1955
|
"@azure/logger": "^1.0.0",
|
|
1968
|
-
"
|
|
1969
|
-
"
|
|
1970
|
-
"
|
|
1971
|
-
"tslib": "^2.2.0",
|
|
1972
|
-
"uuid": "^8.3.0"
|
|
1973
|
-
},
|
|
1974
|
-
"engines": {
|
|
1975
|
-
"node": ">=14.0.0"
|
|
1976
|
-
}
|
|
1977
|
-
},
|
|
1978
|
-
"node_modules/@azure/core-rest-pipeline/node_modules/agent-base": {
|
|
1979
|
-
"version": "6.0.2",
|
|
1980
|
-
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
|
|
1981
|
-
"integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
|
|
1982
|
-
"license": "MIT",
|
|
1983
|
-
"dependencies": {
|
|
1984
|
-
"debug": "4"
|
|
1985
|
-
},
|
|
1986
|
-
"engines": {
|
|
1987
|
-
"node": ">= 6.0.0"
|
|
1988
|
-
}
|
|
1989
|
-
},
|
|
1990
|
-
"node_modules/@azure/core-rest-pipeline/node_modules/http-proxy-agent": {
|
|
1991
|
-
"version": "5.0.0",
|
|
1992
|
-
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz",
|
|
1993
|
-
"integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==",
|
|
1994
|
-
"license": "MIT",
|
|
1995
|
-
"dependencies": {
|
|
1996
|
-
"@tootallnate/once": "2",
|
|
1997
|
-
"agent-base": "6",
|
|
1998
|
-
"debug": "4"
|
|
1999
|
-
},
|
|
2000
|
-
"engines": {
|
|
2001
|
-
"node": ">= 6"
|
|
2002
|
-
}
|
|
2003
|
-
},
|
|
2004
|
-
"node_modules/@azure/core-rest-pipeline/node_modules/https-proxy-agent": {
|
|
2005
|
-
"version": "5.0.1",
|
|
2006
|
-
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
|
|
2007
|
-
"integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
|
|
2008
|
-
"license": "MIT",
|
|
2009
|
-
"dependencies": {
|
|
2010
|
-
"agent-base": "6",
|
|
2011
|
-
"debug": "4"
|
|
1956
|
+
"http-proxy-agent": "^7.0.0",
|
|
1957
|
+
"https-proxy-agent": "^7.0.0",
|
|
1958
|
+
"tslib": "^2.6.2"
|
|
2012
1959
|
},
|
|
2013
1960
|
"engines": {
|
|
2014
|
-
"node": ">=
|
|
1961
|
+
"node": ">=18.0.0"
|
|
2015
1962
|
}
|
|
2016
1963
|
},
|
|
2017
1964
|
"node_modules/@azure/core-tracing": {
|
|
@@ -2027,9 +1974,9 @@
|
|
|
2027
1974
|
}
|
|
2028
1975
|
},
|
|
2029
1976
|
"node_modules/@azure/core-util": {
|
|
2030
|
-
"version": "1.9.
|
|
2031
|
-
"resolved": "https://registry.npmjs.org/@azure/core-util/-/core-util-1.9.
|
|
2032
|
-
"integrity": "sha512-
|
|
1977
|
+
"version": "1.9.2",
|
|
1978
|
+
"resolved": "https://registry.npmjs.org/@azure/core-util/-/core-util-1.9.2.tgz",
|
|
1979
|
+
"integrity": "sha512-l1Qrqhi4x1aekkV+OlcqsJa4AnAkj5p0JV8omgwjaV9OAbP41lvrMvs+CptfetKkeEaGRGSzby7sjPZEX7+kkQ==",
|
|
2033
1980
|
"license": "MIT",
|
|
2034
1981
|
"dependencies": {
|
|
2035
1982
|
"@azure/abort-controller": "^2.0.0",
|
|
@@ -2039,18 +1986,6 @@
|
|
|
2039
1986
|
"node": ">=18.0.0"
|
|
2040
1987
|
}
|
|
2041
1988
|
},
|
|
2042
|
-
"node_modules/@azure/core-util/node_modules/@azure/abort-controller": {
|
|
2043
|
-
"version": "2.1.2",
|
|
2044
|
-
"resolved": "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-2.1.2.tgz",
|
|
2045
|
-
"integrity": "sha512-nBrLsEWm4J2u5LpAPjxADTlq3trDgVZZXHNKabeXZtpq3d3AbN/KGO82R87rdDz5/lYB024rtEf10/q0urNgsA==",
|
|
2046
|
-
"license": "MIT",
|
|
2047
|
-
"dependencies": {
|
|
2048
|
-
"tslib": "^2.6.2"
|
|
2049
|
-
},
|
|
2050
|
-
"engines": {
|
|
2051
|
-
"node": ">=18.0.0"
|
|
2052
|
-
}
|
|
2053
|
-
},
|
|
2054
1989
|
"node_modules/@azure/logger": {
|
|
2055
1990
|
"version": "1.1.2",
|
|
2056
1991
|
"resolved": "https://registry.npmjs.org/@azure/logger/-/logger-1.1.2.tgz",
|
|
@@ -5164,17 +5099,17 @@
|
|
|
5164
5099
|
}
|
|
5165
5100
|
},
|
|
5166
5101
|
"node_modules/@salesforce/plugin-source": {
|
|
5167
|
-
"version": "3.5.
|
|
5168
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.5.
|
|
5169
|
-
"integrity": "sha512-
|
|
5102
|
+
"version": "3.5.14",
|
|
5103
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.5.14.tgz",
|
|
5104
|
+
"integrity": "sha512-xNTSmZfLd779ljcOVCl2G4ZBJAbgeGd6B0kyCD+IaHq5Ks95AOakhBp5cflKE2rg+Xm9m/fLbUCsKyvrPAAFiw==",
|
|
5170
5105
|
"license": "BSD-3-Clause",
|
|
5171
5106
|
"dependencies": {
|
|
5172
5107
|
"@oclif/core": "^4",
|
|
5173
5108
|
"@salesforce/apex-node": "^8.1.2",
|
|
5174
5109
|
"@salesforce/core": "^8.2.8",
|
|
5175
5110
|
"@salesforce/kit": "^3.1.6",
|
|
5176
|
-
"@salesforce/sf-plugins-core": "^11.2
|
|
5177
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
5111
|
+
"@salesforce/sf-plugins-core": "^11.3.2",
|
|
5112
|
+
"@salesforce/source-deploy-retrieve": "^12.4.0",
|
|
5178
5113
|
"@salesforce/source-tracking": "^7.1.2",
|
|
5179
5114
|
"@salesforce/ts-types": "^2.0.11",
|
|
5180
5115
|
"chalk": "^5.3.0",
|
|
@@ -5199,16 +5134,16 @@
|
|
|
5199
5134
|
}
|
|
5200
5135
|
},
|
|
5201
5136
|
"node_modules/@salesforce/plugin-telemetry": {
|
|
5202
|
-
"version": "3.6.
|
|
5203
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.
|
|
5204
|
-
"integrity": "sha512-
|
|
5137
|
+
"version": "3.6.7",
|
|
5138
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.7.tgz",
|
|
5139
|
+
"integrity": "sha512-Nr1b+ABfc4Mkq0fY7G9pvMNH0q9SWGV4jxL0rhNPufRFdZqZjbgMRS/HMwQ7+2EMThQOF2WhGuHnvk19nsmcFQ==",
|
|
5205
5140
|
"license": "BSD-3-Clause",
|
|
5206
5141
|
"dependencies": {
|
|
5207
5142
|
"@oclif/core": "^4.0.16",
|
|
5208
5143
|
"@salesforce/core": "^8.2.7",
|
|
5209
5144
|
"@salesforce/kit": "^3.1.6",
|
|
5210
5145
|
"@salesforce/sf-plugins-core": "^11.2.4",
|
|
5211
|
-
"@salesforce/telemetry": "^6.0.
|
|
5146
|
+
"@salesforce/telemetry": "^6.0.23",
|
|
5212
5147
|
"@salesforce/ts-types": "^2.0.11",
|
|
5213
5148
|
"debug": "^4.3.4"
|
|
5214
5149
|
},
|
|
@@ -5256,12 +5191,12 @@
|
|
|
5256
5191
|
}
|
|
5257
5192
|
},
|
|
5258
5193
|
"node_modules/@salesforce/plugin-user": {
|
|
5259
|
-
"version": "3.5.
|
|
5260
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.5.
|
|
5261
|
-
"integrity": "sha512-
|
|
5194
|
+
"version": "3.5.24",
|
|
5195
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.5.24.tgz",
|
|
5196
|
+
"integrity": "sha512-0Y8evO3r8p03H1ZsTZ9Ickdd0V9KQvU0tifroq3TqjuN38QlUCxAdjIifOzb8Q0zDTCSYA29ag3oMLwAaytakg==",
|
|
5262
5197
|
"license": "BSD-3-Clause",
|
|
5263
5198
|
"dependencies": {
|
|
5264
|
-
"@salesforce/core": "^8.
|
|
5199
|
+
"@salesforce/core": "^8.4.0",
|
|
5265
5200
|
"@salesforce/kit": "^3.2.1",
|
|
5266
5201
|
"@salesforce/sf-plugins-core": "^11.3.0",
|
|
5267
5202
|
"@salesforce/ts-types": "^2.0.11"
|
|
@@ -5513,14 +5448,14 @@
|
|
|
5513
5448
|
}
|
|
5514
5449
|
},
|
|
5515
5450
|
"node_modules/@salesforce/telemetry": {
|
|
5516
|
-
"version": "6.0.
|
|
5517
|
-
"resolved": "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-6.0.
|
|
5518
|
-
"integrity": "sha512-
|
|
5451
|
+
"version": "6.0.25",
|
|
5452
|
+
"resolved": "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-6.0.25.tgz",
|
|
5453
|
+
"integrity": "sha512-CKX/cqSyZ8zr9htHLTII3n6u0xXi+Bt6cb11Giv9iU17V+JychoX69VcARnuYTFBimka+WiK3nhWrGQW8g+HtA==",
|
|
5519
5454
|
"license": "BSD-3-Clause",
|
|
5520
5455
|
"dependencies": {
|
|
5521
|
-
"@salesforce/core": "^8.
|
|
5456
|
+
"@salesforce/core": "^8.4.0",
|
|
5522
5457
|
"@salesforce/kit": "^3.2.1",
|
|
5523
|
-
"applicationinsights": "^2.9.
|
|
5458
|
+
"applicationinsights": "^2.9.6",
|
|
5524
5459
|
"got": "^11",
|
|
5525
5460
|
"proxy-agent": "^6.4.0"
|
|
5526
5461
|
},
|
|
@@ -6324,20 +6259,6 @@
|
|
|
6324
6259
|
"node": ">=16.0.0"
|
|
6325
6260
|
}
|
|
6326
6261
|
},
|
|
6327
|
-
"node_modules/@smithy/middleware-retry/node_modules/uuid": {
|
|
6328
|
-
"version": "9.0.1",
|
|
6329
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
|
|
6330
|
-
"integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
|
|
6331
|
-
"dev": true,
|
|
6332
|
-
"funding": [
|
|
6333
|
-
"https://github.com/sponsors/broofa",
|
|
6334
|
-
"https://github.com/sponsors/ctavan"
|
|
6335
|
-
],
|
|
6336
|
-
"license": "MIT",
|
|
6337
|
-
"bin": {
|
|
6338
|
-
"uuid": "dist/bin/uuid"
|
|
6339
|
-
}
|
|
6340
|
-
},
|
|
6341
6262
|
"node_modules/@smithy/middleware-serde": {
|
|
6342
6263
|
"version": "3.0.3",
|
|
6343
6264
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-3.0.3.tgz",
|
|
@@ -6777,15 +6698,6 @@
|
|
|
6777
6698
|
"node": ">=14.16"
|
|
6778
6699
|
}
|
|
6779
6700
|
},
|
|
6780
|
-
"node_modules/@tootallnate/once": {
|
|
6781
|
-
"version": "2.0.0",
|
|
6782
|
-
"resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz",
|
|
6783
|
-
"integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==",
|
|
6784
|
-
"license": "MIT",
|
|
6785
|
-
"engines": {
|
|
6786
|
-
"node": ">= 10"
|
|
6787
|
-
}
|
|
6788
|
-
},
|
|
6789
6701
|
"node_modules/@tootallnate/quickjs-emscripten": {
|
|
6790
6702
|
"version": "0.23.0",
|
|
6791
6703
|
"resolved": "https://registry.npmjs.org/@tootallnate/quickjs-emscripten/-/quickjs-emscripten-0.23.0.tgz",
|
|
@@ -7497,14 +7409,13 @@
|
|
|
7497
7409
|
}
|
|
7498
7410
|
},
|
|
7499
7411
|
"node_modules/applicationinsights": {
|
|
7500
|
-
"version": "2.9.
|
|
7501
|
-
"resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.9.
|
|
7502
|
-
"integrity": "sha512-
|
|
7412
|
+
"version": "2.9.6",
|
|
7413
|
+
"resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.9.6.tgz",
|
|
7414
|
+
"integrity": "sha512-BLeBYJUZaKmnzqG/6Q/IFSCqpiVECjSTIvwozLex/1ZZpSxOjPiBxGMev+iIBfNZ2pc7vvnV7DuPOtsoG2DJeQ==",
|
|
7503
7415
|
"license": "MIT",
|
|
7504
7416
|
"dependencies": {
|
|
7505
|
-
"@azure/core-auth": "
|
|
7506
|
-
"@azure/core-rest-pipeline": "1.
|
|
7507
|
-
"@azure/core-util": "1.2.0",
|
|
7417
|
+
"@azure/core-auth": "1.7.2",
|
|
7418
|
+
"@azure/core-rest-pipeline": "1.16.3",
|
|
7508
7419
|
"@azure/opentelemetry-instrumentation-azure-sdk": "^1.0.0-beta.5",
|
|
7509
7420
|
"@microsoft/applicationinsights-web-snippet": "1.0.1",
|
|
7510
7421
|
"@opentelemetry/api": "^1.7.0",
|
|
@@ -7528,19 +7439,6 @@
|
|
|
7528
7439
|
}
|
|
7529
7440
|
}
|
|
7530
7441
|
},
|
|
7531
|
-
"node_modules/applicationinsights/node_modules/@azure/core-util": {
|
|
7532
|
-
"version": "1.2.0",
|
|
7533
|
-
"resolved": "https://registry.npmjs.org/@azure/core-util/-/core-util-1.2.0.tgz",
|
|
7534
|
-
"integrity": "sha512-ffGIw+Qs8bNKNLxz5UPkz4/VBM/EZY07mPve1ZYFqYUdPwFqRj0RPk0U7LZMOfT7GCck9YjuT1Rfp1PApNl1ng==",
|
|
7535
|
-
"license": "MIT",
|
|
7536
|
-
"dependencies": {
|
|
7537
|
-
"@azure/abort-controller": "^1.0.0",
|
|
7538
|
-
"tslib": "^2.2.0"
|
|
7539
|
-
},
|
|
7540
|
-
"engines": {
|
|
7541
|
-
"node": ">=14.0.0"
|
|
7542
|
-
}
|
|
7543
|
-
},
|
|
7544
7442
|
"node_modules/aproba": {
|
|
7545
7443
|
"version": "2.0.0",
|
|
7546
7444
|
"resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz",
|
|
@@ -11508,20 +11406,6 @@
|
|
|
11508
11406
|
"node": ">=14"
|
|
11509
11407
|
}
|
|
11510
11408
|
},
|
|
11511
|
-
"node_modules/gaxios/node_modules/uuid": {
|
|
11512
|
-
"version": "9.0.1",
|
|
11513
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
|
|
11514
|
-
"integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
|
|
11515
|
-
"dev": true,
|
|
11516
|
-
"funding": [
|
|
11517
|
-
"https://github.com/sponsors/broofa",
|
|
11518
|
-
"https://github.com/sponsors/ctavan"
|
|
11519
|
-
],
|
|
11520
|
-
"license": "MIT",
|
|
11521
|
-
"bin": {
|
|
11522
|
-
"uuid": "dist/bin/uuid"
|
|
11523
|
-
}
|
|
11524
|
-
},
|
|
11525
11409
|
"node_modules/gensync": {
|
|
11526
11410
|
"version": "1.0.0-beta.2",
|
|
11527
11411
|
"resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
|
|
@@ -12392,9 +12276,9 @@
|
|
|
12392
12276
|
}
|
|
12393
12277
|
},
|
|
12394
12278
|
"node_modules/https-proxy-agent": {
|
|
12395
|
-
"version": "7.0.
|
|
12396
|
-
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.
|
|
12397
|
-
"integrity": "sha512-
|
|
12279
|
+
"version": "7.0.5",
|
|
12280
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz",
|
|
12281
|
+
"integrity": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==",
|
|
12398
12282
|
"license": "MIT",
|
|
12399
12283
|
"dependencies": {
|
|
12400
12284
|
"agent-base": "^7.0.2",
|
|
@@ -13399,6 +13283,16 @@
|
|
|
13399
13283
|
"node": ">=8"
|
|
13400
13284
|
}
|
|
13401
13285
|
},
|
|
13286
|
+
"node_modules/istanbul-lib-processinfo/node_modules/uuid": {
|
|
13287
|
+
"version": "8.3.2",
|
|
13288
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
|
|
13289
|
+
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
|
|
13290
|
+
"dev": true,
|
|
13291
|
+
"license": "MIT",
|
|
13292
|
+
"bin": {
|
|
13293
|
+
"uuid": "dist/bin/uuid"
|
|
13294
|
+
}
|
|
13295
|
+
},
|
|
13402
13296
|
"node_modules/istanbul-lib-report": {
|
|
13403
13297
|
"version": "3.0.1",
|
|
13404
13298
|
"resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz",
|
|
@@ -16679,6 +16573,8 @@
|
|
|
16679
16573
|
},
|
|
16680
16574
|
"node_modules/npm/node_modules/https-proxy-agent": {
|
|
16681
16575
|
"version": "7.0.5",
|
|
16576
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz",
|
|
16577
|
+
"integrity": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==",
|
|
16682
16578
|
"inBundle": true,
|
|
16683
16579
|
"license": "MIT",
|
|
16684
16580
|
"dependencies": {
|
|
@@ -22459,9 +22355,14 @@
|
|
|
22459
22355
|
"license": "MIT"
|
|
22460
22356
|
},
|
|
22461
22357
|
"node_modules/uuid": {
|
|
22462
|
-
"version": "
|
|
22463
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-
|
|
22464
|
-
"integrity": "sha512
|
|
22358
|
+
"version": "9.0.1",
|
|
22359
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
|
|
22360
|
+
"integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
|
|
22361
|
+
"dev": true,
|
|
22362
|
+
"funding": [
|
|
22363
|
+
"https://github.com/sponsors/broofa",
|
|
22364
|
+
"https://github.com/sponsors/ctavan"
|
|
22365
|
+
],
|
|
22465
22366
|
"license": "MIT",
|
|
22466
22367
|
"bin": {
|
|
22467
22368
|
"uuid": "dist/bin/uuid"
|
package/oclif.lock
CHANGED
|
@@ -933,13 +933,6 @@
|
|
|
933
933
|
"@smithy/types" "^3.3.0"
|
|
934
934
|
tslib "^2.6.2"
|
|
935
935
|
|
|
936
|
-
"@azure/abort-controller@^1.0.0":
|
|
937
|
-
version "1.1.0"
|
|
938
|
-
resolved "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-1.1.0.tgz"
|
|
939
|
-
integrity sha512-TrRLIoSQVzfAJX9H1JeFjzAoDGcoK1IYX1UImfceTZpsyYfWr09Ss1aHW1y5TrrR3iq6RZLBwJ3E24uwPhwahw==
|
|
940
|
-
dependencies:
|
|
941
|
-
tslib "^2.2.0"
|
|
942
|
-
|
|
943
936
|
"@azure/abort-controller@^2.0.0":
|
|
944
937
|
version "2.1.2"
|
|
945
938
|
resolved "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-2.1.2.tgz"
|
|
@@ -947,7 +940,7 @@
|
|
|
947
940
|
dependencies:
|
|
948
941
|
tslib "^2.6.2"
|
|
949
942
|
|
|
950
|
-
"@azure/core-auth@^1.4.0", "@azure/core-auth
|
|
943
|
+
"@azure/core-auth@^1.4.0", "@azure/core-auth@1.7.2":
|
|
951
944
|
version "1.7.2"
|
|
952
945
|
resolved "https://registry.npmjs.org/@azure/core-auth/-/core-auth-1.7.2.tgz"
|
|
953
946
|
integrity sha512-Igm/S3fDYmnMq1uKS38Ae1/m37B3zigdlZw+kocwEhh5GjyKjPrXKO2J6rzpC1wAxrNil/jX9BJRqBshyjnF3g==
|
|
@@ -956,21 +949,19 @@
|
|
|
956
949
|
"@azure/core-util" "^1.1.0"
|
|
957
950
|
tslib "^2.6.2"
|
|
958
951
|
|
|
959
|
-
"@azure/core-rest-pipeline@1.
|
|
960
|
-
version "1.
|
|
961
|
-
resolved "https://registry.npmjs.org/@azure/core-rest-pipeline/-/core-rest-pipeline-1.
|
|
962
|
-
integrity sha512-
|
|
952
|
+
"@azure/core-rest-pipeline@1.16.3":
|
|
953
|
+
version "1.16.3"
|
|
954
|
+
resolved "https://registry.npmjs.org/@azure/core-rest-pipeline/-/core-rest-pipeline-1.16.3.tgz"
|
|
955
|
+
integrity sha512-VxLk4AHLyqcHsfKe4MZ6IQ+D+ShuByy+RfStKfSjxJoL3WBWq17VNmrz8aT8etKzqc2nAeIyLxScjpzsS4fz8w==
|
|
963
956
|
dependencies:
|
|
964
|
-
"@azure/abort-controller" "^
|
|
957
|
+
"@azure/abort-controller" "^2.0.0"
|
|
965
958
|
"@azure/core-auth" "^1.4.0"
|
|
966
959
|
"@azure/core-tracing" "^1.0.1"
|
|
967
|
-
"@azure/core-util" "^1.
|
|
960
|
+
"@azure/core-util" "^1.9.0"
|
|
968
961
|
"@azure/logger" "^1.0.0"
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
tslib "^2.2.0"
|
|
973
|
-
uuid "^8.3.0"
|
|
962
|
+
http-proxy-agent "^7.0.0"
|
|
963
|
+
https-proxy-agent "^7.0.0"
|
|
964
|
+
tslib "^2.6.2"
|
|
974
965
|
|
|
975
966
|
"@azure/core-tracing@^1.0.0", "@azure/core-tracing@^1.0.1":
|
|
976
967
|
version "1.1.2"
|
|
@@ -979,22 +970,14 @@
|
|
|
979
970
|
dependencies:
|
|
980
971
|
tslib "^2.6.2"
|
|
981
972
|
|
|
982
|
-
"@azure/core-util@^1.
|
|
983
|
-
version "1.9.
|
|
984
|
-
resolved "https://registry.npmjs.org/@azure/core-util/-/core-util-1.9.
|
|
985
|
-
integrity sha512-
|
|
973
|
+
"@azure/core-util@^1.1.0", "@azure/core-util@^1.9.0":
|
|
974
|
+
version "1.9.2"
|
|
975
|
+
resolved "https://registry.npmjs.org/@azure/core-util/-/core-util-1.9.2.tgz"
|
|
976
|
+
integrity sha512-l1Qrqhi4x1aekkV+OlcqsJa4AnAkj5p0JV8omgwjaV9OAbP41lvrMvs+CptfetKkeEaGRGSzby7sjPZEX7+kkQ==
|
|
986
977
|
dependencies:
|
|
987
978
|
"@azure/abort-controller" "^2.0.0"
|
|
988
979
|
tslib "^2.6.2"
|
|
989
980
|
|
|
990
|
-
"@azure/core-util@1.2.0":
|
|
991
|
-
version "1.2.0"
|
|
992
|
-
resolved "https://registry.npmjs.org/@azure/core-util/-/core-util-1.2.0.tgz"
|
|
993
|
-
integrity sha512-ffGIw+Qs8bNKNLxz5UPkz4/VBM/EZY07mPve1ZYFqYUdPwFqRj0RPk0U7LZMOfT7GCck9YjuT1Rfp1PApNl1ng==
|
|
994
|
-
dependencies:
|
|
995
|
-
"@azure/abort-controller" "^1.0.0"
|
|
996
|
-
tslib "^2.2.0"
|
|
997
|
-
|
|
998
981
|
"@azure/logger@^1.0.0":
|
|
999
982
|
version "1.1.2"
|
|
1000
983
|
resolved "https://registry.npmjs.org/@azure/logger/-/logger-1.1.2.tgz"
|
|
@@ -2419,17 +2402,17 @@
|
|
|
2419
2402
|
fast-xml-parser "^4.4.1"
|
|
2420
2403
|
js2xmlparser "^4.0.2"
|
|
2421
2404
|
|
|
2422
|
-
"@salesforce/plugin-source@3.5.
|
|
2423
|
-
version "3.5.
|
|
2424
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.5.
|
|
2425
|
-
integrity sha512-
|
|
2405
|
+
"@salesforce/plugin-source@3.5.14":
|
|
2406
|
+
version "3.5.14"
|
|
2407
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.5.14.tgz"
|
|
2408
|
+
integrity sha512-xNTSmZfLd779ljcOVCl2G4ZBJAbgeGd6B0kyCD+IaHq5Ks95AOakhBp5cflKE2rg+Xm9m/fLbUCsKyvrPAAFiw==
|
|
2426
2409
|
dependencies:
|
|
2427
2410
|
"@oclif/core" "^4"
|
|
2428
2411
|
"@salesforce/apex-node" "^8.1.2"
|
|
2429
2412
|
"@salesforce/core" "^8.2.8"
|
|
2430
2413
|
"@salesforce/kit" "^3.1.6"
|
|
2431
|
-
"@salesforce/sf-plugins-core" "^11.2
|
|
2432
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
2414
|
+
"@salesforce/sf-plugins-core" "^11.3.2"
|
|
2415
|
+
"@salesforce/source-deploy-retrieve" "^12.4.0"
|
|
2433
2416
|
"@salesforce/source-tracking" "^7.1.2"
|
|
2434
2417
|
"@salesforce/ts-types" "^2.0.11"
|
|
2435
2418
|
chalk "^5.3.0"
|
|
@@ -2437,16 +2420,16 @@
|
|
|
2437
2420
|
got "^13.0.0"
|
|
2438
2421
|
proxy-agent "^6.3.1"
|
|
2439
2422
|
|
|
2440
|
-
"@salesforce/plugin-telemetry@3.6.
|
|
2441
|
-
version "3.6.
|
|
2442
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.
|
|
2443
|
-
integrity sha512-
|
|
2423
|
+
"@salesforce/plugin-telemetry@3.6.7":
|
|
2424
|
+
version "3.6.7"
|
|
2425
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.7.tgz"
|
|
2426
|
+
integrity sha512-Nr1b+ABfc4Mkq0fY7G9pvMNH0q9SWGV4jxL0rhNPufRFdZqZjbgMRS/HMwQ7+2EMThQOF2WhGuHnvk19nsmcFQ==
|
|
2444
2427
|
dependencies:
|
|
2445
2428
|
"@oclif/core" "^4.0.16"
|
|
2446
2429
|
"@salesforce/core" "^8.2.7"
|
|
2447
2430
|
"@salesforce/kit" "^3.1.6"
|
|
2448
2431
|
"@salesforce/sf-plugins-core" "^11.2.4"
|
|
2449
|
-
"@salesforce/telemetry" "^6.0.
|
|
2432
|
+
"@salesforce/telemetry" "^6.0.23"
|
|
2450
2433
|
"@salesforce/ts-types" "^2.0.11"
|
|
2451
2434
|
debug "^4.3.4"
|
|
2452
2435
|
|
|
@@ -2476,12 +2459,12 @@
|
|
|
2476
2459
|
semver "^7.6.3"
|
|
2477
2460
|
shelljs "^0.8.4"
|
|
2478
2461
|
|
|
2479
|
-
"@salesforce/plugin-user@3.5.
|
|
2480
|
-
version "3.5.
|
|
2481
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.5.
|
|
2482
|
-
integrity sha512-
|
|
2462
|
+
"@salesforce/plugin-user@3.5.24":
|
|
2463
|
+
version "3.5.24"
|
|
2464
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.5.24.tgz"
|
|
2465
|
+
integrity sha512-0Y8evO3r8p03H1ZsTZ9Ickdd0V9KQvU0tifroq3TqjuN38QlUCxAdjIifOzb8Q0zDTCSYA29ag3oMLwAaytakg==
|
|
2483
2466
|
dependencies:
|
|
2484
|
-
"@salesforce/core" "^8.
|
|
2467
|
+
"@salesforce/core" "^8.4.0"
|
|
2485
2468
|
"@salesforce/kit" "^3.2.1"
|
|
2486
2469
|
"@salesforce/sf-plugins-core" "^11.3.0"
|
|
2487
2470
|
"@salesforce/ts-types" "^2.0.11"
|
|
@@ -2514,7 +2497,7 @@
|
|
|
2514
2497
|
string-width "^7.2.0"
|
|
2515
2498
|
terminal-link "^3.0.0"
|
|
2516
2499
|
|
|
2517
|
-
"@salesforce/source-deploy-retrieve@^12.1.
|
|
2500
|
+
"@salesforce/source-deploy-retrieve@^12.1.12", "@salesforce/source-deploy-retrieve@^12.4.0":
|
|
2518
2501
|
version "12.4.0"
|
|
2519
2502
|
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.4.0.tgz"
|
|
2520
2503
|
integrity sha512-gvTEjLPbNRt62GEKvejt/f1TtG6Zx8JPd/5BYjnXyEJu8BeOy5kL4zJm9GD3ZiTzBnPGHLzfVL09JjWfNBbo0A==
|
|
@@ -2547,14 +2530,14 @@
|
|
|
2547
2530
|
isomorphic-git "^1.27.1"
|
|
2548
2531
|
ts-retry-promise "^0.8.1"
|
|
2549
2532
|
|
|
2550
|
-
"@salesforce/telemetry@^6.0.
|
|
2551
|
-
version "6.0.
|
|
2552
|
-
resolved "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-6.0.
|
|
2553
|
-
integrity sha512-
|
|
2533
|
+
"@salesforce/telemetry@^6.0.23":
|
|
2534
|
+
version "6.0.25"
|
|
2535
|
+
resolved "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-6.0.25.tgz"
|
|
2536
|
+
integrity sha512-CKX/cqSyZ8zr9htHLTII3n6u0xXi+Bt6cb11Giv9iU17V+JychoX69VcARnuYTFBimka+WiK3nhWrGQW8g+HtA==
|
|
2554
2537
|
dependencies:
|
|
2555
|
-
"@salesforce/core" "^8.
|
|
2538
|
+
"@salesforce/core" "^8.4.0"
|
|
2556
2539
|
"@salesforce/kit" "^3.2.1"
|
|
2557
|
-
applicationinsights "^2.9.
|
|
2540
|
+
applicationinsights "^2.9.6"
|
|
2558
2541
|
got "^11"
|
|
2559
2542
|
proxy-agent "^6.4.0"
|
|
2560
2543
|
|
|
@@ -3277,11 +3260,6 @@
|
|
|
3277
3260
|
dependencies:
|
|
3278
3261
|
defer-to-connect "^2.0.1"
|
|
3279
3262
|
|
|
3280
|
-
"@tootallnate/once@2":
|
|
3281
|
-
version "2.0.0"
|
|
3282
|
-
resolved "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz"
|
|
3283
|
-
integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==
|
|
3284
|
-
|
|
3285
3263
|
"@tootallnate/quickjs-emscripten@^0.23.0":
|
|
3286
3264
|
version "0.23.0"
|
|
3287
3265
|
resolved "https://registry.npmjs.org/@tootallnate/quickjs-emscripten/-/quickjs-emscripten-0.23.0.tgz"
|
|
@@ -3761,14 +3739,13 @@ append-transform@^2.0.0:
|
|
|
3761
3739
|
dependencies:
|
|
3762
3740
|
default-require-extensions "^3.0.0"
|
|
3763
3741
|
|
|
3764
|
-
applicationinsights@^2.9.
|
|
3765
|
-
version "2.9.
|
|
3766
|
-
resolved "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.9.
|
|
3767
|
-
integrity sha512-
|
|
3742
|
+
applicationinsights@^2.9.6:
|
|
3743
|
+
version "2.9.6"
|
|
3744
|
+
resolved "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.9.6.tgz"
|
|
3745
|
+
integrity sha512-BLeBYJUZaKmnzqG/6Q/IFSCqpiVECjSTIvwozLex/1ZZpSxOjPiBxGMev+iIBfNZ2pc7vvnV7DuPOtsoG2DJeQ==
|
|
3768
3746
|
dependencies:
|
|
3769
|
-
"@azure/core-auth" "
|
|
3770
|
-
"@azure/core-rest-pipeline" "1.
|
|
3771
|
-
"@azure/core-util" "1.2.0"
|
|
3747
|
+
"@azure/core-auth" "1.7.2"
|
|
3748
|
+
"@azure/core-rest-pipeline" "1.16.3"
|
|
3772
3749
|
"@azure/opentelemetry-instrumentation-azure-sdk" "^1.0.0-beta.5"
|
|
3773
3750
|
"@microsoft/applicationinsights-web-snippet" "1.0.1"
|
|
3774
3751
|
"@opentelemetry/api" "^1.7.0"
|
|
@@ -6672,15 +6649,6 @@ http-parser-js@>=0.5.1:
|
|
|
6672
6649
|
resolved "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz"
|
|
6673
6650
|
integrity sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==
|
|
6674
6651
|
|
|
6675
|
-
http-proxy-agent@^5.0.0:
|
|
6676
|
-
version "5.0.0"
|
|
6677
|
-
resolved "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz"
|
|
6678
|
-
integrity sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==
|
|
6679
|
-
dependencies:
|
|
6680
|
-
"@tootallnate/once" "2"
|
|
6681
|
-
agent-base "6"
|
|
6682
|
-
debug "4"
|
|
6683
|
-
|
|
6684
6652
|
http-proxy-agent@^7.0.0, http-proxy-agent@^7.0.1:
|
|
6685
6653
|
version "7.0.2"
|
|
6686
6654
|
resolved "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz"
|
|
@@ -6713,10 +6681,10 @@ https-proxy-agent@^5.0.0:
|
|
|
6713
6681
|
agent-base "6"
|
|
6714
6682
|
debug "4"
|
|
6715
6683
|
|
|
6716
|
-
https-proxy-agent@^7.0.1, https-proxy-agent@^7.0.2, https-proxy-agent@^7.0.3:
|
|
6717
|
-
version "7.0.
|
|
6718
|
-
resolved "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.
|
|
6719
|
-
integrity sha512-
|
|
6684
|
+
https-proxy-agent@^7.0.0, https-proxy-agent@^7.0.1, https-proxy-agent@^7.0.2, https-proxy-agent@^7.0.3:
|
|
6685
|
+
version "7.0.5"
|
|
6686
|
+
resolved "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz"
|
|
6687
|
+
integrity sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==
|
|
6720
6688
|
dependencies:
|
|
6721
6689
|
agent-base "^7.0.2"
|
|
6722
6690
|
debug "4"
|
|
@@ -10868,7 +10836,7 @@ util@^0.12.4:
|
|
|
10868
10836
|
is-typed-array "^1.1.3"
|
|
10869
10837
|
which-typed-array "^1.1.2"
|
|
10870
10838
|
|
|
10871
|
-
uuid@^8.3.
|
|
10839
|
+
uuid@^8.3.2:
|
|
10872
10840
|
version "8.3.2"
|
|
10873
10841
|
resolved "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz"
|
|
10874
10842
|
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.56.
|
|
4
|
+
"version": "2.56.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
],
|
|
77
77
|
"jitPlugins": {
|
|
78
78
|
"@salesforce/plugin-custom-metadata": "3.3.24",
|
|
79
|
-
"@salesforce/plugin-community": "3.2.
|
|
79
|
+
"@salesforce/plugin-community": "3.2.26",
|
|
80
80
|
"@salesforce/plugin-dev": "2.4.0",
|
|
81
81
|
"@salesforce/plugin-devops-center": "1.2.20",
|
|
82
82
|
"@salesforce/plugin-env": "3.0.32",
|
|
@@ -164,11 +164,11 @@
|
|
|
164
164
|
"@salesforce/plugin-schema": "3.3.22",
|
|
165
165
|
"@salesforce/plugin-settings": "2.3.11",
|
|
166
166
|
"@salesforce/plugin-sobject": "1.4.28",
|
|
167
|
-
"@salesforce/plugin-source": "3.5.
|
|
168
|
-
"@salesforce/plugin-telemetry": "3.6.
|
|
167
|
+
"@salesforce/plugin-source": "3.5.14",
|
|
168
|
+
"@salesforce/plugin-telemetry": "3.6.7",
|
|
169
169
|
"@salesforce/plugin-templates": "56.3.11",
|
|
170
170
|
"@salesforce/plugin-trust": "3.7.22",
|
|
171
|
-
"@salesforce/plugin-user": "3.5.
|
|
171
|
+
"@salesforce/plugin-user": "3.5.24",
|
|
172
172
|
"@salesforce/sf-plugins-core": "11.3.2",
|
|
173
173
|
"ansis": "^3.3.0"
|
|
174
174
|
},
|