@salesforce/cli 2.56.2 → 2.56.4
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 +82 -82
- package/npm-shrinkwrap.json +141 -240
- package/oclif.lock +126 -158
- package/oclif.manifest.json +1 -1
- package/package.json +19 -19
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.56.
|
|
3
|
+
"version": "2.56.4",
|
|
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.4",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -24,24 +24,24 @@
|
|
|
24
24
|
"@oclif/plugin-which": "3.2.10",
|
|
25
25
|
"@salesforce/core": "^8.2.3",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
|
-
"@salesforce/plugin-apex": "3.4.
|
|
28
|
-
"@salesforce/plugin-auth": "3.6.
|
|
29
|
-
"@salesforce/plugin-data": "3.6.
|
|
27
|
+
"@salesforce/plugin-apex": "3.4.2",
|
|
28
|
+
"@salesforce/plugin-auth": "3.6.48",
|
|
29
|
+
"@salesforce/plugin-data": "3.6.1",
|
|
30
30
|
"@salesforce/plugin-deploy-retrieve": "3.10.0",
|
|
31
|
-
"@salesforce/plugin-info": "3.3.
|
|
32
|
-
"@salesforce/plugin-limits": "3.3.
|
|
31
|
+
"@salesforce/plugin-info": "3.3.29",
|
|
32
|
+
"@salesforce/plugin-limits": "3.3.25",
|
|
33
33
|
"@salesforce/plugin-marketplace": "1.2.22",
|
|
34
|
-
"@salesforce/plugin-org": "4.4.
|
|
34
|
+
"@salesforce/plugin-org": "4.4.8",
|
|
35
35
|
"@salesforce/plugin-packaging": "2.8.0",
|
|
36
|
-
"@salesforce/plugin-schema": "3.3.
|
|
37
|
-
"@salesforce/plugin-settings": "2.3.
|
|
38
|
-
"@salesforce/plugin-sobject": "1.4.
|
|
39
|
-
"@salesforce/plugin-source": "3.5.
|
|
40
|
-
"@salesforce/plugin-telemetry": "3.6.
|
|
41
|
-
"@salesforce/plugin-templates": "56.3.
|
|
42
|
-
"@salesforce/plugin-trust": "3.7.
|
|
43
|
-
"@salesforce/plugin-user": "3.5.
|
|
44
|
-
"@salesforce/sf-plugins-core": "11.3.
|
|
36
|
+
"@salesforce/plugin-schema": "3.3.24",
|
|
37
|
+
"@salesforce/plugin-settings": "2.3.13",
|
|
38
|
+
"@salesforce/plugin-sobject": "1.4.29",
|
|
39
|
+
"@salesforce/plugin-source": "3.5.14",
|
|
40
|
+
"@salesforce/plugin-telemetry": "3.6.7",
|
|
41
|
+
"@salesforce/plugin-templates": "56.3.12",
|
|
42
|
+
"@salesforce/plugin-trust": "3.7.23",
|
|
43
|
+
"@salesforce/plugin-user": "3.5.25",
|
|
44
|
+
"@salesforce/sf-plugins-core": "11.3.4",
|
|
45
45
|
"ansis": "^3.3.0"
|
|
46
46
|
},
|
|
47
47
|
"bin": {
|
|
@@ -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",
|
|
@@ -3334,12 +3269,12 @@
|
|
|
3334
3269
|
}
|
|
3335
3270
|
},
|
|
3336
3271
|
"node_modules/@inquirer/input": {
|
|
3337
|
-
"version": "2.2.
|
|
3338
|
-
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.2.
|
|
3339
|
-
"integrity": "sha512-
|
|
3272
|
+
"version": "2.2.9",
|
|
3273
|
+
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.2.9.tgz",
|
|
3274
|
+
"integrity": "sha512-7Z6N+uzkWM7+xsE+3rJdhdG/+mQgejOVqspoW+w0AbSZnL6nq5tGMEVASaYVWbkoSzecABWwmludO2evU3d31g==",
|
|
3340
3275
|
"license": "MIT",
|
|
3341
3276
|
"dependencies": {
|
|
3342
|
-
"@inquirer/core": "^9.0.
|
|
3277
|
+
"@inquirer/core": "^9.0.10",
|
|
3343
3278
|
"@inquirer/type": "^1.5.2"
|
|
3344
3279
|
},
|
|
3345
3280
|
"engines": {
|
|
@@ -4840,15 +4775,15 @@
|
|
|
4840
4775
|
}
|
|
4841
4776
|
},
|
|
4842
4777
|
"node_modules/@salesforce/plugin-apex": {
|
|
4843
|
-
"version": "3.4.
|
|
4844
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.4.
|
|
4845
|
-
"integrity": "sha512-
|
|
4778
|
+
"version": "3.4.2",
|
|
4779
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.4.2.tgz",
|
|
4780
|
+
"integrity": "sha512-ispnix6o+nFTnOZ2wRm97HgkqErcEloJp+Spj1umTJ5FPuuDGgn8LzET2b0D1n7s110EIC8KXk8hFcHW+UgUGQ==",
|
|
4846
4781
|
"license": "BSD-3-Clause",
|
|
4847
4782
|
"dependencies": {
|
|
4848
|
-
"@salesforce/apex-node": "^8.1.
|
|
4783
|
+
"@salesforce/apex-node": "^8.1.3",
|
|
4849
4784
|
"@salesforce/core": "^8.2.7",
|
|
4850
4785
|
"@salesforce/kit": "^3.2.0",
|
|
4851
|
-
"@salesforce/sf-plugins-core": "^11.2
|
|
4786
|
+
"@salesforce/sf-plugins-core": "^11.3.2",
|
|
4852
4787
|
"ansis": "^3.3.1"
|
|
4853
4788
|
},
|
|
4854
4789
|
"engines": {
|
|
@@ -4856,9 +4791,9 @@
|
|
|
4856
4791
|
}
|
|
4857
4792
|
},
|
|
4858
4793
|
"node_modules/@salesforce/plugin-auth": {
|
|
4859
|
-
"version": "3.6.
|
|
4860
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
4861
|
-
"integrity": "sha512
|
|
4794
|
+
"version": "3.6.48",
|
|
4795
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.48.tgz",
|
|
4796
|
+
"integrity": "sha512-myTZ1lKWZIlk+Py9edNKKDKKtYhWM9YyroXKLVkKSleScwSm6GnhBRUseB8W1bMdJgY14GXO74H8tZzBvHOMPA==",
|
|
4862
4797
|
"license": "BSD-3-Clause",
|
|
4863
4798
|
"dependencies": {
|
|
4864
4799
|
"@inquirer/checkbox": "^2.4.7",
|
|
@@ -4866,7 +4801,7 @@
|
|
|
4866
4801
|
"@oclif/core": "^4",
|
|
4867
4802
|
"@salesforce/core": "^8.3.0",
|
|
4868
4803
|
"@salesforce/kit": "^3.2.0",
|
|
4869
|
-
"@salesforce/plugin-info": "^3.3.
|
|
4804
|
+
"@salesforce/plugin-info": "^3.3.28",
|
|
4870
4805
|
"@salesforce/sf-plugins-core": "^11.2.4",
|
|
4871
4806
|
"@salesforce/ts-types": "^2.0.11",
|
|
4872
4807
|
"open": "^10.1.0"
|
|
@@ -4909,15 +4844,15 @@
|
|
|
4909
4844
|
}
|
|
4910
4845
|
},
|
|
4911
4846
|
"node_modules/@salesforce/plugin-data": {
|
|
4912
|
-
"version": "3.6.
|
|
4913
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.6.
|
|
4914
|
-
"integrity": "sha512-
|
|
4847
|
+
"version": "3.6.1",
|
|
4848
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.6.1.tgz",
|
|
4849
|
+
"integrity": "sha512-YNI1tJ2mN8FVgv5B5S7CkyyTL777Lx/m+X0fPEoj+mdc0M3cGr7suMn5Qdoy8LPGappJwV2Uexr95zA/eeNGNQ==",
|
|
4915
4850
|
"license": "BSD-3-Clause",
|
|
4916
4851
|
"dependencies": {
|
|
4917
4852
|
"@jsforce/jsforce-node": "^3.4.1",
|
|
4918
4853
|
"@salesforce/core": "^8.3.0",
|
|
4919
4854
|
"@salesforce/kit": "^3.1.6",
|
|
4920
|
-
"@salesforce/sf-plugins-core": "^11.2
|
|
4855
|
+
"@salesforce/sf-plugins-core": "^11.3.2",
|
|
4921
4856
|
"@salesforce/ts-types": "^2.0.11",
|
|
4922
4857
|
"ansis": "^3.2.0",
|
|
4923
4858
|
"change-case": "^5.4.4",
|
|
@@ -4957,12 +4892,12 @@
|
|
|
4957
4892
|
}
|
|
4958
4893
|
},
|
|
4959
4894
|
"node_modules/@salesforce/plugin-info": {
|
|
4960
|
-
"version": "3.3.
|
|
4961
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.3.
|
|
4962
|
-
"integrity": "sha512-
|
|
4895
|
+
"version": "3.3.29",
|
|
4896
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.3.29.tgz",
|
|
4897
|
+
"integrity": "sha512-JDLppTtneczCv7WPxrE60RMlJHk5UwE4qP0zIZMIamtu3Tt63mPJEeQVkNGG5xXxcE8GNH2LULNcv6Cfr1F+qA==",
|
|
4963
4898
|
"license": "BSD-3-Clause",
|
|
4964
4899
|
"dependencies": {
|
|
4965
|
-
"@inquirer/input": "^2.2.
|
|
4900
|
+
"@inquirer/input": "^2.2.9",
|
|
4966
4901
|
"@jsforce/jsforce-node": "^3.2.2",
|
|
4967
4902
|
"@oclif/core": "^4",
|
|
4968
4903
|
"@salesforce/core": "^8.3.0",
|
|
@@ -4980,13 +4915,13 @@
|
|
|
4980
4915
|
}
|
|
4981
4916
|
},
|
|
4982
4917
|
"node_modules/@salesforce/plugin-limits": {
|
|
4983
|
-
"version": "3.3.
|
|
4984
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.
|
|
4985
|
-
"integrity": "sha512-
|
|
4918
|
+
"version": "3.3.25",
|
|
4919
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.25.tgz",
|
|
4920
|
+
"integrity": "sha512-x779Y49ktUvt9odWqBF3FH8K9qgAytS/a1zA45Tmv+qP3Et9CVGMSQQKfAgVj1Ygqi9WHyoHG39ggREhgc91Ag==",
|
|
4986
4921
|
"license": "BSD-3-Clause",
|
|
4987
4922
|
"dependencies": {
|
|
4988
4923
|
"@salesforce/core": "^8.3.0",
|
|
4989
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
|
4924
|
+
"@salesforce/sf-plugins-core": "^11.3.2"
|
|
4990
4925
|
},
|
|
4991
4926
|
"engines": {
|
|
4992
4927
|
"node": ">=18.0.0"
|
|
@@ -5009,15 +4944,15 @@
|
|
|
5009
4944
|
}
|
|
5010
4945
|
},
|
|
5011
4946
|
"node_modules/@salesforce/plugin-org": {
|
|
5012
|
-
"version": "4.4.
|
|
5013
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.4.
|
|
5014
|
-
"integrity": "sha512-
|
|
4947
|
+
"version": "4.4.8",
|
|
4948
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.4.8.tgz",
|
|
4949
|
+
"integrity": "sha512-dbS5eAiiwIm/RS0JRSNNjfaILLL0aULOHGqVnrPkmyhuMh0qnbi364R2XPwEeydpYBT/rw5qwYBri2fO+ky/YQ==",
|
|
5015
4950
|
"license": "BSD-3-Clause",
|
|
5016
4951
|
"dependencies": {
|
|
5017
4952
|
"@oclif/core": "^4.0.16",
|
|
5018
|
-
"@salesforce/core": "^8.
|
|
4953
|
+
"@salesforce/core": "^8.4.0",
|
|
5019
4954
|
"@salesforce/kit": "^3.2.0",
|
|
5020
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
|
4955
|
+
"@salesforce/sf-plugins-core": "^11.3.3",
|
|
5021
4956
|
"@salesforce/source-deploy-retrieve": "^12.1.12",
|
|
5022
4957
|
"ansis": "^3.2.0",
|
|
5023
4958
|
"change-case": "^5.4.4",
|
|
@@ -5114,28 +5049,28 @@
|
|
|
5114
5049
|
}
|
|
5115
5050
|
},
|
|
5116
5051
|
"node_modules/@salesforce/plugin-schema": {
|
|
5117
|
-
"version": "3.3.
|
|
5118
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.
|
|
5119
|
-
"integrity": "sha512-
|
|
5052
|
+
"version": "3.3.24",
|
|
5053
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.24.tgz",
|
|
5054
|
+
"integrity": "sha512-xRD3KDEC2T4Srqmddr/mViC7ZBdAzI3sYGpsxhkFModNhiJYCneJ8A9Nfv5e81vfmpuPD3FV7w9BGWumQa10lA==",
|
|
5120
5055
|
"license": "BSD-3-Clause",
|
|
5121
5056
|
"dependencies": {
|
|
5122
5057
|
"@oclif/core": "^4",
|
|
5123
|
-
"@salesforce/core": "^8.
|
|
5124
|
-
"@salesforce/sf-plugins-core": "^11.
|
|
5058
|
+
"@salesforce/core": "^8.4.0",
|
|
5059
|
+
"@salesforce/sf-plugins-core": "^11.3.3"
|
|
5125
5060
|
},
|
|
5126
5061
|
"engines": {
|
|
5127
5062
|
"node": ">=18.0.0"
|
|
5128
5063
|
}
|
|
5129
5064
|
},
|
|
5130
5065
|
"node_modules/@salesforce/plugin-settings": {
|
|
5131
|
-
"version": "2.3.
|
|
5132
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.3.
|
|
5133
|
-
"integrity": "sha512
|
|
5066
|
+
"version": "2.3.13",
|
|
5067
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.3.13.tgz",
|
|
5068
|
+
"integrity": "sha512-IYs+NJj7OwDBI9LgkXyOyPByx+PBa00bI2V3kEjY+owHhfESvkdTpY8o/4Jb+vSUZr4a5FQOdaqbLVe1czC+cg==",
|
|
5134
5069
|
"license": "BSD-3-Clause",
|
|
5135
5070
|
"dependencies": {
|
|
5136
5071
|
"@oclif/core": "^4",
|
|
5137
|
-
"@salesforce/core": "^8.
|
|
5138
|
-
"@salesforce/sf-plugins-core": "^11.
|
|
5072
|
+
"@salesforce/core": "^8.4.0",
|
|
5073
|
+
"@salesforce/sf-plugins-core": "^11.3.3",
|
|
5139
5074
|
"fast-levenshtein": "^3.0.0"
|
|
5140
5075
|
},
|
|
5141
5076
|
"engines": {
|
|
@@ -5143,9 +5078,9 @@
|
|
|
5143
5078
|
}
|
|
5144
5079
|
},
|
|
5145
5080
|
"node_modules/@salesforce/plugin-sobject": {
|
|
5146
|
-
"version": "1.4.
|
|
5147
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.
|
|
5148
|
-
"integrity": "sha512-
|
|
5081
|
+
"version": "1.4.29",
|
|
5082
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.29.tgz",
|
|
5083
|
+
"integrity": "sha512-HTGgpUk5vctsD53KTbs+0a+K/34gOknY8phh1VpD+2aRDyPSa2OTJ9akcW1ehcHyoCSGm1JO4x5lcFpQP8mQ/Q==",
|
|
5149
5084
|
"license": "BSD-3-Clause",
|
|
5150
5085
|
"dependencies": {
|
|
5151
5086
|
"@inquirer/confirm": "^3.1.20",
|
|
@@ -5154,7 +5089,7 @@
|
|
|
5154
5089
|
"@oclif/core": "^4",
|
|
5155
5090
|
"@salesforce/core": "^8.3.0",
|
|
5156
5091
|
"@salesforce/kit": "^3.1.6",
|
|
5157
|
-
"@salesforce/sf-plugins-core": "^11.
|
|
5092
|
+
"@salesforce/sf-plugins-core": "^11.3.3",
|
|
5158
5093
|
"fast-glob": "^3.3.2",
|
|
5159
5094
|
"fast-xml-parser": "^4.4.1",
|
|
5160
5095
|
"js2xmlparser": "^4.0.2"
|
|
@@ -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
|
},
|
|
@@ -5217,29 +5152,29 @@
|
|
|
5217
5152
|
}
|
|
5218
5153
|
},
|
|
5219
5154
|
"node_modules/@salesforce/plugin-templates": {
|
|
5220
|
-
"version": "56.3.
|
|
5221
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.
|
|
5222
|
-
"integrity": "sha512-
|
|
5155
|
+
"version": "56.3.12",
|
|
5156
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.12.tgz",
|
|
5157
|
+
"integrity": "sha512-EZqsPj/2y/hl0+KHAf6nc5asBqNJGEbe2vp+rP6un2NE37/0u9QWRIf7wAVp0mDtjxJ6Decs4+ttO7v8hq8NRQ==",
|
|
5223
5158
|
"license": "BSD-3-Clause",
|
|
5224
5159
|
"dependencies": {
|
|
5225
5160
|
"@salesforce/core": "^8.3.0",
|
|
5226
5161
|
"@salesforce/sf-plugins-core": "^11.3.0",
|
|
5227
|
-
"@salesforce/templates": "^61.4.
|
|
5162
|
+
"@salesforce/templates": "^61.4.3"
|
|
5228
5163
|
},
|
|
5229
5164
|
"engines": {
|
|
5230
5165
|
"node": ">=18.0.0"
|
|
5231
5166
|
}
|
|
5232
5167
|
},
|
|
5233
5168
|
"node_modules/@salesforce/plugin-trust": {
|
|
5234
|
-
"version": "3.7.
|
|
5235
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.
|
|
5236
|
-
"integrity": "sha512-
|
|
5169
|
+
"version": "3.7.23",
|
|
5170
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.23.tgz",
|
|
5171
|
+
"integrity": "sha512-YFZCL7CwYnaSUe2MsQaWoaa4c/P7DYC+9KhnO1IBu4+rP6nALzswXZW8zHLBPrnQfhHfmObxjy1aNWzm/7Vazw==",
|
|
5237
5172
|
"license": "BSD-3-Clause",
|
|
5238
5173
|
"dependencies": {
|
|
5239
5174
|
"@oclif/core": "^4",
|
|
5240
5175
|
"@salesforce/core": "^8.3.0",
|
|
5241
5176
|
"@salesforce/kit": "^3.2.0",
|
|
5242
|
-
"@salesforce/plugin-info": "^3.3.
|
|
5177
|
+
"@salesforce/plugin-info": "^3.3.28",
|
|
5243
5178
|
"@salesforce/sf-plugins-core": "^11.3.0",
|
|
5244
5179
|
"got": "^13.0.0",
|
|
5245
5180
|
"npm": "^10.8.2",
|
|
@@ -5256,14 +5191,14 @@
|
|
|
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.25",
|
|
5195
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.5.25.tgz",
|
|
5196
|
+
"integrity": "sha512-fa9OQ8aLG+VBxBD+WYbDPcTOWuFFlMi2bIWvfNkwZtX8Szkhzv3RsSFiD7jdB4vrb6IZYRuqmEXifP9+Y8XlDQ==",
|
|
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
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
|
5201
|
+
"@salesforce/sf-plugins-core": "^11.3.3",
|
|
5267
5202
|
"@salesforce/ts-types": "^2.0.11"
|
|
5268
5203
|
},
|
|
5269
5204
|
"engines": {
|
|
@@ -5284,15 +5219,15 @@
|
|
|
5284
5219
|
"license": "ISC"
|
|
5285
5220
|
},
|
|
5286
5221
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
5287
|
-
"version": "11.3.
|
|
5288
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.
|
|
5289
|
-
"integrity": "sha512-
|
|
5222
|
+
"version": "11.3.4",
|
|
5223
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.4.tgz",
|
|
5224
|
+
"integrity": "sha512-tgrdLbK4iZUD430lmAdrkMMgqSFiKXrkR6RYK3J4oHNj1kSzwSU7xvg+0U9NgVgEJQaLTEO5h2gV7LPnphlA6Q==",
|
|
5290
5225
|
"license": "BSD-3-Clause",
|
|
5291
5226
|
"dependencies": {
|
|
5292
5227
|
"@inquirer/confirm": "^3.1.22",
|
|
5293
5228
|
"@inquirer/password": "^2.1.22",
|
|
5294
|
-
"@oclif/core": "^4.0.
|
|
5295
|
-
"@salesforce/core": "^8.
|
|
5229
|
+
"@oclif/core": "^4.0.17",
|
|
5230
|
+
"@salesforce/core": "^8.4.0",
|
|
5296
5231
|
"@salesforce/kit": "^3.2.1",
|
|
5297
5232
|
"@salesforce/ts-types": "^2.0.12",
|
|
5298
5233
|
"ansis": "^3.3.2",
|
|
@@ -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
|
},
|
|
@@ -5642,9 +5577,9 @@
|
|
|
5642
5577
|
}
|
|
5643
5578
|
},
|
|
5644
5579
|
"node_modules/@salesforce/templates": {
|
|
5645
|
-
"version": "61.4.
|
|
5646
|
-
"resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-61.4.
|
|
5647
|
-
"integrity": "sha512-
|
|
5580
|
+
"version": "61.4.3",
|
|
5581
|
+
"resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-61.4.3.tgz",
|
|
5582
|
+
"integrity": "sha512-eEWzLOYHr2C0DL8l3GA/4vMQyusgJNCmQeyBB+tnj896o1CyDELz3YrqjLF05zUshIeUtRCmKVtYMXVCe1eNCQ==",
|
|
5648
5583
|
"license": "BSD-3-Clause",
|
|
5649
5584
|
"dependencies": {
|
|
5650
5585
|
"@salesforce/kit": "^3.1.6",
|
|
@@ -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"
|