@salesforce/cli 2.121.2 → 2.121.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 +86 -86
- package/npm-shrinkwrap.json +1121 -229
- package/oclif.lock +288 -91
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.121.
|
|
3
|
+
"version": "2.121.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.121.
|
|
9
|
+
"version": "2.121.4",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -18,30 +18,30 @@
|
|
|
18
18
|
"@oclif/plugin-not-found": "3.2.74",
|
|
19
19
|
"@oclif/plugin-plugins": "5.4.55",
|
|
20
20
|
"@oclif/plugin-search": "1.2.37",
|
|
21
|
-
"@oclif/plugin-update": "4.7.
|
|
21
|
+
"@oclif/plugin-update": "4.7.18",
|
|
22
22
|
"@oclif/plugin-version": "2.2.36",
|
|
23
23
|
"@oclif/plugin-warn-if-update-available": "3.1.55",
|
|
24
24
|
"@oclif/plugin-which": "3.2.43",
|
|
25
25
|
"@salesforce/core": "8.24.3",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
|
-
"@salesforce/plugin-agent": "1.26.
|
|
27
|
+
"@salesforce/plugin-agent": "1.26.9",
|
|
28
28
|
"@salesforce/plugin-apex": "3.9.5",
|
|
29
29
|
"@salesforce/plugin-api": "1.3.8",
|
|
30
|
-
"@salesforce/plugin-auth": "4.1.
|
|
30
|
+
"@salesforce/plugin-auth": "4.1.4",
|
|
31
31
|
"@salesforce/plugin-data": "4.0.67",
|
|
32
32
|
"@salesforce/plugin-deploy-retrieve": "3.24.7",
|
|
33
33
|
"@salesforce/plugin-info": "3.4.100",
|
|
34
34
|
"@salesforce/plugin-limits": "3.3.74",
|
|
35
35
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
36
|
-
"@salesforce/plugin-org": "5.9.
|
|
37
|
-
"@salesforce/plugin-packaging": "2.24.
|
|
36
|
+
"@salesforce/plugin-org": "5.9.61",
|
|
37
|
+
"@salesforce/plugin-packaging": "2.24.10",
|
|
38
38
|
"@salesforce/plugin-schema": "3.3.90",
|
|
39
39
|
"@salesforce/plugin-settings": "2.4.54",
|
|
40
40
|
"@salesforce/plugin-sobject": "1.4.81",
|
|
41
41
|
"@salesforce/plugin-telemetry": "3.6.71",
|
|
42
|
-
"@salesforce/plugin-templates": "56.4.
|
|
42
|
+
"@salesforce/plugin-templates": "56.4.6",
|
|
43
43
|
"@salesforce/plugin-trust": "3.7.113",
|
|
44
|
-
"@salesforce/plugin-user": "3.6.
|
|
44
|
+
"@salesforce/plugin-user": "3.6.48",
|
|
45
45
|
"@salesforce/sf-plugins-core": "12.2.6",
|
|
46
46
|
"ansis": "^3.12.0"
|
|
47
47
|
},
|
|
@@ -1670,30 +1670,6 @@
|
|
|
1670
1670
|
"node": ">=v14"
|
|
1671
1671
|
}
|
|
1672
1672
|
},
|
|
1673
|
-
"node_modules/@commitlint/config-validator/node_modules/ajv": {
|
|
1674
|
-
"version": "8.17.1",
|
|
1675
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
|
|
1676
|
-
"integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
|
|
1677
|
-
"dev": true,
|
|
1678
|
-
"license": "MIT",
|
|
1679
|
-
"dependencies": {
|
|
1680
|
-
"fast-deep-equal": "^3.1.3",
|
|
1681
|
-
"fast-uri": "^3.0.1",
|
|
1682
|
-
"json-schema-traverse": "^1.0.0",
|
|
1683
|
-
"require-from-string": "^2.0.2"
|
|
1684
|
-
},
|
|
1685
|
-
"funding": {
|
|
1686
|
-
"type": "github",
|
|
1687
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
1688
|
-
}
|
|
1689
|
-
},
|
|
1690
|
-
"node_modules/@commitlint/config-validator/node_modules/json-schema-traverse": {
|
|
1691
|
-
"version": "1.0.0",
|
|
1692
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
1693
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
1694
|
-
"dev": true,
|
|
1695
|
-
"license": "MIT"
|
|
1696
|
-
},
|
|
1697
1673
|
"node_modules/@commitlint/ensure": {
|
|
1698
1674
|
"version": "17.8.1",
|
|
1699
1675
|
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-17.8.1.tgz",
|
|
@@ -2153,6 +2129,23 @@
|
|
|
2153
2129
|
"url": "https://opencollective.com/eslint"
|
|
2154
2130
|
}
|
|
2155
2131
|
},
|
|
2132
|
+
"node_modules/@eslint/eslintrc/node_modules/ajv": {
|
|
2133
|
+
"version": "6.12.6",
|
|
2134
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
|
2135
|
+
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
|
2136
|
+
"dev": true,
|
|
2137
|
+
"license": "MIT",
|
|
2138
|
+
"dependencies": {
|
|
2139
|
+
"fast-deep-equal": "^3.1.1",
|
|
2140
|
+
"fast-json-stable-stringify": "^2.0.0",
|
|
2141
|
+
"json-schema-traverse": "^0.4.1",
|
|
2142
|
+
"uri-js": "^4.2.2"
|
|
2143
|
+
},
|
|
2144
|
+
"funding": {
|
|
2145
|
+
"type": "github",
|
|
2146
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
2147
|
+
}
|
|
2148
|
+
},
|
|
2156
2149
|
"node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
|
|
2157
2150
|
"version": "1.1.11",
|
|
2158
2151
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
@@ -2164,6 +2157,13 @@
|
|
|
2164
2157
|
"concat-map": "0.0.1"
|
|
2165
2158
|
}
|
|
2166
2159
|
},
|
|
2160
|
+
"node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": {
|
|
2161
|
+
"version": "0.4.1",
|
|
2162
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
2163
|
+
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
|
2164
|
+
"dev": true,
|
|
2165
|
+
"license": "MIT"
|
|
2166
|
+
},
|
|
2167
2167
|
"node_modules/@eslint/eslintrc/node_modules/minimatch": {
|
|
2168
2168
|
"version": "3.1.2",
|
|
2169
2169
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
@@ -4172,14 +4172,14 @@
|
|
|
4172
4172
|
}
|
|
4173
4173
|
},
|
|
4174
4174
|
"node_modules/@oclif/plugin-update": {
|
|
4175
|
-
"version": "4.7.
|
|
4176
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.
|
|
4177
|
-
"integrity": "sha512-
|
|
4175
|
+
"version": "4.7.18",
|
|
4176
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.18.tgz",
|
|
4177
|
+
"integrity": "sha512-2XxWBBhrk7qKz2nAC2QjNOz8UoTmNJITrnn6hQ8Lntr6wfDXsAGOYakZ6j6DoRIHbcUcRM4CYUsvewMp0MUG6Q==",
|
|
4178
4178
|
"license": "MIT",
|
|
4179
4179
|
"dependencies": {
|
|
4180
4180
|
"@inquirer/select": "^2.5.0",
|
|
4181
4181
|
"@oclif/core": "^4",
|
|
4182
|
-
"@oclif/table": "^0.5.
|
|
4182
|
+
"@oclif/table": "^0.5.2",
|
|
4183
4183
|
"ansis": "^3.17.0",
|
|
4184
4184
|
"debug": "^4.4.1",
|
|
4185
4185
|
"filesize": "^6.1.0",
|
|
@@ -4236,9 +4236,9 @@
|
|
|
4236
4236
|
}
|
|
4237
4237
|
},
|
|
4238
4238
|
"node_modules/@oclif/table": {
|
|
4239
|
-
"version": "0.5.
|
|
4240
|
-
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.5.
|
|
4241
|
-
"integrity": "sha512-
|
|
4239
|
+
"version": "0.5.2",
|
|
4240
|
+
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.5.2.tgz",
|
|
4241
|
+
"integrity": "sha512-7QnG9tqVEDqRbCZGvCU1uueoLWdiSVqFmslOfEpEW++XkqLi8hKu3TX6J22yqrvgCwx9CnNeAkaOD2UZ9NoWKw==",
|
|
4242
4242
|
"license": "MIT",
|
|
4243
4243
|
"dependencies": {
|
|
4244
4244
|
"@types/react": "^18.3.12",
|
|
@@ -4267,6 +4267,12 @@
|
|
|
4267
4267
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
4268
4268
|
}
|
|
4269
4269
|
},
|
|
4270
|
+
"node_modules/@oclif/table/node_modules/change-case": {
|
|
4271
|
+
"version": "5.4.4",
|
|
4272
|
+
"resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz",
|
|
4273
|
+
"integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
|
|
4274
|
+
"license": "MIT"
|
|
4275
|
+
},
|
|
4270
4276
|
"node_modules/@oclif/table/node_modules/emoji-regex": {
|
|
4271
4277
|
"version": "10.3.0",
|
|
4272
4278
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
@@ -4696,6 +4702,36 @@
|
|
|
4696
4702
|
"node": ">=18.0.0"
|
|
4697
4703
|
}
|
|
4698
4704
|
},
|
|
4705
|
+
"node_modules/@salesforce/agents/node_modules/@salesforce/core": {
|
|
4706
|
+
"version": "8.25.0",
|
|
4707
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
4708
|
+
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
4709
|
+
"license": "BSD-3-Clause",
|
|
4710
|
+
"dependencies": {
|
|
4711
|
+
"@jsforce/jsforce-node": "^3.10.13",
|
|
4712
|
+
"@salesforce/kit": "^3.2.4",
|
|
4713
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
4714
|
+
"ajv": "^8.17.1",
|
|
4715
|
+
"change-case": "^4.1.2",
|
|
4716
|
+
"fast-levenshtein": "^3.0.0",
|
|
4717
|
+
"faye": "^1.4.1",
|
|
4718
|
+
"form-data": "^4.0.4",
|
|
4719
|
+
"js2xmlparser": "^4.0.1",
|
|
4720
|
+
"jsonwebtoken": "9.0.3",
|
|
4721
|
+
"jszip": "3.10.1",
|
|
4722
|
+
"memfs": "^4.30.1",
|
|
4723
|
+
"pino": "^9.7.0",
|
|
4724
|
+
"pino-abstract-transport": "^1.2.0",
|
|
4725
|
+
"pino-pretty": "^11.3.0",
|
|
4726
|
+
"proper-lockfile": "^4.1.2",
|
|
4727
|
+
"semver": "^7.7.3",
|
|
4728
|
+
"ts-retry-promise": "^0.8.1",
|
|
4729
|
+
"zod": "^4.1.12"
|
|
4730
|
+
},
|
|
4731
|
+
"engines": {
|
|
4732
|
+
"node": ">=18.0.0"
|
|
4733
|
+
}
|
|
4734
|
+
},
|
|
4699
4735
|
"node_modules/@salesforce/agents/node_modules/fast-xml-parser": {
|
|
4700
4736
|
"version": "5.3.2",
|
|
4701
4737
|
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.2.tgz",
|
|
@@ -4734,6 +4770,36 @@
|
|
|
4734
4770
|
"node": ">=18.18.2"
|
|
4735
4771
|
}
|
|
4736
4772
|
},
|
|
4773
|
+
"node_modules/@salesforce/apex-node/node_modules/@salesforce/core": {
|
|
4774
|
+
"version": "8.25.0",
|
|
4775
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
4776
|
+
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
4777
|
+
"license": "BSD-3-Clause",
|
|
4778
|
+
"dependencies": {
|
|
4779
|
+
"@jsforce/jsforce-node": "^3.10.13",
|
|
4780
|
+
"@salesforce/kit": "^3.2.4",
|
|
4781
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
4782
|
+
"ajv": "^8.17.1",
|
|
4783
|
+
"change-case": "^4.1.2",
|
|
4784
|
+
"fast-levenshtein": "^3.0.0",
|
|
4785
|
+
"faye": "^1.4.1",
|
|
4786
|
+
"form-data": "^4.0.4",
|
|
4787
|
+
"js2xmlparser": "^4.0.1",
|
|
4788
|
+
"jsonwebtoken": "9.0.3",
|
|
4789
|
+
"jszip": "3.10.1",
|
|
4790
|
+
"memfs": "^4.30.1",
|
|
4791
|
+
"pino": "^9.7.0",
|
|
4792
|
+
"pino-abstract-transport": "^1.2.0",
|
|
4793
|
+
"pino-pretty": "^11.3.0",
|
|
4794
|
+
"proper-lockfile": "^4.1.2",
|
|
4795
|
+
"semver": "^7.7.3",
|
|
4796
|
+
"ts-retry-promise": "^0.8.1",
|
|
4797
|
+
"zod": "^4.1.12"
|
|
4798
|
+
},
|
|
4799
|
+
"engines": {
|
|
4800
|
+
"node": ">=18.0.0"
|
|
4801
|
+
}
|
|
4802
|
+
},
|
|
4737
4803
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
4738
4804
|
"version": "5.3.39",
|
|
4739
4805
|
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.39.tgz",
|
|
@@ -4756,6 +4822,37 @@
|
|
|
4756
4822
|
"node": ">=16.0.0"
|
|
4757
4823
|
}
|
|
4758
4824
|
},
|
|
4825
|
+
"node_modules/@salesforce/cli-plugins-testkit/node_modules/@salesforce/core": {
|
|
4826
|
+
"version": "8.25.0",
|
|
4827
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
4828
|
+
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
4829
|
+
"dev": true,
|
|
4830
|
+
"license": "BSD-3-Clause",
|
|
4831
|
+
"dependencies": {
|
|
4832
|
+
"@jsforce/jsforce-node": "^3.10.13",
|
|
4833
|
+
"@salesforce/kit": "^3.2.4",
|
|
4834
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
4835
|
+
"ajv": "^8.17.1",
|
|
4836
|
+
"change-case": "^4.1.2",
|
|
4837
|
+
"fast-levenshtein": "^3.0.0",
|
|
4838
|
+
"faye": "^1.4.1",
|
|
4839
|
+
"form-data": "^4.0.4",
|
|
4840
|
+
"js2xmlparser": "^4.0.1",
|
|
4841
|
+
"jsonwebtoken": "9.0.3",
|
|
4842
|
+
"jszip": "3.10.1",
|
|
4843
|
+
"memfs": "^4.30.1",
|
|
4844
|
+
"pino": "^9.7.0",
|
|
4845
|
+
"pino-abstract-transport": "^1.2.0",
|
|
4846
|
+
"pino-pretty": "^11.3.0",
|
|
4847
|
+
"proper-lockfile": "^4.1.2",
|
|
4848
|
+
"semver": "^7.7.3",
|
|
4849
|
+
"ts-retry-promise": "^0.8.1",
|
|
4850
|
+
"zod": "^4.1.12"
|
|
4851
|
+
},
|
|
4852
|
+
"engines": {
|
|
4853
|
+
"node": ">=18.0.0"
|
|
4854
|
+
}
|
|
4855
|
+
},
|
|
4759
4856
|
"node_modules/@salesforce/cli-plugins-testkit/node_modules/@sinonjs/commons": {
|
|
4760
4857
|
"version": "3.0.1",
|
|
4761
4858
|
"resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz",
|
|
@@ -4865,107 +4962,6 @@
|
|
|
4865
4962
|
"node": ">=18.0.0"
|
|
4866
4963
|
}
|
|
4867
4964
|
},
|
|
4868
|
-
"node_modules/@salesforce/core/node_modules/ajv": {
|
|
4869
|
-
"version": "8.17.1",
|
|
4870
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
|
|
4871
|
-
"integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
|
|
4872
|
-
"license": "MIT",
|
|
4873
|
-
"dependencies": {
|
|
4874
|
-
"fast-deep-equal": "^3.1.3",
|
|
4875
|
-
"fast-uri": "^3.0.1",
|
|
4876
|
-
"json-schema-traverse": "^1.0.0",
|
|
4877
|
-
"require-from-string": "^2.0.2"
|
|
4878
|
-
},
|
|
4879
|
-
"funding": {
|
|
4880
|
-
"type": "github",
|
|
4881
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
4882
|
-
}
|
|
4883
|
-
},
|
|
4884
|
-
"node_modules/@salesforce/core/node_modules/buffer": {
|
|
4885
|
-
"version": "6.0.3",
|
|
4886
|
-
"resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
|
|
4887
|
-
"integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
|
|
4888
|
-
"funding": [
|
|
4889
|
-
{
|
|
4890
|
-
"type": "github",
|
|
4891
|
-
"url": "https://github.com/sponsors/feross"
|
|
4892
|
-
},
|
|
4893
|
-
{
|
|
4894
|
-
"type": "patreon",
|
|
4895
|
-
"url": "https://www.patreon.com/feross"
|
|
4896
|
-
},
|
|
4897
|
-
{
|
|
4898
|
-
"type": "consulting",
|
|
4899
|
-
"url": "https://feross.org/support"
|
|
4900
|
-
}
|
|
4901
|
-
],
|
|
4902
|
-
"license": "MIT",
|
|
4903
|
-
"dependencies": {
|
|
4904
|
-
"base64-js": "^1.3.1",
|
|
4905
|
-
"ieee754": "^1.2.1"
|
|
4906
|
-
}
|
|
4907
|
-
},
|
|
4908
|
-
"node_modules/@salesforce/core/node_modules/change-case": {
|
|
4909
|
-
"version": "4.1.2",
|
|
4910
|
-
"resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz",
|
|
4911
|
-
"integrity": "sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==",
|
|
4912
|
-
"license": "MIT",
|
|
4913
|
-
"dependencies": {
|
|
4914
|
-
"camel-case": "^4.1.2",
|
|
4915
|
-
"capital-case": "^1.0.4",
|
|
4916
|
-
"constant-case": "^3.0.4",
|
|
4917
|
-
"dot-case": "^3.0.4",
|
|
4918
|
-
"header-case": "^2.0.4",
|
|
4919
|
-
"no-case": "^3.0.4",
|
|
4920
|
-
"param-case": "^3.0.4",
|
|
4921
|
-
"pascal-case": "^3.1.2",
|
|
4922
|
-
"path-case": "^3.0.4",
|
|
4923
|
-
"sentence-case": "^3.0.4",
|
|
4924
|
-
"snake-case": "^3.0.4",
|
|
4925
|
-
"tslib": "^2.0.3"
|
|
4926
|
-
}
|
|
4927
|
-
},
|
|
4928
|
-
"node_modules/@salesforce/core/node_modules/json-schema-traverse": {
|
|
4929
|
-
"version": "1.0.0",
|
|
4930
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
4931
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
4932
|
-
"license": "MIT"
|
|
4933
|
-
},
|
|
4934
|
-
"node_modules/@salesforce/core/node_modules/pino-abstract-transport": {
|
|
4935
|
-
"version": "1.2.0",
|
|
4936
|
-
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz",
|
|
4937
|
-
"integrity": "sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==",
|
|
4938
|
-
"license": "MIT",
|
|
4939
|
-
"dependencies": {
|
|
4940
|
-
"readable-stream": "^4.0.0",
|
|
4941
|
-
"split2": "^4.0.0"
|
|
4942
|
-
}
|
|
4943
|
-
},
|
|
4944
|
-
"node_modules/@salesforce/core/node_modules/readable-stream": {
|
|
4945
|
-
"version": "4.5.2",
|
|
4946
|
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz",
|
|
4947
|
-
"integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==",
|
|
4948
|
-
"license": "MIT",
|
|
4949
|
-
"dependencies": {
|
|
4950
|
-
"abort-controller": "^3.0.0",
|
|
4951
|
-
"buffer": "^6.0.3",
|
|
4952
|
-
"events": "^3.3.0",
|
|
4953
|
-
"process": "^0.11.10",
|
|
4954
|
-
"string_decoder": "^1.3.0"
|
|
4955
|
-
},
|
|
4956
|
-
"engines": {
|
|
4957
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
4958
|
-
}
|
|
4959
|
-
},
|
|
4960
|
-
"node_modules/@salesforce/core/node_modules/split2": {
|
|
4961
|
-
"version": "4.2.0",
|
|
4962
|
-
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
4963
|
-
"integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
|
|
4964
|
-
"license": "ISC",
|
|
4965
|
-
"engines": {
|
|
4966
|
-
"node": ">= 10.x"
|
|
4967
|
-
}
|
|
4968
|
-
},
|
|
4969
4965
|
"node_modules/@salesforce/dev-config": {
|
|
4970
4966
|
"version": "4.3.1",
|
|
4971
4967
|
"resolved": "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.3.1.tgz",
|
|
@@ -5047,16 +5043,16 @@
|
|
|
5047
5043
|
}
|
|
5048
5044
|
},
|
|
5049
5045
|
"node_modules/@salesforce/packaging": {
|
|
5050
|
-
"version": "4.18.
|
|
5051
|
-
"resolved": "https://registry.npmjs.org/@salesforce/packaging/-/packaging-4.18.
|
|
5052
|
-
"integrity": "sha512
|
|
5046
|
+
"version": "4.18.12",
|
|
5047
|
+
"resolved": "https://registry.npmjs.org/@salesforce/packaging/-/packaging-4.18.12.tgz",
|
|
5048
|
+
"integrity": "sha512-pn8B0KJZbW/M9OHCI/g8Llip356TiKLJVVVmi5mpa2FMYpYsyGh96WqASfcpf+f6CrwYkxhAxR8SjwcenvIkiA==",
|
|
5053
5049
|
"license": "Apache-2.0",
|
|
5054
5050
|
"dependencies": {
|
|
5055
5051
|
"@jsforce/jsforce-node": "^3.10.10",
|
|
5056
|
-
"@salesforce/core": "^8.
|
|
5052
|
+
"@salesforce/core": "^8.25.0",
|
|
5057
5053
|
"@salesforce/kit": "^3.2.4",
|
|
5058
5054
|
"@salesforce/schemas": "^1.10.3",
|
|
5059
|
-
"@salesforce/source-deploy-retrieve": "^12.31.
|
|
5055
|
+
"@salesforce/source-deploy-retrieve": "^12.31.8",
|
|
5060
5056
|
"@salesforce/ts-types": "^2.0.12",
|
|
5061
5057
|
"@salesforce/types": "^1.6.0",
|
|
5062
5058
|
"fast-xml-parser": "^4.5.0",
|
|
@@ -5071,6 +5067,36 @@
|
|
|
5071
5067
|
"node": ">=18.0.0"
|
|
5072
5068
|
}
|
|
5073
5069
|
},
|
|
5070
|
+
"node_modules/@salesforce/packaging/node_modules/@salesforce/core": {
|
|
5071
|
+
"version": "8.25.0",
|
|
5072
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
5073
|
+
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
5074
|
+
"license": "BSD-3-Clause",
|
|
5075
|
+
"dependencies": {
|
|
5076
|
+
"@jsforce/jsforce-node": "^3.10.13",
|
|
5077
|
+
"@salesforce/kit": "^3.2.4",
|
|
5078
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
5079
|
+
"ajv": "^8.17.1",
|
|
5080
|
+
"change-case": "^4.1.2",
|
|
5081
|
+
"fast-levenshtein": "^3.0.0",
|
|
5082
|
+
"faye": "^1.4.1",
|
|
5083
|
+
"form-data": "^4.0.4",
|
|
5084
|
+
"js2xmlparser": "^4.0.1",
|
|
5085
|
+
"jsonwebtoken": "9.0.3",
|
|
5086
|
+
"jszip": "3.10.1",
|
|
5087
|
+
"memfs": "^4.30.1",
|
|
5088
|
+
"pino": "^9.7.0",
|
|
5089
|
+
"pino-abstract-transport": "^1.2.0",
|
|
5090
|
+
"pino-pretty": "^11.3.0",
|
|
5091
|
+
"proper-lockfile": "^4.1.2",
|
|
5092
|
+
"semver": "^7.7.3",
|
|
5093
|
+
"ts-retry-promise": "^0.8.1",
|
|
5094
|
+
"zod": "^4.1.12"
|
|
5095
|
+
},
|
|
5096
|
+
"engines": {
|
|
5097
|
+
"node": ">=18.0.0"
|
|
5098
|
+
}
|
|
5099
|
+
},
|
|
5074
5100
|
"node_modules/@salesforce/packaging/node_modules/object-treeify": {
|
|
5075
5101
|
"version": "2.1.1",
|
|
5076
5102
|
"resolved": "https://registry.npmjs.org/object-treeify/-/object-treeify-2.1.1.tgz",
|
|
@@ -5081,9 +5107,9 @@
|
|
|
5081
5107
|
}
|
|
5082
5108
|
},
|
|
5083
5109
|
"node_modules/@salesforce/plugin-agent": {
|
|
5084
|
-
"version": "1.26.
|
|
5085
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.26.
|
|
5086
|
-
"integrity": "sha512-
|
|
5110
|
+
"version": "1.26.9",
|
|
5111
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.26.9.tgz",
|
|
5112
|
+
"integrity": "sha512-eRR7xsMJu70ub49V5B5Rl4xa+JTyyObZkdwyzbnEFOdONQx5YgdqMYZteperS+D0lRR2bdZHpKeaAke2f+7Ibw==",
|
|
5087
5113
|
"license": "Apache-2.0",
|
|
5088
5114
|
"dependencies": {
|
|
5089
5115
|
"@inquirer/core": "^10.3.2",
|
|
@@ -5094,7 +5120,7 @@
|
|
|
5094
5120
|
"@salesforce/core": "^8.24.3",
|
|
5095
5121
|
"@salesforce/kit": "^3.2.3",
|
|
5096
5122
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
5097
|
-
"@salesforce/source-deploy-retrieve": "^12.31.
|
|
5123
|
+
"@salesforce/source-deploy-retrieve": "^12.31.8",
|
|
5098
5124
|
"@salesforce/types": "^1.5.0",
|
|
5099
5125
|
"ansis": "^3.3.2",
|
|
5100
5126
|
"fast-xml-parser": "^4.5.1",
|
|
@@ -5109,10 +5135,40 @@
|
|
|
5109
5135
|
"node": ">=18.0.0"
|
|
5110
5136
|
}
|
|
5111
5137
|
},
|
|
5112
|
-
"node_modules/@salesforce/plugin-agent/node_modules/
|
|
5113
|
-
"version": "
|
|
5114
|
-
"resolved": "https://registry.npmjs.org/
|
|
5115
|
-
"integrity": "sha512-
|
|
5138
|
+
"node_modules/@salesforce/plugin-agent/node_modules/@salesforce/core": {
|
|
5139
|
+
"version": "8.25.0",
|
|
5140
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
5141
|
+
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
5142
|
+
"license": "BSD-3-Clause",
|
|
5143
|
+
"dependencies": {
|
|
5144
|
+
"@jsforce/jsforce-node": "^3.10.13",
|
|
5145
|
+
"@salesforce/kit": "^3.2.4",
|
|
5146
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
5147
|
+
"ajv": "^8.17.1",
|
|
5148
|
+
"change-case": "^4.1.2",
|
|
5149
|
+
"fast-levenshtein": "^3.0.0",
|
|
5150
|
+
"faye": "^1.4.1",
|
|
5151
|
+
"form-data": "^4.0.4",
|
|
5152
|
+
"js2xmlparser": "^4.0.1",
|
|
5153
|
+
"jsonwebtoken": "9.0.3",
|
|
5154
|
+
"jszip": "3.10.1",
|
|
5155
|
+
"memfs": "^4.30.1",
|
|
5156
|
+
"pino": "^9.7.0",
|
|
5157
|
+
"pino-abstract-transport": "^1.2.0",
|
|
5158
|
+
"pino-pretty": "^11.3.0",
|
|
5159
|
+
"proper-lockfile": "^4.1.2",
|
|
5160
|
+
"semver": "^7.7.3",
|
|
5161
|
+
"ts-retry-promise": "^0.8.1",
|
|
5162
|
+
"zod": "^4.1.12"
|
|
5163
|
+
},
|
|
5164
|
+
"engines": {
|
|
5165
|
+
"node": ">=18.0.0"
|
|
5166
|
+
}
|
|
5167
|
+
},
|
|
5168
|
+
"node_modules/@salesforce/plugin-agent/node_modules/glob": {
|
|
5169
|
+
"version": "11.1.0",
|
|
5170
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-11.1.0.tgz",
|
|
5171
|
+
"integrity": "sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw==",
|
|
5116
5172
|
"license": "BlueOak-1.0.0",
|
|
5117
5173
|
"dependencies": {
|
|
5118
5174
|
"foreground-child": "^3.3.1",
|
|
@@ -5203,6 +5259,36 @@
|
|
|
5203
5259
|
"node": ">=18.0.0"
|
|
5204
5260
|
}
|
|
5205
5261
|
},
|
|
5262
|
+
"node_modules/@salesforce/plugin-apex/node_modules/@salesforce/core": {
|
|
5263
|
+
"version": "8.25.0",
|
|
5264
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
5265
|
+
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
5266
|
+
"license": "BSD-3-Clause",
|
|
5267
|
+
"dependencies": {
|
|
5268
|
+
"@jsforce/jsforce-node": "^3.10.13",
|
|
5269
|
+
"@salesforce/kit": "^3.2.4",
|
|
5270
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
5271
|
+
"ajv": "^8.17.1",
|
|
5272
|
+
"change-case": "^4.1.2",
|
|
5273
|
+
"fast-levenshtein": "^3.0.0",
|
|
5274
|
+
"faye": "^1.4.1",
|
|
5275
|
+
"form-data": "^4.0.4",
|
|
5276
|
+
"js2xmlparser": "^4.0.1",
|
|
5277
|
+
"jsonwebtoken": "9.0.3",
|
|
5278
|
+
"jszip": "3.10.1",
|
|
5279
|
+
"memfs": "^4.30.1",
|
|
5280
|
+
"pino": "^9.7.0",
|
|
5281
|
+
"pino-abstract-transport": "^1.2.0",
|
|
5282
|
+
"pino-pretty": "^11.3.0",
|
|
5283
|
+
"proper-lockfile": "^4.1.2",
|
|
5284
|
+
"semver": "^7.7.3",
|
|
5285
|
+
"ts-retry-promise": "^0.8.1",
|
|
5286
|
+
"zod": "^4.1.12"
|
|
5287
|
+
},
|
|
5288
|
+
"engines": {
|
|
5289
|
+
"node": ">=18.0.0"
|
|
5290
|
+
}
|
|
5291
|
+
},
|
|
5206
5292
|
"node_modules/@salesforce/plugin-api": {
|
|
5207
5293
|
"version": "1.3.8",
|
|
5208
5294
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-api/-/plugin-api-1.3.8.tgz",
|
|
@@ -5223,16 +5309,46 @@
|
|
|
5223
5309
|
"node": ">=18.0.0"
|
|
5224
5310
|
}
|
|
5225
5311
|
},
|
|
5312
|
+
"node_modules/@salesforce/plugin-api/node_modules/@salesforce/core": {
|
|
5313
|
+
"version": "8.25.0",
|
|
5314
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
5315
|
+
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
5316
|
+
"license": "BSD-3-Clause",
|
|
5317
|
+
"dependencies": {
|
|
5318
|
+
"@jsforce/jsforce-node": "^3.10.13",
|
|
5319
|
+
"@salesforce/kit": "^3.2.4",
|
|
5320
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
5321
|
+
"ajv": "^8.17.1",
|
|
5322
|
+
"change-case": "^4.1.2",
|
|
5323
|
+
"fast-levenshtein": "^3.0.0",
|
|
5324
|
+
"faye": "^1.4.1",
|
|
5325
|
+
"form-data": "^4.0.4",
|
|
5326
|
+
"js2xmlparser": "^4.0.1",
|
|
5327
|
+
"jsonwebtoken": "9.0.3",
|
|
5328
|
+
"jszip": "3.10.1",
|
|
5329
|
+
"memfs": "^4.30.1",
|
|
5330
|
+
"pino": "^9.7.0",
|
|
5331
|
+
"pino-abstract-transport": "^1.2.0",
|
|
5332
|
+
"pino-pretty": "^11.3.0",
|
|
5333
|
+
"proper-lockfile": "^4.1.2",
|
|
5334
|
+
"semver": "^7.7.3",
|
|
5335
|
+
"ts-retry-promise": "^0.8.1",
|
|
5336
|
+
"zod": "^4.1.12"
|
|
5337
|
+
},
|
|
5338
|
+
"engines": {
|
|
5339
|
+
"node": ">=18.0.0"
|
|
5340
|
+
}
|
|
5341
|
+
},
|
|
5226
5342
|
"node_modules/@salesforce/plugin-auth": {
|
|
5227
|
-
"version": "4.1.
|
|
5228
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-4.1.
|
|
5229
|
-
"integrity": "sha512-
|
|
5343
|
+
"version": "4.1.4",
|
|
5344
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-4.1.4.tgz",
|
|
5345
|
+
"integrity": "sha512-Ili0F+oKIpxmxBq1fG+A7Fh/DUs2ES4wVyrwna7Kw5Virm6CqE1qq0kAqrmtqITmEpLS1LWhPT+mZ2n8Krxj0w==",
|
|
5230
5346
|
"license": "Apache-2.0",
|
|
5231
5347
|
"dependencies": {
|
|
5232
5348
|
"@inquirer/checkbox": "^2.5.0",
|
|
5233
5349
|
"@inquirer/select": "^2.5.0",
|
|
5234
5350
|
"@oclif/core": "^4",
|
|
5235
|
-
"@salesforce/core": "^8.
|
|
5351
|
+
"@salesforce/core": "^8.25.0",
|
|
5236
5352
|
"@salesforce/kit": "^3.2.4",
|
|
5237
5353
|
"@salesforce/plugin-info": "^3.4.100",
|
|
5238
5354
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
@@ -5243,6 +5359,36 @@
|
|
|
5243
5359
|
"node": ">=18.0.0"
|
|
5244
5360
|
}
|
|
5245
5361
|
},
|
|
5362
|
+
"node_modules/@salesforce/plugin-auth/node_modules/@salesforce/core": {
|
|
5363
|
+
"version": "8.25.0",
|
|
5364
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
5365
|
+
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
5366
|
+
"license": "BSD-3-Clause",
|
|
5367
|
+
"dependencies": {
|
|
5368
|
+
"@jsforce/jsforce-node": "^3.10.13",
|
|
5369
|
+
"@salesforce/kit": "^3.2.4",
|
|
5370
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
5371
|
+
"ajv": "^8.17.1",
|
|
5372
|
+
"change-case": "^4.1.2",
|
|
5373
|
+
"fast-levenshtein": "^3.0.0",
|
|
5374
|
+
"faye": "^1.4.1",
|
|
5375
|
+
"form-data": "^4.0.4",
|
|
5376
|
+
"js2xmlparser": "^4.0.1",
|
|
5377
|
+
"jsonwebtoken": "9.0.3",
|
|
5378
|
+
"jszip": "3.10.1",
|
|
5379
|
+
"memfs": "^4.30.1",
|
|
5380
|
+
"pino": "^9.7.0",
|
|
5381
|
+
"pino-abstract-transport": "^1.2.0",
|
|
5382
|
+
"pino-pretty": "^11.3.0",
|
|
5383
|
+
"proper-lockfile": "^4.1.2",
|
|
5384
|
+
"semver": "^7.7.3",
|
|
5385
|
+
"ts-retry-promise": "^0.8.1",
|
|
5386
|
+
"zod": "^4.1.12"
|
|
5387
|
+
},
|
|
5388
|
+
"engines": {
|
|
5389
|
+
"node": ">=18.0.0"
|
|
5390
|
+
}
|
|
5391
|
+
},
|
|
5246
5392
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
5247
5393
|
"version": "3.1.47",
|
|
5248
5394
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.47.tgz",
|
|
@@ -5263,6 +5409,37 @@
|
|
|
5263
5409
|
"node": ">=18.0.0"
|
|
5264
5410
|
}
|
|
5265
5411
|
},
|
|
5412
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/core": {
|
|
5413
|
+
"version": "8.25.0",
|
|
5414
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
5415
|
+
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
5416
|
+
"dev": true,
|
|
5417
|
+
"license": "BSD-3-Clause",
|
|
5418
|
+
"dependencies": {
|
|
5419
|
+
"@jsforce/jsforce-node": "^3.10.13",
|
|
5420
|
+
"@salesforce/kit": "^3.2.4",
|
|
5421
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
5422
|
+
"ajv": "^8.17.1",
|
|
5423
|
+
"change-case": "^4.1.2",
|
|
5424
|
+
"fast-levenshtein": "^3.0.0",
|
|
5425
|
+
"faye": "^1.4.1",
|
|
5426
|
+
"form-data": "^4.0.4",
|
|
5427
|
+
"js2xmlparser": "^4.0.1",
|
|
5428
|
+
"jsonwebtoken": "9.0.3",
|
|
5429
|
+
"jszip": "3.10.1",
|
|
5430
|
+
"memfs": "^4.30.1",
|
|
5431
|
+
"pino": "^9.7.0",
|
|
5432
|
+
"pino-abstract-transport": "^1.2.0",
|
|
5433
|
+
"pino-pretty": "^11.3.0",
|
|
5434
|
+
"proper-lockfile": "^4.1.2",
|
|
5435
|
+
"semver": "^7.7.3",
|
|
5436
|
+
"ts-retry-promise": "^0.8.1",
|
|
5437
|
+
"zod": "^4.1.12"
|
|
5438
|
+
},
|
|
5439
|
+
"engines": {
|
|
5440
|
+
"node": ">=18.0.0"
|
|
5441
|
+
}
|
|
5442
|
+
},
|
|
5266
5443
|
"node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/sf-plugins-core": {
|
|
5267
5444
|
"version": "11.3.12",
|
|
5268
5445
|
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.12.tgz",
|
|
@@ -5378,6 +5555,62 @@
|
|
|
5378
5555
|
"node": ">=18.0.0"
|
|
5379
5556
|
}
|
|
5380
5557
|
},
|
|
5558
|
+
"node_modules/@salesforce/plugin-data/node_modules/@salesforce/core": {
|
|
5559
|
+
"version": "8.25.0",
|
|
5560
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
5561
|
+
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
5562
|
+
"license": "BSD-3-Clause",
|
|
5563
|
+
"dependencies": {
|
|
5564
|
+
"@jsforce/jsforce-node": "^3.10.13",
|
|
5565
|
+
"@salesforce/kit": "^3.2.4",
|
|
5566
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
5567
|
+
"ajv": "^8.17.1",
|
|
5568
|
+
"change-case": "^4.1.2",
|
|
5569
|
+
"fast-levenshtein": "^3.0.0",
|
|
5570
|
+
"faye": "^1.4.1",
|
|
5571
|
+
"form-data": "^4.0.4",
|
|
5572
|
+
"js2xmlparser": "^4.0.1",
|
|
5573
|
+
"jsonwebtoken": "9.0.3",
|
|
5574
|
+
"jszip": "3.10.1",
|
|
5575
|
+
"memfs": "^4.30.1",
|
|
5576
|
+
"pino": "^9.7.0",
|
|
5577
|
+
"pino-abstract-transport": "^1.2.0",
|
|
5578
|
+
"pino-pretty": "^11.3.0",
|
|
5579
|
+
"proper-lockfile": "^4.1.2",
|
|
5580
|
+
"semver": "^7.7.3",
|
|
5581
|
+
"ts-retry-promise": "^0.8.1",
|
|
5582
|
+
"zod": "^4.1.12"
|
|
5583
|
+
},
|
|
5584
|
+
"engines": {
|
|
5585
|
+
"node": ">=18.0.0"
|
|
5586
|
+
}
|
|
5587
|
+
},
|
|
5588
|
+
"node_modules/@salesforce/plugin-data/node_modules/@salesforce/core/node_modules/change-case": {
|
|
5589
|
+
"version": "4.1.2",
|
|
5590
|
+
"resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz",
|
|
5591
|
+
"integrity": "sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==",
|
|
5592
|
+
"license": "MIT",
|
|
5593
|
+
"dependencies": {
|
|
5594
|
+
"camel-case": "^4.1.2",
|
|
5595
|
+
"capital-case": "^1.0.4",
|
|
5596
|
+
"constant-case": "^3.0.4",
|
|
5597
|
+
"dot-case": "^3.0.4",
|
|
5598
|
+
"header-case": "^2.0.4",
|
|
5599
|
+
"no-case": "^3.0.4",
|
|
5600
|
+
"param-case": "^3.0.4",
|
|
5601
|
+
"pascal-case": "^3.1.2",
|
|
5602
|
+
"path-case": "^3.0.4",
|
|
5603
|
+
"sentence-case": "^3.0.4",
|
|
5604
|
+
"snake-case": "^3.0.4",
|
|
5605
|
+
"tslib": "^2.0.3"
|
|
5606
|
+
}
|
|
5607
|
+
},
|
|
5608
|
+
"node_modules/@salesforce/plugin-data/node_modules/change-case": {
|
|
5609
|
+
"version": "5.4.4",
|
|
5610
|
+
"resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz",
|
|
5611
|
+
"integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
|
|
5612
|
+
"license": "MIT"
|
|
5613
|
+
},
|
|
5381
5614
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
5382
5615
|
"version": "3.24.7",
|
|
5383
5616
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.24.7.tgz",
|
|
@@ -5402,6 +5635,36 @@
|
|
|
5402
5635
|
"node": ">=18.0.0"
|
|
5403
5636
|
}
|
|
5404
5637
|
},
|
|
5638
|
+
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/@salesforce/core": {
|
|
5639
|
+
"version": "8.25.0",
|
|
5640
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
5641
|
+
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
5642
|
+
"license": "BSD-3-Clause",
|
|
5643
|
+
"dependencies": {
|
|
5644
|
+
"@jsforce/jsforce-node": "^3.10.13",
|
|
5645
|
+
"@salesforce/kit": "^3.2.4",
|
|
5646
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
5647
|
+
"ajv": "^8.17.1",
|
|
5648
|
+
"change-case": "^4.1.2",
|
|
5649
|
+
"fast-levenshtein": "^3.0.0",
|
|
5650
|
+
"faye": "^1.4.1",
|
|
5651
|
+
"form-data": "^4.0.4",
|
|
5652
|
+
"js2xmlparser": "^4.0.1",
|
|
5653
|
+
"jsonwebtoken": "9.0.3",
|
|
5654
|
+
"jszip": "3.10.1",
|
|
5655
|
+
"memfs": "^4.30.1",
|
|
5656
|
+
"pino": "^9.7.0",
|
|
5657
|
+
"pino-abstract-transport": "^1.2.0",
|
|
5658
|
+
"pino-pretty": "^11.3.0",
|
|
5659
|
+
"proper-lockfile": "^4.1.2",
|
|
5660
|
+
"semver": "^7.7.3",
|
|
5661
|
+
"ts-retry-promise": "^0.8.1",
|
|
5662
|
+
"zod": "^4.1.12"
|
|
5663
|
+
},
|
|
5664
|
+
"engines": {
|
|
5665
|
+
"node": ">=18.0.0"
|
|
5666
|
+
}
|
|
5667
|
+
},
|
|
5405
5668
|
"node_modules/@salesforce/plugin-info": {
|
|
5406
5669
|
"version": "3.4.100",
|
|
5407
5670
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.100.tgz",
|
|
@@ -5425,6 +5688,36 @@
|
|
|
5425
5688
|
"node": ">=18.0.0"
|
|
5426
5689
|
}
|
|
5427
5690
|
},
|
|
5691
|
+
"node_modules/@salesforce/plugin-info/node_modules/@salesforce/core": {
|
|
5692
|
+
"version": "8.25.0",
|
|
5693
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
5694
|
+
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
5695
|
+
"license": "BSD-3-Clause",
|
|
5696
|
+
"dependencies": {
|
|
5697
|
+
"@jsforce/jsforce-node": "^3.10.13",
|
|
5698
|
+
"@salesforce/kit": "^3.2.4",
|
|
5699
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
5700
|
+
"ajv": "^8.17.1",
|
|
5701
|
+
"change-case": "^4.1.2",
|
|
5702
|
+
"fast-levenshtein": "^3.0.0",
|
|
5703
|
+
"faye": "^1.4.1",
|
|
5704
|
+
"form-data": "^4.0.4",
|
|
5705
|
+
"js2xmlparser": "^4.0.1",
|
|
5706
|
+
"jsonwebtoken": "9.0.3",
|
|
5707
|
+
"jszip": "3.10.1",
|
|
5708
|
+
"memfs": "^4.30.1",
|
|
5709
|
+
"pino": "^9.7.0",
|
|
5710
|
+
"pino-abstract-transport": "^1.2.0",
|
|
5711
|
+
"pino-pretty": "^11.3.0",
|
|
5712
|
+
"proper-lockfile": "^4.1.2",
|
|
5713
|
+
"semver": "^7.7.3",
|
|
5714
|
+
"ts-retry-promise": "^0.8.1",
|
|
5715
|
+
"zod": "^4.1.12"
|
|
5716
|
+
},
|
|
5717
|
+
"engines": {
|
|
5718
|
+
"node": ">=18.0.0"
|
|
5719
|
+
}
|
|
5720
|
+
},
|
|
5428
5721
|
"node_modules/@salesforce/plugin-limits": {
|
|
5429
5722
|
"version": "3.3.74",
|
|
5430
5723
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.74.tgz",
|
|
@@ -5438,6 +5731,36 @@
|
|
|
5438
5731
|
"node": ">=18.0.0"
|
|
5439
5732
|
}
|
|
5440
5733
|
},
|
|
5734
|
+
"node_modules/@salesforce/plugin-limits/node_modules/@salesforce/core": {
|
|
5735
|
+
"version": "8.25.0",
|
|
5736
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
5737
|
+
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
5738
|
+
"license": "BSD-3-Clause",
|
|
5739
|
+
"dependencies": {
|
|
5740
|
+
"@jsforce/jsforce-node": "^3.10.13",
|
|
5741
|
+
"@salesforce/kit": "^3.2.4",
|
|
5742
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
5743
|
+
"ajv": "^8.17.1",
|
|
5744
|
+
"change-case": "^4.1.2",
|
|
5745
|
+
"fast-levenshtein": "^3.0.0",
|
|
5746
|
+
"faye": "^1.4.1",
|
|
5747
|
+
"form-data": "^4.0.4",
|
|
5748
|
+
"js2xmlparser": "^4.0.1",
|
|
5749
|
+
"jsonwebtoken": "9.0.3",
|
|
5750
|
+
"jszip": "3.10.1",
|
|
5751
|
+
"memfs": "^4.30.1",
|
|
5752
|
+
"pino": "^9.7.0",
|
|
5753
|
+
"pino-abstract-transport": "^1.2.0",
|
|
5754
|
+
"pino-pretty": "^11.3.0",
|
|
5755
|
+
"proper-lockfile": "^4.1.2",
|
|
5756
|
+
"semver": "^7.7.3",
|
|
5757
|
+
"ts-retry-promise": "^0.8.1",
|
|
5758
|
+
"zod": "^4.1.12"
|
|
5759
|
+
},
|
|
5760
|
+
"engines": {
|
|
5761
|
+
"node": ">=18.0.0"
|
|
5762
|
+
}
|
|
5763
|
+
},
|
|
5441
5764
|
"node_modules/@salesforce/plugin-marketplace": {
|
|
5442
5765
|
"version": "1.3.8",
|
|
5443
5766
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.3.8.tgz",
|
|
@@ -5454,15 +5777,45 @@
|
|
|
5454
5777
|
"node": ">=18.0.0"
|
|
5455
5778
|
}
|
|
5456
5779
|
},
|
|
5780
|
+
"node_modules/@salesforce/plugin-marketplace/node_modules/@salesforce/core": {
|
|
5781
|
+
"version": "8.25.0",
|
|
5782
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
5783
|
+
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
5784
|
+
"license": "BSD-3-Clause",
|
|
5785
|
+
"dependencies": {
|
|
5786
|
+
"@jsforce/jsforce-node": "^3.10.13",
|
|
5787
|
+
"@salesforce/kit": "^3.2.4",
|
|
5788
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
5789
|
+
"ajv": "^8.17.1",
|
|
5790
|
+
"change-case": "^4.1.2",
|
|
5791
|
+
"fast-levenshtein": "^3.0.0",
|
|
5792
|
+
"faye": "^1.4.1",
|
|
5793
|
+
"form-data": "^4.0.4",
|
|
5794
|
+
"js2xmlparser": "^4.0.1",
|
|
5795
|
+
"jsonwebtoken": "9.0.3",
|
|
5796
|
+
"jszip": "3.10.1",
|
|
5797
|
+
"memfs": "^4.30.1",
|
|
5798
|
+
"pino": "^9.7.0",
|
|
5799
|
+
"pino-abstract-transport": "^1.2.0",
|
|
5800
|
+
"pino-pretty": "^11.3.0",
|
|
5801
|
+
"proper-lockfile": "^4.1.2",
|
|
5802
|
+
"semver": "^7.7.3",
|
|
5803
|
+
"ts-retry-promise": "^0.8.1",
|
|
5804
|
+
"zod": "^4.1.12"
|
|
5805
|
+
},
|
|
5806
|
+
"engines": {
|
|
5807
|
+
"node": ">=18.0.0"
|
|
5808
|
+
}
|
|
5809
|
+
},
|
|
5457
5810
|
"node_modules/@salesforce/plugin-org": {
|
|
5458
|
-
"version": "5.9.
|
|
5459
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.
|
|
5460
|
-
"integrity": "sha512-
|
|
5811
|
+
"version": "5.9.61",
|
|
5812
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.61.tgz",
|
|
5813
|
+
"integrity": "sha512-fjYWLrI8HWoE6zanj6HeLE03gS3/KjfKKK8noBSkWCPyeCvj2jtNQ02ZzzY5stKO4kuw/r/YzqnpyF7jpNgZhA==",
|
|
5461
5814
|
"license": "Apache-2.0",
|
|
5462
5815
|
"dependencies": {
|
|
5463
5816
|
"@oclif/core": "^4.5.6",
|
|
5464
5817
|
"@oclif/multi-stage-output": "^0.8.29",
|
|
5465
|
-
"@salesforce/core": "^8.
|
|
5818
|
+
"@salesforce/core": "^8.25.0",
|
|
5466
5819
|
"@salesforce/kit": "^3.2.4",
|
|
5467
5820
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
5468
5821
|
"@salesforce/source-deploy-retrieve": "^12.31.7",
|
|
@@ -5477,16 +5830,72 @@
|
|
|
5477
5830
|
"node": ">=18.0.0"
|
|
5478
5831
|
}
|
|
5479
5832
|
},
|
|
5833
|
+
"node_modules/@salesforce/plugin-org/node_modules/@salesforce/core": {
|
|
5834
|
+
"version": "8.25.0",
|
|
5835
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
5836
|
+
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
5837
|
+
"license": "BSD-3-Clause",
|
|
5838
|
+
"dependencies": {
|
|
5839
|
+
"@jsforce/jsforce-node": "^3.10.13",
|
|
5840
|
+
"@salesforce/kit": "^3.2.4",
|
|
5841
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
5842
|
+
"ajv": "^8.17.1",
|
|
5843
|
+
"change-case": "^4.1.2",
|
|
5844
|
+
"fast-levenshtein": "^3.0.0",
|
|
5845
|
+
"faye": "^1.4.1",
|
|
5846
|
+
"form-data": "^4.0.4",
|
|
5847
|
+
"js2xmlparser": "^4.0.1",
|
|
5848
|
+
"jsonwebtoken": "9.0.3",
|
|
5849
|
+
"jszip": "3.10.1",
|
|
5850
|
+
"memfs": "^4.30.1",
|
|
5851
|
+
"pino": "^9.7.0",
|
|
5852
|
+
"pino-abstract-transport": "^1.2.0",
|
|
5853
|
+
"pino-pretty": "^11.3.0",
|
|
5854
|
+
"proper-lockfile": "^4.1.2",
|
|
5855
|
+
"semver": "^7.7.3",
|
|
5856
|
+
"ts-retry-promise": "^0.8.1",
|
|
5857
|
+
"zod": "^4.1.12"
|
|
5858
|
+
},
|
|
5859
|
+
"engines": {
|
|
5860
|
+
"node": ">=18.0.0"
|
|
5861
|
+
}
|
|
5862
|
+
},
|
|
5863
|
+
"node_modules/@salesforce/plugin-org/node_modules/@salesforce/core/node_modules/change-case": {
|
|
5864
|
+
"version": "4.1.2",
|
|
5865
|
+
"resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz",
|
|
5866
|
+
"integrity": "sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==",
|
|
5867
|
+
"license": "MIT",
|
|
5868
|
+
"dependencies": {
|
|
5869
|
+
"camel-case": "^4.1.2",
|
|
5870
|
+
"capital-case": "^1.0.4",
|
|
5871
|
+
"constant-case": "^3.0.4",
|
|
5872
|
+
"dot-case": "^3.0.4",
|
|
5873
|
+
"header-case": "^2.0.4",
|
|
5874
|
+
"no-case": "^3.0.4",
|
|
5875
|
+
"param-case": "^3.0.4",
|
|
5876
|
+
"pascal-case": "^3.1.2",
|
|
5877
|
+
"path-case": "^3.0.4",
|
|
5878
|
+
"sentence-case": "^3.0.4",
|
|
5879
|
+
"snake-case": "^3.0.4",
|
|
5880
|
+
"tslib": "^2.0.3"
|
|
5881
|
+
}
|
|
5882
|
+
},
|
|
5883
|
+
"node_modules/@salesforce/plugin-org/node_modules/change-case": {
|
|
5884
|
+
"version": "5.4.4",
|
|
5885
|
+
"resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz",
|
|
5886
|
+
"integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
|
|
5887
|
+
"license": "MIT"
|
|
5888
|
+
},
|
|
5480
5889
|
"node_modules/@salesforce/plugin-packaging": {
|
|
5481
|
-
"version": "2.24.
|
|
5482
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.24.
|
|
5483
|
-
"integrity": "sha512-
|
|
5890
|
+
"version": "2.24.10",
|
|
5891
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.24.10.tgz",
|
|
5892
|
+
"integrity": "sha512-WyQSJEa35w34XkF/Q/AroGWJEBsHNKkVaqRwDogMz5Hj/7ichdAbFdTA7pYaSdcgVT5wiEgjpTJoS0CZgJiXrA==",
|
|
5484
5893
|
"license": "Apache-2.0",
|
|
5485
5894
|
"dependencies": {
|
|
5486
5895
|
"@oclif/core": "^4",
|
|
5487
|
-
"@salesforce/core": "^8.
|
|
5896
|
+
"@salesforce/core": "^8.25.0",
|
|
5488
5897
|
"@salesforce/kit": "^3.2.4",
|
|
5489
|
-
"@salesforce/packaging": "^4.18.
|
|
5898
|
+
"@salesforce/packaging": "^4.18.12",
|
|
5490
5899
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
5491
5900
|
"chalk": "^5.6.2"
|
|
5492
5901
|
},
|
|
@@ -5494,6 +5903,36 @@
|
|
|
5494
5903
|
"node": ">=18.0.0"
|
|
5495
5904
|
}
|
|
5496
5905
|
},
|
|
5906
|
+
"node_modules/@salesforce/plugin-packaging/node_modules/@salesforce/core": {
|
|
5907
|
+
"version": "8.25.0",
|
|
5908
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
5909
|
+
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
5910
|
+
"license": "BSD-3-Clause",
|
|
5911
|
+
"dependencies": {
|
|
5912
|
+
"@jsforce/jsforce-node": "^3.10.13",
|
|
5913
|
+
"@salesforce/kit": "^3.2.4",
|
|
5914
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
5915
|
+
"ajv": "^8.17.1",
|
|
5916
|
+
"change-case": "^4.1.2",
|
|
5917
|
+
"fast-levenshtein": "^3.0.0",
|
|
5918
|
+
"faye": "^1.4.1",
|
|
5919
|
+
"form-data": "^4.0.4",
|
|
5920
|
+
"js2xmlparser": "^4.0.1",
|
|
5921
|
+
"jsonwebtoken": "9.0.3",
|
|
5922
|
+
"jszip": "3.10.1",
|
|
5923
|
+
"memfs": "^4.30.1",
|
|
5924
|
+
"pino": "^9.7.0",
|
|
5925
|
+
"pino-abstract-transport": "^1.2.0",
|
|
5926
|
+
"pino-pretty": "^11.3.0",
|
|
5927
|
+
"proper-lockfile": "^4.1.2",
|
|
5928
|
+
"semver": "^7.7.3",
|
|
5929
|
+
"ts-retry-promise": "^0.8.1",
|
|
5930
|
+
"zod": "^4.1.12"
|
|
5931
|
+
},
|
|
5932
|
+
"engines": {
|
|
5933
|
+
"node": ">=18.0.0"
|
|
5934
|
+
}
|
|
5935
|
+
},
|
|
5497
5936
|
"node_modules/@salesforce/plugin-packaging/node_modules/chalk": {
|
|
5498
5937
|
"version": "5.6.2",
|
|
5499
5938
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
|
|
@@ -5543,6 +5982,37 @@
|
|
|
5543
5982
|
"node": ">=16.0.0"
|
|
5544
5983
|
}
|
|
5545
5984
|
},
|
|
5985
|
+
"node_modules/@salesforce/plugin-release-management/node_modules/@salesforce/core": {
|
|
5986
|
+
"version": "8.25.0",
|
|
5987
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
5988
|
+
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
5989
|
+
"dev": true,
|
|
5990
|
+
"license": "BSD-3-Clause",
|
|
5991
|
+
"dependencies": {
|
|
5992
|
+
"@jsforce/jsforce-node": "^3.10.13",
|
|
5993
|
+
"@salesforce/kit": "^3.2.4",
|
|
5994
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
5995
|
+
"ajv": "^8.17.1",
|
|
5996
|
+
"change-case": "^4.1.2",
|
|
5997
|
+
"fast-levenshtein": "^3.0.0",
|
|
5998
|
+
"faye": "^1.4.1",
|
|
5999
|
+
"form-data": "^4.0.4",
|
|
6000
|
+
"js2xmlparser": "^4.0.1",
|
|
6001
|
+
"jsonwebtoken": "9.0.3",
|
|
6002
|
+
"jszip": "3.10.1",
|
|
6003
|
+
"memfs": "^4.30.1",
|
|
6004
|
+
"pino": "^9.7.0",
|
|
6005
|
+
"pino-abstract-transport": "^1.2.0",
|
|
6006
|
+
"pino-pretty": "^11.3.0",
|
|
6007
|
+
"proper-lockfile": "^4.1.2",
|
|
6008
|
+
"semver": "^7.7.3",
|
|
6009
|
+
"ts-retry-promise": "^0.8.1",
|
|
6010
|
+
"zod": "^4.1.12"
|
|
6011
|
+
},
|
|
6012
|
+
"engines": {
|
|
6013
|
+
"node": ">=18.0.0"
|
|
6014
|
+
}
|
|
6015
|
+
},
|
|
5546
6016
|
"node_modules/@salesforce/plugin-release-management/node_modules/chalk": {
|
|
5547
6017
|
"version": "5.6.2",
|
|
5548
6018
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
|
|
@@ -5570,6 +6040,36 @@
|
|
|
5570
6040
|
"node": ">=18.0.0"
|
|
5571
6041
|
}
|
|
5572
6042
|
},
|
|
6043
|
+
"node_modules/@salesforce/plugin-schema/node_modules/@salesforce/core": {
|
|
6044
|
+
"version": "8.25.0",
|
|
6045
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
6046
|
+
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
6047
|
+
"license": "BSD-3-Clause",
|
|
6048
|
+
"dependencies": {
|
|
6049
|
+
"@jsforce/jsforce-node": "^3.10.13",
|
|
6050
|
+
"@salesforce/kit": "^3.2.4",
|
|
6051
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
6052
|
+
"ajv": "^8.17.1",
|
|
6053
|
+
"change-case": "^4.1.2",
|
|
6054
|
+
"fast-levenshtein": "^3.0.0",
|
|
6055
|
+
"faye": "^1.4.1",
|
|
6056
|
+
"form-data": "^4.0.4",
|
|
6057
|
+
"js2xmlparser": "^4.0.1",
|
|
6058
|
+
"jsonwebtoken": "9.0.3",
|
|
6059
|
+
"jszip": "3.10.1",
|
|
6060
|
+
"memfs": "^4.30.1",
|
|
6061
|
+
"pino": "^9.7.0",
|
|
6062
|
+
"pino-abstract-transport": "^1.2.0",
|
|
6063
|
+
"pino-pretty": "^11.3.0",
|
|
6064
|
+
"proper-lockfile": "^4.1.2",
|
|
6065
|
+
"semver": "^7.7.3",
|
|
6066
|
+
"ts-retry-promise": "^0.8.1",
|
|
6067
|
+
"zod": "^4.1.12"
|
|
6068
|
+
},
|
|
6069
|
+
"engines": {
|
|
6070
|
+
"node": ">=18.0.0"
|
|
6071
|
+
}
|
|
6072
|
+
},
|
|
5573
6073
|
"node_modules/@salesforce/plugin-schema/node_modules/@salesforce/sf-plugins-core": {
|
|
5574
6074
|
"version": "11.3.12",
|
|
5575
6075
|
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.12.tgz",
|
|
@@ -5658,6 +6158,36 @@
|
|
|
5658
6158
|
"node": ">=18.0.0"
|
|
5659
6159
|
}
|
|
5660
6160
|
},
|
|
6161
|
+
"node_modules/@salesforce/plugin-settings/node_modules/@salesforce/core": {
|
|
6162
|
+
"version": "8.25.0",
|
|
6163
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
6164
|
+
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
6165
|
+
"license": "BSD-3-Clause",
|
|
6166
|
+
"dependencies": {
|
|
6167
|
+
"@jsforce/jsforce-node": "^3.10.13",
|
|
6168
|
+
"@salesforce/kit": "^3.2.4",
|
|
6169
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
6170
|
+
"ajv": "^8.17.1",
|
|
6171
|
+
"change-case": "^4.1.2",
|
|
6172
|
+
"fast-levenshtein": "^3.0.0",
|
|
6173
|
+
"faye": "^1.4.1",
|
|
6174
|
+
"form-data": "^4.0.4",
|
|
6175
|
+
"js2xmlparser": "^4.0.1",
|
|
6176
|
+
"jsonwebtoken": "9.0.3",
|
|
6177
|
+
"jszip": "3.10.1",
|
|
6178
|
+
"memfs": "^4.30.1",
|
|
6179
|
+
"pino": "^9.7.0",
|
|
6180
|
+
"pino-abstract-transport": "^1.2.0",
|
|
6181
|
+
"pino-pretty": "^11.3.0",
|
|
6182
|
+
"proper-lockfile": "^4.1.2",
|
|
6183
|
+
"semver": "^7.7.3",
|
|
6184
|
+
"ts-retry-promise": "^0.8.1",
|
|
6185
|
+
"zod": "^4.1.12"
|
|
6186
|
+
},
|
|
6187
|
+
"engines": {
|
|
6188
|
+
"node": ">=18.0.0"
|
|
6189
|
+
}
|
|
6190
|
+
},
|
|
5661
6191
|
"node_modules/@salesforce/plugin-sobject": {
|
|
5662
6192
|
"version": "1.4.81",
|
|
5663
6193
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.81.tgz",
|
|
@@ -5679,6 +6209,36 @@
|
|
|
5679
6209
|
"node": ">=18.0.0"
|
|
5680
6210
|
}
|
|
5681
6211
|
},
|
|
6212
|
+
"node_modules/@salesforce/plugin-sobject/node_modules/@salesforce/core": {
|
|
6213
|
+
"version": "8.25.0",
|
|
6214
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
6215
|
+
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
6216
|
+
"license": "BSD-3-Clause",
|
|
6217
|
+
"dependencies": {
|
|
6218
|
+
"@jsforce/jsforce-node": "^3.10.13",
|
|
6219
|
+
"@salesforce/kit": "^3.2.4",
|
|
6220
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
6221
|
+
"ajv": "^8.17.1",
|
|
6222
|
+
"change-case": "^4.1.2",
|
|
6223
|
+
"fast-levenshtein": "^3.0.0",
|
|
6224
|
+
"faye": "^1.4.1",
|
|
6225
|
+
"form-data": "^4.0.4",
|
|
6226
|
+
"js2xmlparser": "^4.0.1",
|
|
6227
|
+
"jsonwebtoken": "9.0.3",
|
|
6228
|
+
"jszip": "3.10.1",
|
|
6229
|
+
"memfs": "^4.30.1",
|
|
6230
|
+
"pino": "^9.7.0",
|
|
6231
|
+
"pino-abstract-transport": "^1.2.0",
|
|
6232
|
+
"pino-pretty": "^11.3.0",
|
|
6233
|
+
"proper-lockfile": "^4.1.2",
|
|
6234
|
+
"semver": "^7.7.3",
|
|
6235
|
+
"ts-retry-promise": "^0.8.1",
|
|
6236
|
+
"zod": "^4.1.12"
|
|
6237
|
+
},
|
|
6238
|
+
"engines": {
|
|
6239
|
+
"node": ">=18.0.0"
|
|
6240
|
+
}
|
|
6241
|
+
},
|
|
5682
6242
|
"node_modules/@salesforce/plugin-sobject/node_modules/@salesforce/sf-plugins-core": {
|
|
5683
6243
|
"version": "11.3.12",
|
|
5684
6244
|
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.12.tgz",
|
|
@@ -5770,15 +6330,75 @@
|
|
|
5770
6330
|
"node": ">=18.0.0"
|
|
5771
6331
|
}
|
|
5772
6332
|
},
|
|
6333
|
+
"node_modules/@salesforce/plugin-telemetry/node_modules/@salesforce/core": {
|
|
6334
|
+
"version": "8.25.0",
|
|
6335
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
6336
|
+
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
6337
|
+
"license": "BSD-3-Clause",
|
|
6338
|
+
"dependencies": {
|
|
6339
|
+
"@jsforce/jsforce-node": "^3.10.13",
|
|
6340
|
+
"@salesforce/kit": "^3.2.4",
|
|
6341
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
6342
|
+
"ajv": "^8.17.1",
|
|
6343
|
+
"change-case": "^4.1.2",
|
|
6344
|
+
"fast-levenshtein": "^3.0.0",
|
|
6345
|
+
"faye": "^1.4.1",
|
|
6346
|
+
"form-data": "^4.0.4",
|
|
6347
|
+
"js2xmlparser": "^4.0.1",
|
|
6348
|
+
"jsonwebtoken": "9.0.3",
|
|
6349
|
+
"jszip": "3.10.1",
|
|
6350
|
+
"memfs": "^4.30.1",
|
|
6351
|
+
"pino": "^9.7.0",
|
|
6352
|
+
"pino-abstract-transport": "^1.2.0",
|
|
6353
|
+
"pino-pretty": "^11.3.0",
|
|
6354
|
+
"proper-lockfile": "^4.1.2",
|
|
6355
|
+
"semver": "^7.7.3",
|
|
6356
|
+
"ts-retry-promise": "^0.8.1",
|
|
6357
|
+
"zod": "^4.1.12"
|
|
6358
|
+
},
|
|
6359
|
+
"engines": {
|
|
6360
|
+
"node": ">=18.0.0"
|
|
6361
|
+
}
|
|
6362
|
+
},
|
|
5773
6363
|
"node_modules/@salesforce/plugin-templates": {
|
|
5774
|
-
"version": "56.4.
|
|
5775
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.4.
|
|
5776
|
-
"integrity": "sha512-
|
|
6364
|
+
"version": "56.4.6",
|
|
6365
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.4.6.tgz",
|
|
6366
|
+
"integrity": "sha512-STh55wcklf1l8c0+Vu+juhrro/BdaB1eSJdbPrtZKWOJSEjQ5z+Kwg9vfUA21+CVVPpi/vW0cOV1Mi1VkZ8TIQ==",
|
|
5777
6367
|
"license": "Apache-2.0",
|
|
5778
6368
|
"dependencies": {
|
|
5779
|
-
"@salesforce/core": "^8.
|
|
6369
|
+
"@salesforce/core": "^8.25.0",
|
|
5780
6370
|
"@salesforce/sf-plugins-core": "^12",
|
|
5781
|
-
"@salesforce/templates": "^65.4.
|
|
6371
|
+
"@salesforce/templates": "^65.4.3"
|
|
6372
|
+
},
|
|
6373
|
+
"engines": {
|
|
6374
|
+
"node": ">=18.0.0"
|
|
6375
|
+
}
|
|
6376
|
+
},
|
|
6377
|
+
"node_modules/@salesforce/plugin-templates/node_modules/@salesforce/core": {
|
|
6378
|
+
"version": "8.25.0",
|
|
6379
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
6380
|
+
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
6381
|
+
"license": "BSD-3-Clause",
|
|
6382
|
+
"dependencies": {
|
|
6383
|
+
"@jsforce/jsforce-node": "^3.10.13",
|
|
6384
|
+
"@salesforce/kit": "^3.2.4",
|
|
6385
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
6386
|
+
"ajv": "^8.17.1",
|
|
6387
|
+
"change-case": "^4.1.2",
|
|
6388
|
+
"fast-levenshtein": "^3.0.0",
|
|
6389
|
+
"faye": "^1.4.1",
|
|
6390
|
+
"form-data": "^4.0.4",
|
|
6391
|
+
"js2xmlparser": "^4.0.1",
|
|
6392
|
+
"jsonwebtoken": "9.0.3",
|
|
6393
|
+
"jszip": "3.10.1",
|
|
6394
|
+
"memfs": "^4.30.1",
|
|
6395
|
+
"pino": "^9.7.0",
|
|
6396
|
+
"pino-abstract-transport": "^1.2.0",
|
|
6397
|
+
"pino-pretty": "^11.3.0",
|
|
6398
|
+
"proper-lockfile": "^4.1.2",
|
|
6399
|
+
"semver": "^7.7.3",
|
|
6400
|
+
"ts-retry-promise": "^0.8.1",
|
|
6401
|
+
"zod": "^4.1.12"
|
|
5782
6402
|
},
|
|
5783
6403
|
"engines": {
|
|
5784
6404
|
"node": ">=18.0.0"
|
|
@@ -5809,13 +6429,43 @@
|
|
|
5809
6429
|
"node": ">=18.0.0"
|
|
5810
6430
|
}
|
|
5811
6431
|
},
|
|
6432
|
+
"node_modules/@salesforce/plugin-trust/node_modules/@salesforce/core": {
|
|
6433
|
+
"version": "8.25.0",
|
|
6434
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
6435
|
+
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
6436
|
+
"license": "BSD-3-Clause",
|
|
6437
|
+
"dependencies": {
|
|
6438
|
+
"@jsforce/jsforce-node": "^3.10.13",
|
|
6439
|
+
"@salesforce/kit": "^3.2.4",
|
|
6440
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
6441
|
+
"ajv": "^8.17.1",
|
|
6442
|
+
"change-case": "^4.1.2",
|
|
6443
|
+
"fast-levenshtein": "^3.0.0",
|
|
6444
|
+
"faye": "^1.4.1",
|
|
6445
|
+
"form-data": "^4.0.4",
|
|
6446
|
+
"js2xmlparser": "^4.0.1",
|
|
6447
|
+
"jsonwebtoken": "9.0.3",
|
|
6448
|
+
"jszip": "3.10.1",
|
|
6449
|
+
"memfs": "^4.30.1",
|
|
6450
|
+
"pino": "^9.7.0",
|
|
6451
|
+
"pino-abstract-transport": "^1.2.0",
|
|
6452
|
+
"pino-pretty": "^11.3.0",
|
|
6453
|
+
"proper-lockfile": "^4.1.2",
|
|
6454
|
+
"semver": "^7.7.3",
|
|
6455
|
+
"ts-retry-promise": "^0.8.1",
|
|
6456
|
+
"zod": "^4.1.12"
|
|
6457
|
+
},
|
|
6458
|
+
"engines": {
|
|
6459
|
+
"node": ">=18.0.0"
|
|
6460
|
+
}
|
|
6461
|
+
},
|
|
5812
6462
|
"node_modules/@salesforce/plugin-user": {
|
|
5813
|
-
"version": "3.6.
|
|
5814
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.6.
|
|
5815
|
-
"integrity": "sha512-
|
|
6463
|
+
"version": "3.6.48",
|
|
6464
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.6.48.tgz",
|
|
6465
|
+
"integrity": "sha512-GxEUSUlsMu09SDGT9zz74iLpjfxjGb9gUIBia1JkK5MJ4sf7Uxyg16nVM0vShzYvaAYnWsXAz8rIUuo8nqGSSQ==",
|
|
5816
6466
|
"license": "Apache-2.0",
|
|
5817
6467
|
"dependencies": {
|
|
5818
|
-
"@salesforce/core": "^8.
|
|
6468
|
+
"@salesforce/core": "^8.25.0",
|
|
5819
6469
|
"@salesforce/kit": "^3.2.4",
|
|
5820
6470
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
5821
6471
|
"@salesforce/ts-types": "^2.0.11"
|
|
@@ -5824,6 +6474,36 @@
|
|
|
5824
6474
|
"node": ">=18.0.0"
|
|
5825
6475
|
}
|
|
5826
6476
|
},
|
|
6477
|
+
"node_modules/@salesforce/plugin-user/node_modules/@salesforce/core": {
|
|
6478
|
+
"version": "8.25.0",
|
|
6479
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
6480
|
+
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
6481
|
+
"license": "BSD-3-Clause",
|
|
6482
|
+
"dependencies": {
|
|
6483
|
+
"@jsforce/jsforce-node": "^3.10.13",
|
|
6484
|
+
"@salesforce/kit": "^3.2.4",
|
|
6485
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
6486
|
+
"ajv": "^8.17.1",
|
|
6487
|
+
"change-case": "^4.1.2",
|
|
6488
|
+
"fast-levenshtein": "^3.0.0",
|
|
6489
|
+
"faye": "^1.4.1",
|
|
6490
|
+
"form-data": "^4.0.4",
|
|
6491
|
+
"js2xmlparser": "^4.0.1",
|
|
6492
|
+
"jsonwebtoken": "9.0.3",
|
|
6493
|
+
"jszip": "3.10.1",
|
|
6494
|
+
"memfs": "^4.30.1",
|
|
6495
|
+
"pino": "^9.7.0",
|
|
6496
|
+
"pino-abstract-transport": "^1.2.0",
|
|
6497
|
+
"pino-pretty": "^11.3.0",
|
|
6498
|
+
"proper-lockfile": "^4.1.2",
|
|
6499
|
+
"semver": "^7.7.3",
|
|
6500
|
+
"ts-retry-promise": "^0.8.1",
|
|
6501
|
+
"zod": "^4.1.12"
|
|
6502
|
+
},
|
|
6503
|
+
"engines": {
|
|
6504
|
+
"node": ">=18.0.0"
|
|
6505
|
+
}
|
|
6506
|
+
},
|
|
5827
6507
|
"node_modules/@salesforce/prettier-config": {
|
|
5828
6508
|
"version": "0.0.3",
|
|
5829
6509
|
"resolved": "https://registry.npmjs.org/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz",
|
|
@@ -5858,6 +6538,36 @@
|
|
|
5858
6538
|
"node": ">=18.0.0"
|
|
5859
6539
|
}
|
|
5860
6540
|
},
|
|
6541
|
+
"node_modules/@salesforce/sf-plugins-core/node_modules/@salesforce/core": {
|
|
6542
|
+
"version": "8.25.0",
|
|
6543
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
6544
|
+
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
6545
|
+
"license": "BSD-3-Clause",
|
|
6546
|
+
"dependencies": {
|
|
6547
|
+
"@jsforce/jsforce-node": "^3.10.13",
|
|
6548
|
+
"@salesforce/kit": "^3.2.4",
|
|
6549
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
6550
|
+
"ajv": "^8.17.1",
|
|
6551
|
+
"change-case": "^4.1.2",
|
|
6552
|
+
"fast-levenshtein": "^3.0.0",
|
|
6553
|
+
"faye": "^1.4.1",
|
|
6554
|
+
"form-data": "^4.0.4",
|
|
6555
|
+
"js2xmlparser": "^4.0.1",
|
|
6556
|
+
"jsonwebtoken": "9.0.3",
|
|
6557
|
+
"jszip": "3.10.1",
|
|
6558
|
+
"memfs": "^4.30.1",
|
|
6559
|
+
"pino": "^9.7.0",
|
|
6560
|
+
"pino-abstract-transport": "^1.2.0",
|
|
6561
|
+
"pino-pretty": "^11.3.0",
|
|
6562
|
+
"proper-lockfile": "^4.1.2",
|
|
6563
|
+
"semver": "^7.7.3",
|
|
6564
|
+
"ts-retry-promise": "^0.8.1",
|
|
6565
|
+
"zod": "^4.1.12"
|
|
6566
|
+
},
|
|
6567
|
+
"engines": {
|
|
6568
|
+
"node": ">=18.0.0"
|
|
6569
|
+
}
|
|
6570
|
+
},
|
|
5861
6571
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
5862
6572
|
"version": "12.31.8",
|
|
5863
6573
|
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.31.8.tgz",
|
|
@@ -5883,6 +6593,36 @@
|
|
|
5883
6593
|
"node": ">=18.0.0"
|
|
5884
6594
|
}
|
|
5885
6595
|
},
|
|
6596
|
+
"node_modules/@salesforce/source-deploy-retrieve/node_modules/@salesforce/core": {
|
|
6597
|
+
"version": "8.25.0",
|
|
6598
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
6599
|
+
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
6600
|
+
"license": "BSD-3-Clause",
|
|
6601
|
+
"dependencies": {
|
|
6602
|
+
"@jsforce/jsforce-node": "^3.10.13",
|
|
6603
|
+
"@salesforce/kit": "^3.2.4",
|
|
6604
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
6605
|
+
"ajv": "^8.17.1",
|
|
6606
|
+
"change-case": "^4.1.2",
|
|
6607
|
+
"fast-levenshtein": "^3.0.0",
|
|
6608
|
+
"faye": "^1.4.1",
|
|
6609
|
+
"form-data": "^4.0.4",
|
|
6610
|
+
"js2xmlparser": "^4.0.1",
|
|
6611
|
+
"jsonwebtoken": "9.0.3",
|
|
6612
|
+
"jszip": "3.10.1",
|
|
6613
|
+
"memfs": "^4.30.1",
|
|
6614
|
+
"pino": "^9.7.0",
|
|
6615
|
+
"pino-abstract-transport": "^1.2.0",
|
|
6616
|
+
"pino-pretty": "^11.3.0",
|
|
6617
|
+
"proper-lockfile": "^4.1.2",
|
|
6618
|
+
"semver": "^7.7.3",
|
|
6619
|
+
"ts-retry-promise": "^0.8.1",
|
|
6620
|
+
"zod": "^4.1.12"
|
|
6621
|
+
},
|
|
6622
|
+
"engines": {
|
|
6623
|
+
"node": ">=18.0.0"
|
|
6624
|
+
}
|
|
6625
|
+
},
|
|
5886
6626
|
"node_modules/@salesforce/source-deploy-retrieve/node_modules/@szmarczak/http-timer": {
|
|
5887
6627
|
"version": "4.0.6",
|
|
5888
6628
|
"resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz",
|
|
@@ -6015,6 +6755,36 @@
|
|
|
6015
6755
|
"node": ">=18.0.0"
|
|
6016
6756
|
}
|
|
6017
6757
|
},
|
|
6758
|
+
"node_modules/@salesforce/source-tracking/node_modules/@salesforce/core": {
|
|
6759
|
+
"version": "8.25.0",
|
|
6760
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
6761
|
+
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
6762
|
+
"license": "BSD-3-Clause",
|
|
6763
|
+
"dependencies": {
|
|
6764
|
+
"@jsforce/jsforce-node": "^3.10.13",
|
|
6765
|
+
"@salesforce/kit": "^3.2.4",
|
|
6766
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
6767
|
+
"ajv": "^8.17.1",
|
|
6768
|
+
"change-case": "^4.1.2",
|
|
6769
|
+
"fast-levenshtein": "^3.0.0",
|
|
6770
|
+
"faye": "^1.4.1",
|
|
6771
|
+
"form-data": "^4.0.4",
|
|
6772
|
+
"js2xmlparser": "^4.0.1",
|
|
6773
|
+
"jsonwebtoken": "9.0.3",
|
|
6774
|
+
"jszip": "3.10.1",
|
|
6775
|
+
"memfs": "^4.30.1",
|
|
6776
|
+
"pino": "^9.7.0",
|
|
6777
|
+
"pino-abstract-transport": "^1.2.0",
|
|
6778
|
+
"pino-pretty": "^11.3.0",
|
|
6779
|
+
"proper-lockfile": "^4.1.2",
|
|
6780
|
+
"semver": "^7.7.3",
|
|
6781
|
+
"ts-retry-promise": "^0.8.1",
|
|
6782
|
+
"zod": "^4.1.12"
|
|
6783
|
+
},
|
|
6784
|
+
"engines": {
|
|
6785
|
+
"node": ">=18.0.0"
|
|
6786
|
+
}
|
|
6787
|
+
},
|
|
6018
6788
|
"node_modules/@salesforce/telemetry": {
|
|
6019
6789
|
"version": "6.4.3",
|
|
6020
6790
|
"resolved": "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-6.4.3.tgz",
|
|
@@ -6032,6 +6802,36 @@
|
|
|
6032
6802
|
"node": ">=18.0.0"
|
|
6033
6803
|
}
|
|
6034
6804
|
},
|
|
6805
|
+
"node_modules/@salesforce/telemetry/node_modules/@salesforce/core": {
|
|
6806
|
+
"version": "8.25.0",
|
|
6807
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
6808
|
+
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
6809
|
+
"license": "BSD-3-Clause",
|
|
6810
|
+
"dependencies": {
|
|
6811
|
+
"@jsforce/jsforce-node": "^3.10.13",
|
|
6812
|
+
"@salesforce/kit": "^3.2.4",
|
|
6813
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
6814
|
+
"ajv": "^8.17.1",
|
|
6815
|
+
"change-case": "^4.1.2",
|
|
6816
|
+
"fast-levenshtein": "^3.0.0",
|
|
6817
|
+
"faye": "^1.4.1",
|
|
6818
|
+
"form-data": "^4.0.4",
|
|
6819
|
+
"js2xmlparser": "^4.0.1",
|
|
6820
|
+
"jsonwebtoken": "9.0.3",
|
|
6821
|
+
"jszip": "3.10.1",
|
|
6822
|
+
"memfs": "^4.30.1",
|
|
6823
|
+
"pino": "^9.7.0",
|
|
6824
|
+
"pino-abstract-transport": "^1.2.0",
|
|
6825
|
+
"pino-pretty": "^11.3.0",
|
|
6826
|
+
"proper-lockfile": "^4.1.2",
|
|
6827
|
+
"semver": "^7.7.3",
|
|
6828
|
+
"ts-retry-promise": "^0.8.1",
|
|
6829
|
+
"zod": "^4.1.12"
|
|
6830
|
+
},
|
|
6831
|
+
"engines": {
|
|
6832
|
+
"node": ">=18.0.0"
|
|
6833
|
+
}
|
|
6834
|
+
},
|
|
6035
6835
|
"node_modules/@salesforce/telemetry/node_modules/@szmarczak/http-timer": {
|
|
6036
6836
|
"version": "4.0.6",
|
|
6037
6837
|
"resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz",
|
|
@@ -6146,9 +6946,9 @@
|
|
|
6146
6946
|
}
|
|
6147
6947
|
},
|
|
6148
6948
|
"node_modules/@salesforce/templates": {
|
|
6149
|
-
"version": "65.4.
|
|
6150
|
-
"resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-65.4.
|
|
6151
|
-
"integrity": "sha512-
|
|
6949
|
+
"version": "65.4.4",
|
|
6950
|
+
"resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-65.4.4.tgz",
|
|
6951
|
+
"integrity": "sha512-hQj6j4lVlW/otwnyZ4fAhogNbgoF0O6yRsIUpP7iXJEIF+awzFOa492Z+gbkIoShqNm/bGvY0zgzZD4eiCHzbw==",
|
|
6152
6952
|
"license": "BSD-3-Clause",
|
|
6153
6953
|
"dependencies": {
|
|
6154
6954
|
"@salesforce/kit": "^3.2.4",
|
|
@@ -6157,7 +6957,7 @@
|
|
|
6157
6957
|
"hpagent": "^1.2.0",
|
|
6158
6958
|
"mime-types": "^3.0.2",
|
|
6159
6959
|
"proxy-from-env": "^1.1.0",
|
|
6160
|
-
"tar": "^7.5.
|
|
6960
|
+
"tar": "^7.5.6",
|
|
6161
6961
|
"tslib": "^2.8.1"
|
|
6162
6962
|
},
|
|
6163
6963
|
"engines": {
|
|
@@ -6312,9 +7112,9 @@
|
|
|
6312
7112
|
}
|
|
6313
7113
|
},
|
|
6314
7114
|
"node_modules/@salesforce/templates/node_modules/tar": {
|
|
6315
|
-
"version": "7.5.
|
|
6316
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.
|
|
6317
|
-
"integrity": "sha512-
|
|
7115
|
+
"version": "7.5.6",
|
|
7116
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.6.tgz",
|
|
7117
|
+
"integrity": "sha512-xqUeu2JAIJpXyvskvU3uvQW8PAmHrtXp2KDuMJwQqW8Sqq0CaZBAQ+dKS3RBXVhU4wC5NjAdKrmh84241gO9cA==",
|
|
6318
7118
|
"license": "BlueOak-1.0.0",
|
|
6319
7119
|
"dependencies": {
|
|
6320
7120
|
"@isaacs/fs-minipass": "^4.0.0",
|
|
@@ -8084,16 +8884,15 @@
|
|
|
8084
8884
|
}
|
|
8085
8885
|
},
|
|
8086
8886
|
"node_modules/ajv": {
|
|
8087
|
-
"version": "
|
|
8088
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-
|
|
8089
|
-
"integrity": "sha512-
|
|
8090
|
-
"dev": true,
|
|
8887
|
+
"version": "8.17.1",
|
|
8888
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
|
|
8889
|
+
"integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
|
|
8091
8890
|
"license": "MIT",
|
|
8092
8891
|
"dependencies": {
|
|
8093
|
-
"fast-deep-equal": "^3.1.
|
|
8094
|
-
"fast-
|
|
8095
|
-
"json-schema-traverse": "^0.
|
|
8096
|
-
"
|
|
8892
|
+
"fast-deep-equal": "^3.1.3",
|
|
8893
|
+
"fast-uri": "^3.0.1",
|
|
8894
|
+
"json-schema-traverse": "^1.0.0",
|
|
8895
|
+
"require-from-string": "^2.0.2"
|
|
8097
8896
|
},
|
|
8098
8897
|
"funding": {
|
|
8099
8898
|
"type": "github",
|
|
@@ -8890,9 +9689,9 @@
|
|
|
8890
9689
|
}
|
|
8891
9690
|
},
|
|
8892
9691
|
"node_modules/cacache/node_modules/tar": {
|
|
8893
|
-
"version": "7.5.
|
|
8894
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.
|
|
8895
|
-
"integrity": "sha512-
|
|
9692
|
+
"version": "7.5.6",
|
|
9693
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.6.tgz",
|
|
9694
|
+
"integrity": "sha512-xqUeu2JAIJpXyvskvU3uvQW8PAmHrtXp2KDuMJwQqW8Sqq0CaZBAQ+dKS3RBXVhU4wC5NjAdKrmh84241gO9cA==",
|
|
8896
9695
|
"extraneous": true,
|
|
8897
9696
|
"license": "BlueOak-1.0.0",
|
|
8898
9697
|
"dependencies": {
|
|
@@ -9236,10 +10035,24 @@
|
|
|
9236
10035
|
}
|
|
9237
10036
|
},
|
|
9238
10037
|
"node_modules/change-case": {
|
|
9239
|
-
"version": "
|
|
9240
|
-
"resolved": "https://registry.npmjs.org/change-case/-/change-case-
|
|
9241
|
-
"integrity": "sha512-
|
|
9242
|
-
"license": "MIT"
|
|
10038
|
+
"version": "4.1.2",
|
|
10039
|
+
"resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz",
|
|
10040
|
+
"integrity": "sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==",
|
|
10041
|
+
"license": "MIT",
|
|
10042
|
+
"dependencies": {
|
|
10043
|
+
"camel-case": "^4.1.2",
|
|
10044
|
+
"capital-case": "^1.0.4",
|
|
10045
|
+
"constant-case": "^3.0.4",
|
|
10046
|
+
"dot-case": "^3.0.4",
|
|
10047
|
+
"header-case": "^2.0.4",
|
|
10048
|
+
"no-case": "^3.0.4",
|
|
10049
|
+
"param-case": "^3.0.4",
|
|
10050
|
+
"pascal-case": "^3.1.2",
|
|
10051
|
+
"path-case": "^3.0.4",
|
|
10052
|
+
"sentence-case": "^3.0.4",
|
|
10053
|
+
"snake-case": "^3.0.4",
|
|
10054
|
+
"tslib": "^2.0.3"
|
|
10055
|
+
}
|
|
9243
10056
|
},
|
|
9244
10057
|
"node_modules/character-entities-html4": {
|
|
9245
10058
|
"version": "2.1.0",
|
|
@@ -11673,6 +12486,23 @@
|
|
|
11673
12486
|
"url": "https://opencollective.com/eslint"
|
|
11674
12487
|
}
|
|
11675
12488
|
},
|
|
12489
|
+
"node_modules/eslint/node_modules/ajv": {
|
|
12490
|
+
"version": "6.12.6",
|
|
12491
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
|
12492
|
+
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
|
12493
|
+
"dev": true,
|
|
12494
|
+
"license": "MIT",
|
|
12495
|
+
"dependencies": {
|
|
12496
|
+
"fast-deep-equal": "^3.1.1",
|
|
12497
|
+
"fast-json-stable-stringify": "^2.0.0",
|
|
12498
|
+
"json-schema-traverse": "^0.4.1",
|
|
12499
|
+
"uri-js": "^4.2.2"
|
|
12500
|
+
},
|
|
12501
|
+
"funding": {
|
|
12502
|
+
"type": "github",
|
|
12503
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
12504
|
+
}
|
|
12505
|
+
},
|
|
11676
12506
|
"node_modules/eslint/node_modules/brace-expansion": {
|
|
11677
12507
|
"version": "1.1.11",
|
|
11678
12508
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
@@ -11727,6 +12557,13 @@
|
|
|
11727
12557
|
"node": ">=10.13.0"
|
|
11728
12558
|
}
|
|
11729
12559
|
},
|
|
12560
|
+
"node_modules/eslint/node_modules/json-schema-traverse": {
|
|
12561
|
+
"version": "0.4.1",
|
|
12562
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
12563
|
+
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
|
12564
|
+
"dev": true,
|
|
12565
|
+
"license": "MIT"
|
|
12566
|
+
},
|
|
11730
12567
|
"node_modules/eslint/node_modules/locate-path": {
|
|
11731
12568
|
"version": "6.0.0",
|
|
11732
12569
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
@@ -14846,10 +15683,9 @@
|
|
|
14846
15683
|
}
|
|
14847
15684
|
},
|
|
14848
15685
|
"node_modules/json-schema-traverse": {
|
|
14849
|
-
"version": "0.
|
|
14850
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.
|
|
14851
|
-
"integrity": "sha512-
|
|
14852
|
-
"dev": true,
|
|
15686
|
+
"version": "1.0.0",
|
|
15687
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
15688
|
+
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
14853
15689
|
"license": "MIT"
|
|
14854
15690
|
},
|
|
14855
15691
|
"node_modules/json-stable-stringify-without-jsonify": {
|
|
@@ -16686,9 +17522,9 @@
|
|
|
16686
17522
|
}
|
|
16687
17523
|
},
|
|
16688
17524
|
"node_modules/node-gyp/node_modules/tar": {
|
|
16689
|
-
"version": "7.5.
|
|
16690
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.
|
|
16691
|
-
"integrity": "sha512-
|
|
17525
|
+
"version": "7.5.6",
|
|
17526
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.6.tgz",
|
|
17527
|
+
"integrity": "sha512-xqUeu2JAIJpXyvskvU3uvQW8PAmHrtXp2KDuMJwQqW8Sqq0CaZBAQ+dKS3RBXVhU4wC5NjAdKrmh84241gO9cA==",
|
|
16692
17528
|
"extraneous": true,
|
|
16693
17529
|
"license": "BlueOak-1.0.0",
|
|
16694
17530
|
"dependencies": {
|
|
@@ -20101,27 +20937,6 @@
|
|
|
20101
20937
|
"node": ">=18.0.0"
|
|
20102
20938
|
}
|
|
20103
20939
|
},
|
|
20104
|
-
"node_modules/oclif/node_modules/change-case": {
|
|
20105
|
-
"version": "4.1.2",
|
|
20106
|
-
"resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz",
|
|
20107
|
-
"integrity": "sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==",
|
|
20108
|
-
"dev": true,
|
|
20109
|
-
"license": "MIT",
|
|
20110
|
-
"dependencies": {
|
|
20111
|
-
"camel-case": "^4.1.2",
|
|
20112
|
-
"capital-case": "^1.0.4",
|
|
20113
|
-
"constant-case": "^3.0.4",
|
|
20114
|
-
"dot-case": "^3.0.4",
|
|
20115
|
-
"header-case": "^2.0.4",
|
|
20116
|
-
"no-case": "^3.0.4",
|
|
20117
|
-
"param-case": "^3.0.4",
|
|
20118
|
-
"pascal-case": "^3.1.2",
|
|
20119
|
-
"path-case": "^3.0.4",
|
|
20120
|
-
"sentence-case": "^3.0.4",
|
|
20121
|
-
"snake-case": "^3.0.4",
|
|
20122
|
-
"tslib": "^2.0.3"
|
|
20123
|
-
}
|
|
20124
|
-
},
|
|
20125
20940
|
"node_modules/oclif/node_modules/fs-extra": {
|
|
20126
20941
|
"version": "8.1.0",
|
|
20127
20942
|
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
|
|
@@ -20657,14 +21472,55 @@
|
|
|
20657
21472
|
}
|
|
20658
21473
|
},
|
|
20659
21474
|
"node_modules/pino-abstract-transport": {
|
|
20660
|
-
"version": "2.0
|
|
20661
|
-
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-2.0.
|
|
20662
|
-
"integrity": "sha512-
|
|
21475
|
+
"version": "1.2.0",
|
|
21476
|
+
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz",
|
|
21477
|
+
"integrity": "sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==",
|
|
20663
21478
|
"license": "MIT",
|
|
20664
21479
|
"dependencies": {
|
|
21480
|
+
"readable-stream": "^4.0.0",
|
|
20665
21481
|
"split2": "^4.0.0"
|
|
20666
21482
|
}
|
|
20667
21483
|
},
|
|
21484
|
+
"node_modules/pino-abstract-transport/node_modules/buffer": {
|
|
21485
|
+
"version": "6.0.3",
|
|
21486
|
+
"resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
|
|
21487
|
+
"integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
|
|
21488
|
+
"funding": [
|
|
21489
|
+
{
|
|
21490
|
+
"type": "github",
|
|
21491
|
+
"url": "https://github.com/sponsors/feross"
|
|
21492
|
+
},
|
|
21493
|
+
{
|
|
21494
|
+
"type": "patreon",
|
|
21495
|
+
"url": "https://www.patreon.com/feross"
|
|
21496
|
+
},
|
|
21497
|
+
{
|
|
21498
|
+
"type": "consulting",
|
|
21499
|
+
"url": "https://feross.org/support"
|
|
21500
|
+
}
|
|
21501
|
+
],
|
|
21502
|
+
"license": "MIT",
|
|
21503
|
+
"dependencies": {
|
|
21504
|
+
"base64-js": "^1.3.1",
|
|
21505
|
+
"ieee754": "^1.2.1"
|
|
21506
|
+
}
|
|
21507
|
+
},
|
|
21508
|
+
"node_modules/pino-abstract-transport/node_modules/readable-stream": {
|
|
21509
|
+
"version": "4.5.2",
|
|
21510
|
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz",
|
|
21511
|
+
"integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==",
|
|
21512
|
+
"license": "MIT",
|
|
21513
|
+
"dependencies": {
|
|
21514
|
+
"abort-controller": "^3.0.0",
|
|
21515
|
+
"buffer": "^6.0.3",
|
|
21516
|
+
"events": "^3.3.0",
|
|
21517
|
+
"process": "^0.11.10",
|
|
21518
|
+
"string_decoder": "^1.3.0"
|
|
21519
|
+
},
|
|
21520
|
+
"engines": {
|
|
21521
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
21522
|
+
}
|
|
21523
|
+
},
|
|
20668
21524
|
"node_modules/pino-abstract-transport/node_modules/split2": {
|
|
20669
21525
|
"version": "4.2.0",
|
|
20670
21526
|
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
@@ -20732,6 +21588,15 @@
|
|
|
20732
21588
|
"node": "*"
|
|
20733
21589
|
}
|
|
20734
21590
|
},
|
|
21591
|
+
"node_modules/pino-pretty/node_modules/pino-abstract-transport": {
|
|
21592
|
+
"version": "2.0.0",
|
|
21593
|
+
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz",
|
|
21594
|
+
"integrity": "sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==",
|
|
21595
|
+
"license": "MIT",
|
|
21596
|
+
"dependencies": {
|
|
21597
|
+
"split2": "^4.0.0"
|
|
21598
|
+
}
|
|
21599
|
+
},
|
|
20735
21600
|
"node_modules/pino-pretty/node_modules/readable-stream": {
|
|
20736
21601
|
"version": "4.5.2",
|
|
20737
21602
|
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz",
|
|
@@ -20748,12 +21613,39 @@
|
|
|
20748
21613
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
20749
21614
|
}
|
|
20750
21615
|
},
|
|
21616
|
+
"node_modules/pino-pretty/node_modules/split2": {
|
|
21617
|
+
"version": "4.2.0",
|
|
21618
|
+
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
21619
|
+
"integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
|
|
21620
|
+
"license": "ISC",
|
|
21621
|
+
"engines": {
|
|
21622
|
+
"node": ">= 10.x"
|
|
21623
|
+
}
|
|
21624
|
+
},
|
|
20751
21625
|
"node_modules/pino-std-serializers": {
|
|
20752
21626
|
"version": "7.0.0",
|
|
20753
21627
|
"resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-7.0.0.tgz",
|
|
20754
21628
|
"integrity": "sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA==",
|
|
20755
21629
|
"license": "MIT"
|
|
20756
21630
|
},
|
|
21631
|
+
"node_modules/pino/node_modules/pino-abstract-transport": {
|
|
21632
|
+
"version": "2.0.0",
|
|
21633
|
+
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz",
|
|
21634
|
+
"integrity": "sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==",
|
|
21635
|
+
"license": "MIT",
|
|
21636
|
+
"dependencies": {
|
|
21637
|
+
"split2": "^4.0.0"
|
|
21638
|
+
}
|
|
21639
|
+
},
|
|
21640
|
+
"node_modules/pino/node_modules/split2": {
|
|
21641
|
+
"version": "4.2.0",
|
|
21642
|
+
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
21643
|
+
"integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
|
|
21644
|
+
"license": "ISC",
|
|
21645
|
+
"engines": {
|
|
21646
|
+
"node": ">= 10.x"
|
|
21647
|
+
}
|
|
21648
|
+
},
|
|
20757
21649
|
"node_modules/pkg-dir": {
|
|
20758
21650
|
"version": "4.2.0",
|
|
20759
21651
|
"resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
|