@salesforce/cli 2.143.2 → 2.143.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 +67 -67
- package/npm-shrinkwrap.json +189 -157
- package/oclif.lock +152 -151
- package/oclif.manifest.json +126 -126
- package/package.json +16 -16
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.143.
|
|
3
|
+
"version": "2.143.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.143.
|
|
9
|
+
"version": "2.143.4",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
14
|
"@oclif/core": "4.11.14",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.53",
|
|
16
|
-
"@oclif/plugin-commands": "4.1.
|
|
16
|
+
"@oclif/plugin-commands": "4.1.60",
|
|
17
17
|
"@oclif/plugin-help": "6.2.53",
|
|
18
18
|
"@oclif/plugin-not-found": "3.2.88",
|
|
19
|
-
"@oclif/plugin-plugins": "5.4.
|
|
20
|
-
"@oclif/plugin-search": "1.2.
|
|
19
|
+
"@oclif/plugin-plugins": "5.4.84",
|
|
20
|
+
"@oclif/plugin-search": "1.2.53",
|
|
21
21
|
"@oclif/plugin-update": "4.7.54",
|
|
22
22
|
"@oclif/plugin-version": "2.2.50",
|
|
23
23
|
"@oclif/plugin-warn-if-update-available": "3.1.68",
|
|
@@ -26,21 +26,21 @@
|
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
27
|
"@salesforce/plugin-agent": "1.44.4",
|
|
28
28
|
"@salesforce/plugin-apex": "3.9.38",
|
|
29
|
-
"@salesforce/plugin-api": "1.3.
|
|
29
|
+
"@salesforce/plugin-api": "1.3.46",
|
|
30
30
|
"@salesforce/plugin-auth": "4.4.5",
|
|
31
31
|
"@salesforce/plugin-data": "4.0.110",
|
|
32
32
|
"@salesforce/plugin-deploy-retrieve": "3.24.54",
|
|
33
|
-
"@salesforce/plugin-info": "3.4.
|
|
34
|
-
"@salesforce/plugin-limits": "3.3.
|
|
35
|
-
"@salesforce/plugin-marketplace": "1.3.
|
|
36
|
-
"@salesforce/plugin-org": "5.11.
|
|
33
|
+
"@salesforce/plugin-info": "3.4.147",
|
|
34
|
+
"@salesforce/plugin-limits": "3.3.98",
|
|
35
|
+
"@salesforce/plugin-marketplace": "1.3.38",
|
|
36
|
+
"@salesforce/plugin-org": "5.11.16",
|
|
37
37
|
"@salesforce/plugin-packaging": "2.30.1",
|
|
38
38
|
"@salesforce/plugin-schema": "3.3.122",
|
|
39
|
-
"@salesforce/plugin-settings": "2.4.
|
|
40
|
-
"@salesforce/plugin-sobject": "1.4.
|
|
39
|
+
"@salesforce/plugin-settings": "2.4.92",
|
|
40
|
+
"@salesforce/plugin-sobject": "1.4.121",
|
|
41
41
|
"@salesforce/plugin-telemetry": "3.8.27",
|
|
42
|
-
"@salesforce/plugin-templates": "56.18.
|
|
43
|
-
"@salesforce/plugin-trust": "3.8.
|
|
42
|
+
"@salesforce/plugin-templates": "56.18.13",
|
|
43
|
+
"@salesforce/plugin-trust": "3.8.33",
|
|
44
44
|
"@salesforce/plugin-user": "3.10.4",
|
|
45
45
|
"@salesforce/sf-plugins-core": "12.2.25",
|
|
46
46
|
"ansis": "^3.12.0"
|
|
@@ -2667,9 +2667,9 @@
|
|
|
2667
2667
|
}
|
|
2668
2668
|
},
|
|
2669
2669
|
"node_modules/@jsforce/jsforce-node": {
|
|
2670
|
-
"version": "3.10.
|
|
2671
|
-
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.
|
|
2672
|
-
"integrity": "sha512-
|
|
2670
|
+
"version": "3.10.19",
|
|
2671
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.19.tgz",
|
|
2672
|
+
"integrity": "sha512-k7i2Tntu1fLvkMtRcKDFU64/Fr2M692ECtbwIGX6hcOh5mj+jrMa1tlvcdwffxAMl+lPYCXnY2bjErxWmP84zA==",
|
|
2673
2673
|
"license": "MIT",
|
|
2674
2674
|
"dependencies": {
|
|
2675
2675
|
"@sindresorhus/is": "^4",
|
|
@@ -2833,9 +2833,9 @@
|
|
|
2833
2833
|
}
|
|
2834
2834
|
},
|
|
2835
2835
|
"node_modules/@nodable/entities": {
|
|
2836
|
-
"version": "2.
|
|
2837
|
-
"resolved": "https://registry.npmjs.org/@nodable/entities/-/entities-2.
|
|
2838
|
-
"integrity": "sha512-
|
|
2836
|
+
"version": "2.2.0",
|
|
2837
|
+
"resolved": "https://registry.npmjs.org/@nodable/entities/-/entities-2.2.0.tgz",
|
|
2838
|
+
"integrity": "sha512-9uGyhaQavEUMC8AIddIjau4NsnsXhou+j5sBAGojCM1oxmQpVKTWR/9JxABD6UAv12vpIms55fPZKFQEhG6uBg==",
|
|
2839
2839
|
"funding": [
|
|
2840
2840
|
{
|
|
2841
2841
|
"type": "github",
|
|
@@ -2897,9 +2897,9 @@
|
|
|
2897
2897
|
}
|
|
2898
2898
|
},
|
|
2899
2899
|
"node_modules/@npmcli/arborist": {
|
|
2900
|
-
"version": "9.
|
|
2901
|
-
"resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-9.
|
|
2902
|
-
"integrity": "sha512-
|
|
2900
|
+
"version": "9.9.0",
|
|
2901
|
+
"resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-9.9.0.tgz",
|
|
2902
|
+
"integrity": "sha512-tzsb1R8mx0k0drlLDT/9ckEYaQHIaWnUti/ci2IaFoQqdqwfmYrc+90p1+QEZC/ocvqcxBep9P1xKw4FbAGofw==",
|
|
2903
2903
|
"extraneous": true,
|
|
2904
2904
|
"license": "ISC",
|
|
2905
2905
|
"dependencies": {
|
|
@@ -2946,9 +2946,9 @@
|
|
|
2946
2946
|
}
|
|
2947
2947
|
},
|
|
2948
2948
|
"node_modules/@npmcli/config": {
|
|
2949
|
-
"version": "10.
|
|
2950
|
-
"resolved": "https://registry.npmjs.org/@npmcli/config/-/config-10.
|
|
2951
|
-
"integrity": "sha512-
|
|
2949
|
+
"version": "10.12.0",
|
|
2950
|
+
"resolved": "https://registry.npmjs.org/@npmcli/config/-/config-10.12.0.tgz",
|
|
2951
|
+
"integrity": "sha512-bFkLY3PFzHmRa0pFRU4DQIV86pYi5oWycE6umTwuRzJv8MZ3eiJxtIYfl3pfNQvuLsjONccxhs9IcMhP/tCEBg==",
|
|
2952
2952
|
"extraneous": true,
|
|
2953
2953
|
"license": "ISC",
|
|
2954
2954
|
"dependencies": {
|
|
@@ -3444,9 +3444,9 @@
|
|
|
3444
3444
|
}
|
|
3445
3445
|
},
|
|
3446
3446
|
"node_modules/@oclif/plugin-commands": {
|
|
3447
|
-
"version": "4.1.
|
|
3448
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.
|
|
3449
|
-
"integrity": "sha512-
|
|
3447
|
+
"version": "4.1.60",
|
|
3448
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.60.tgz",
|
|
3449
|
+
"integrity": "sha512-jdwKjn4xToJ2i2ywrvl4f5secoCYVQ+KWzt7cyUTUTgEFM3YfDKMsFBlDJbaGeu6E0D3VS2pEchfSiYfo2XGdg==",
|
|
3450
3450
|
"license": "MIT",
|
|
3451
3451
|
"dependencies": {
|
|
3452
3452
|
"@oclif/core": "^4",
|
|
@@ -3486,15 +3486,15 @@
|
|
|
3486
3486
|
}
|
|
3487
3487
|
},
|
|
3488
3488
|
"node_modules/@oclif/plugin-plugins": {
|
|
3489
|
-
"version": "5.4.
|
|
3490
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.
|
|
3491
|
-
"integrity": "sha512-
|
|
3489
|
+
"version": "5.4.84",
|
|
3490
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.84.tgz",
|
|
3491
|
+
"integrity": "sha512-MPWLirqUsclzOFzQ0LzF+5ZxZX7KaMKeMdmaPEGGNWHEKMXJxETDSj8EYQ0k38bJc7mqPxeg8fKGoSRj05n+Ag==",
|
|
3492
3492
|
"license": "MIT",
|
|
3493
3493
|
"dependencies": {
|
|
3494
|
-
"@oclif/core": "^4.11.
|
|
3494
|
+
"@oclif/core": "^4.11.14",
|
|
3495
3495
|
"ansis": "^3.17.0",
|
|
3496
3496
|
"debug": "^4.4.0",
|
|
3497
|
-
"npm": "^11.
|
|
3497
|
+
"npm": "^11.18.0",
|
|
3498
3498
|
"npm-package-arg": "^11.0.3",
|
|
3499
3499
|
"npm-run-path": "^5.3.0",
|
|
3500
3500
|
"object-treeify": "^4.0.1",
|
|
@@ -3595,9 +3595,9 @@
|
|
|
3595
3595
|
}
|
|
3596
3596
|
},
|
|
3597
3597
|
"node_modules/@oclif/plugin-search": {
|
|
3598
|
-
"version": "1.2.
|
|
3599
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.
|
|
3600
|
-
"integrity": "sha512-
|
|
3598
|
+
"version": "1.2.53",
|
|
3599
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.53.tgz",
|
|
3600
|
+
"integrity": "sha512-f2McTPC/8aGbIL3Njr5DlE0JeqP7gbA5Yk1S7XnSJmgiRD87+hL8DFfVIayvVi2VFbRHLoVTzDY+SsBRkv6lrA==",
|
|
3601
3601
|
"license": "MIT",
|
|
3602
3602
|
"dependencies": {
|
|
3603
3603
|
"@oclif/core": "^4",
|
|
@@ -4353,9 +4353,9 @@
|
|
|
4353
4353
|
}
|
|
4354
4354
|
},
|
|
4355
4355
|
"node_modules/@salesforce/core": {
|
|
4356
|
-
"version": "8.31.
|
|
4357
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.31.
|
|
4358
|
-
"integrity": "sha512-
|
|
4356
|
+
"version": "8.31.5",
|
|
4357
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.31.5.tgz",
|
|
4358
|
+
"integrity": "sha512-UY1tGclGmxnUM0uQc2qFn2PmkI6Wa5BaV0PCfqJ5NnOK0vcamP1ftr/bwSLWdRStxoW8/DwsRm8FNembuqp7jA==",
|
|
4359
4359
|
"license": "BSD-3-Clause",
|
|
4360
4360
|
"dependencies": {
|
|
4361
4361
|
"@jsforce/jsforce-node": "^3.10.17",
|
|
@@ -4738,15 +4738,15 @@
|
|
|
4738
4738
|
}
|
|
4739
4739
|
},
|
|
4740
4740
|
"node_modules/@salesforce/plugin-api": {
|
|
4741
|
-
"version": "1.3.
|
|
4742
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-api/-/plugin-api-1.3.
|
|
4743
|
-
"integrity": "sha512-
|
|
4741
|
+
"version": "1.3.46",
|
|
4742
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-api/-/plugin-api-1.3.46.tgz",
|
|
4743
|
+
"integrity": "sha512-wRLIWqAYNXvcUMpnb/itI3Bzxr1x7CZxAki7h7C7mPe1SBc3V92lEYvllhbzjwyYZr3Zi4+dp5gXfAtFMywl9A==",
|
|
4744
4744
|
"license": "Apache-2.0",
|
|
4745
4745
|
"dependencies": {
|
|
4746
4746
|
"@oclif/core": "^4",
|
|
4747
|
-
"@salesforce/core": "^8.31.
|
|
4747
|
+
"@salesforce/core": "^8.31.5",
|
|
4748
4748
|
"@salesforce/kit": "^3.2.4",
|
|
4749
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
4749
|
+
"@salesforce/sf-plugins-core": "^12.2.25",
|
|
4750
4750
|
"@salesforce/ts-types": "^2.0.12",
|
|
4751
4751
|
"ansis": "^3.3.2",
|
|
4752
4752
|
"form-data": "^4.0.6",
|
|
@@ -4860,15 +4860,15 @@
|
|
|
4860
4860
|
}
|
|
4861
4861
|
},
|
|
4862
4862
|
"node_modules/@salesforce/plugin-info": {
|
|
4863
|
-
"version": "3.4.
|
|
4864
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.
|
|
4865
|
-
"integrity": "sha512-
|
|
4863
|
+
"version": "3.4.147",
|
|
4864
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.147.tgz",
|
|
4865
|
+
"integrity": "sha512-LsCU6vWeyTTCgvnelokXcG68UOeDn5PWHfMiN1SQsjMjBJEr1kqlLjayTE5PGnMjsO/9L9hk9YI+pv+kSI9bhg==",
|
|
4866
4866
|
"license": "Apache-2.0",
|
|
4867
4867
|
"dependencies": {
|
|
4868
4868
|
"@inquirer/input": "^2.3.0",
|
|
4869
|
-
"@jsforce/jsforce-node": "^3.10.
|
|
4869
|
+
"@jsforce/jsforce-node": "^3.10.19",
|
|
4870
4870
|
"@oclif/core": "^4",
|
|
4871
|
-
"@salesforce/core": "^8.31.
|
|
4871
|
+
"@salesforce/core": "^8.31.4",
|
|
4872
4872
|
"@salesforce/kit": "^3.2.6",
|
|
4873
4873
|
"@salesforce/sf-plugins-core": "^12",
|
|
4874
4874
|
"got": "^13.0.0",
|
|
@@ -4883,27 +4883,27 @@
|
|
|
4883
4883
|
}
|
|
4884
4884
|
},
|
|
4885
4885
|
"node_modules/@salesforce/plugin-limits": {
|
|
4886
|
-
"version": "3.3.
|
|
4887
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.
|
|
4888
|
-
"integrity": "sha512-
|
|
4886
|
+
"version": "3.3.98",
|
|
4887
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.98.tgz",
|
|
4888
|
+
"integrity": "sha512-l+bRd6Ib0sOzYrHjm/isGKw4zNQuvm0lY6A9j2mUl2RuFWpwZFBF81v8xmZvQTeNWB/qo2hBPh5nCsSXA1lmlA==",
|
|
4889
4889
|
"license": "Apache-2.0",
|
|
4890
4890
|
"dependencies": {
|
|
4891
|
-
"@salesforce/core": "^8.31.
|
|
4892
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
4891
|
+
"@salesforce/core": "^8.31.5",
|
|
4892
|
+
"@salesforce/sf-plugins-core": "^12.2.25"
|
|
4893
4893
|
},
|
|
4894
4894
|
"engines": {
|
|
4895
4895
|
"node": ">=18.0.0"
|
|
4896
4896
|
}
|
|
4897
4897
|
},
|
|
4898
4898
|
"node_modules/@salesforce/plugin-marketplace": {
|
|
4899
|
-
"version": "1.3.
|
|
4900
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.3.
|
|
4901
|
-
"integrity": "sha512-
|
|
4899
|
+
"version": "1.3.38",
|
|
4900
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.3.38.tgz",
|
|
4901
|
+
"integrity": "sha512-mzQfeVInFDelK7U4a2D/1HbcCcNEdChZdUNzPw7JOzdxmKwUzM1VHUdh/cqlybmHeStK9fi09W1QFdVeFHjDcQ==",
|
|
4902
4902
|
"license": "Apache-2.0",
|
|
4903
4903
|
"dependencies": {
|
|
4904
|
-
"@salesforce/core": "^8.31.
|
|
4904
|
+
"@salesforce/core": "^8.31.5",
|
|
4905
4905
|
"@salesforce/kit": "^3.2.4",
|
|
4906
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
4906
|
+
"@salesforce/sf-plugins-core": "^12.2.25",
|
|
4907
4907
|
"got": "^13.0.0",
|
|
4908
4908
|
"proxy-agent": "^6.5.0"
|
|
4909
4909
|
},
|
|
@@ -4912,17 +4912,17 @@
|
|
|
4912
4912
|
}
|
|
4913
4913
|
},
|
|
4914
4914
|
"node_modules/@salesforce/plugin-org": {
|
|
4915
|
-
"version": "5.11.
|
|
4916
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.11.
|
|
4917
|
-
"integrity": "sha512-
|
|
4915
|
+
"version": "5.11.16",
|
|
4916
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.11.16.tgz",
|
|
4917
|
+
"integrity": "sha512-Lmk6iH/qNGEoVE0c89SKJVz8Gh56RTk2tzSAxiSxkT+ZIUlZTsv/3WYu6nY1gNaF8QZZe/D5+MC7E2YbPvglRA==",
|
|
4918
4918
|
"license": "Apache-2.0",
|
|
4919
4919
|
"dependencies": {
|
|
4920
|
-
"@oclif/core": "^4.11.
|
|
4920
|
+
"@oclif/core": "^4.11.14",
|
|
4921
4921
|
"@oclif/multi-stage-output": "^0.8.44",
|
|
4922
|
-
"@salesforce/core": "^8.31.
|
|
4922
|
+
"@salesforce/core": "^8.31.5",
|
|
4923
4923
|
"@salesforce/kit": "^3.2.4",
|
|
4924
4924
|
"@salesforce/sf-plugins-core": "^12.2.16",
|
|
4925
|
-
"@salesforce/source-deploy-retrieve": "^12.36.
|
|
4925
|
+
"@salesforce/source-deploy-retrieve": "^12.36.7",
|
|
4926
4926
|
"@salesforce/ts-types": "^2.0.12",
|
|
4927
4927
|
"ansis": "^3.16.0",
|
|
4928
4928
|
"change-case": "^5.4.4",
|
|
@@ -5030,14 +5030,14 @@
|
|
|
5030
5030
|
}
|
|
5031
5031
|
},
|
|
5032
5032
|
"node_modules/@salesforce/plugin-settings": {
|
|
5033
|
-
"version": "2.4.
|
|
5034
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.
|
|
5035
|
-
"integrity": "sha512-
|
|
5033
|
+
"version": "2.4.92",
|
|
5034
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.92.tgz",
|
|
5035
|
+
"integrity": "sha512-rHlgPASGG/2VJ4vqkgwbQu2BBzuN7IhrapzZ6k5H6UXIM3WUVItPMgbs9HqtcCRIjPyxjDdGU4SXoiL0sFzybg==",
|
|
5036
5036
|
"license": "Apache-2.0",
|
|
5037
5037
|
"dependencies": {
|
|
5038
5038
|
"@oclif/core": "^4",
|
|
5039
|
-
"@salesforce/core": "^8.31.
|
|
5040
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
5039
|
+
"@salesforce/core": "^8.31.5",
|
|
5040
|
+
"@salesforce/sf-plugins-core": "^12.2.25",
|
|
5041
5041
|
"fast-levenshtein": "^3.0.0"
|
|
5042
5042
|
},
|
|
5043
5043
|
"engines": {
|
|
@@ -5045,20 +5045,20 @@
|
|
|
5045
5045
|
}
|
|
5046
5046
|
},
|
|
5047
5047
|
"node_modules/@salesforce/plugin-sobject": {
|
|
5048
|
-
"version": "1.4.
|
|
5049
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.
|
|
5050
|
-
"integrity": "sha512-
|
|
5048
|
+
"version": "1.4.121",
|
|
5049
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.121.tgz",
|
|
5050
|
+
"integrity": "sha512-dxWE19hxGd07hN4Yb9ZPhm3Yrt6KdL0/FGPiEqivaHHeomJWwpzfxFWRbftYaAMyFa6buuH80OMb8eU5C8VJiQ==",
|
|
5051
5051
|
"license": "Apache-2.0",
|
|
5052
5052
|
"dependencies": {
|
|
5053
5053
|
"@inquirer/confirm": "^3.2.0",
|
|
5054
5054
|
"@inquirer/input": "^2.3.0",
|
|
5055
5055
|
"@inquirer/select": "^2.5.0",
|
|
5056
5056
|
"@oclif/core": "^4.11.7",
|
|
5057
|
-
"@salesforce/core": "^8.31.
|
|
5057
|
+
"@salesforce/core": "^8.31.5",
|
|
5058
5058
|
"@salesforce/kit": "^3.2.6",
|
|
5059
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
5059
|
+
"@salesforce/sf-plugins-core": "^12.2.25",
|
|
5060
5060
|
"fast-glob": "^3.3.3",
|
|
5061
|
-
"fast-xml-parser": "^5.
|
|
5061
|
+
"fast-xml-parser": "^5.9.3",
|
|
5062
5062
|
"js2xmlparser": "^4.0.2"
|
|
5063
5063
|
},
|
|
5064
5064
|
"engines": {
|
|
@@ -5084,12 +5084,12 @@
|
|
|
5084
5084
|
}
|
|
5085
5085
|
},
|
|
5086
5086
|
"node_modules/@salesforce/plugin-templates": {
|
|
5087
|
-
"version": "56.18.
|
|
5088
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.18.
|
|
5089
|
-
"integrity": "sha512-
|
|
5087
|
+
"version": "56.18.13",
|
|
5088
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.18.13.tgz",
|
|
5089
|
+
"integrity": "sha512-SmMt9/cO++VJCRYOXFRq4rQkjBxolUzD0Tjq1suaA+2L/aY3oMuHAhB6YjrqsdBU7zzMvUTVFqOyS/1wcBysTQ==",
|
|
5090
5090
|
"license": "Apache-2.0",
|
|
5091
5091
|
"dependencies": {
|
|
5092
|
-
"@salesforce/core": "^8.31.
|
|
5092
|
+
"@salesforce/core": "^8.31.5",
|
|
5093
5093
|
"@salesforce/sf-plugins-core": "^12",
|
|
5094
5094
|
"@salesforce/templates": "^66.10.4"
|
|
5095
5095
|
},
|
|
@@ -5098,19 +5098,19 @@
|
|
|
5098
5098
|
}
|
|
5099
5099
|
},
|
|
5100
5100
|
"node_modules/@salesforce/plugin-trust": {
|
|
5101
|
-
"version": "3.8.
|
|
5102
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.8.
|
|
5103
|
-
"integrity": "sha512-
|
|
5101
|
+
"version": "3.8.33",
|
|
5102
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.8.33.tgz",
|
|
5103
|
+
"integrity": "sha512-GdhPKuRhvhS3dlb4m1k2hNh91T8Yr1P9u/t1/AvoHCme96Ts4PVq40OdkZJqujFzsq8TAgMONPkXyDDBBt1X4A==",
|
|
5104
5104
|
"license": "Apache-2.0",
|
|
5105
5105
|
"dependencies": {
|
|
5106
5106
|
"@oclif/core": "^4",
|
|
5107
5107
|
"@salesforce/core": "^8.29.1",
|
|
5108
5108
|
"@salesforce/kit": "^3.2.6",
|
|
5109
|
-
"@salesforce/plugin-info": "^3.4.
|
|
5109
|
+
"@salesforce/plugin-info": "^3.4.144",
|
|
5110
5110
|
"@salesforce/sf-plugins-core": "^12",
|
|
5111
5111
|
"cross-spawn": "^7.0.6",
|
|
5112
5112
|
"got": "^13.0.0",
|
|
5113
|
-
"npm": "^11.
|
|
5113
|
+
"npm": "^11.18.0",
|
|
5114
5114
|
"npm-run-path": "^4.0.1",
|
|
5115
5115
|
"proxy-agent": "^6.5.0",
|
|
5116
5116
|
"semver": "^7.8.2",
|
|
@@ -6925,6 +6925,18 @@
|
|
|
6925
6925
|
"node": ">= 8"
|
|
6926
6926
|
}
|
|
6927
6927
|
},
|
|
6928
|
+
"node_modules/anynum": {
|
|
6929
|
+
"version": "1.0.1",
|
|
6930
|
+
"resolved": "https://registry.npmjs.org/anynum/-/anynum-1.0.1.tgz",
|
|
6931
|
+
"integrity": "sha512-N6//FLET/tXYNM/F6ABca1oH6fWB+KlTt909Le28WMDBk8oaT4vY17DCrwg2MvmuqUKt3Ni4N5dGJ/EoBgcO6A==",
|
|
6932
|
+
"funding": [
|
|
6933
|
+
{
|
|
6934
|
+
"type": "github",
|
|
6935
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
6936
|
+
}
|
|
6937
|
+
],
|
|
6938
|
+
"license": "MIT"
|
|
6939
|
+
},
|
|
6928
6940
|
"node_modules/append-transform": {
|
|
6929
6941
|
"version": "2.0.0",
|
|
6930
6942
|
"resolved": "https://registry.npmjs.org/append-transform/-/append-transform-2.0.0.tgz",
|
|
@@ -10944,9 +10956,9 @@
|
|
|
10944
10956
|
}
|
|
10945
10957
|
},
|
|
10946
10958
|
"node_modules/fast-xml-parser": {
|
|
10947
|
-
"version": "5.
|
|
10948
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.
|
|
10949
|
-
"integrity": "sha512-
|
|
10959
|
+
"version": "5.9.3",
|
|
10960
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.9.3.tgz",
|
|
10961
|
+
"integrity": "sha512-brCNCeScma/kqa54J4PIDriSSSLssRkuYaUCpvHJulGc3HGI/xxKUCTDcYkAdqJsyb//ydpbxecjC3hB9+tb/g==",
|
|
10950
10962
|
"funding": [
|
|
10951
10963
|
{
|
|
10952
10964
|
"type": "github",
|
|
@@ -10955,10 +10967,11 @@
|
|
|
10955
10967
|
],
|
|
10956
10968
|
"license": "MIT",
|
|
10957
10969
|
"dependencies": {
|
|
10958
|
-
"@nodable/entities": "^2.
|
|
10970
|
+
"@nodable/entities": "^2.2.0",
|
|
10959
10971
|
"fast-xml-builder": "^1.2.0",
|
|
10972
|
+
"is-unsafe": "^1.0.1",
|
|
10960
10973
|
"path-expression-matcher": "^1.5.0",
|
|
10961
|
-
"strnum": "^2.
|
|
10974
|
+
"strnum": "^2.4.1",
|
|
10962
10975
|
"xml-naming": "^0.1.0"
|
|
10963
10976
|
},
|
|
10964
10977
|
"bin": {
|
|
@@ -13385,6 +13398,18 @@
|
|
|
13385
13398
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
13386
13399
|
}
|
|
13387
13400
|
},
|
|
13401
|
+
"node_modules/is-unsafe": {
|
|
13402
|
+
"version": "1.0.1",
|
|
13403
|
+
"resolved": "https://registry.npmjs.org/is-unsafe/-/is-unsafe-1.0.1.tgz",
|
|
13404
|
+
"integrity": "sha512-CLK2+VdgERgD96EYm5lUQssZYlRg2tkZnbsxZoacmSiRxiFJ4Nk4SzjCl+Ur+v3kXIY9dTIdb3IH22y1mZ56LA==",
|
|
13405
|
+
"funding": [
|
|
13406
|
+
{
|
|
13407
|
+
"type": "github",
|
|
13408
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
13409
|
+
}
|
|
13410
|
+
],
|
|
13411
|
+
"license": "MIT"
|
|
13412
|
+
},
|
|
13388
13413
|
"node_modules/is-weakref": {
|
|
13389
13414
|
"version": "1.0.2",
|
|
13390
13415
|
"resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz",
|
|
@@ -14003,13 +14028,13 @@
|
|
|
14003
14028
|
}
|
|
14004
14029
|
},
|
|
14005
14030
|
"node_modules/libnpmdiff": {
|
|
14006
|
-
"version": "8.1.
|
|
14007
|
-
"resolved": "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-8.1.
|
|
14008
|
-
"integrity": "sha512-
|
|
14031
|
+
"version": "8.1.11",
|
|
14032
|
+
"resolved": "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-8.1.11.tgz",
|
|
14033
|
+
"integrity": "sha512-u09dtt3H2TWCORmbidG7tE1zqpWVWdO7FXJHKWUgrISCI8iruIbm1Vd8RQI/zqrbTn8H/gszWasVThvjR8G0bg==",
|
|
14009
14034
|
"extraneous": true,
|
|
14010
14035
|
"license": "ISC",
|
|
14011
14036
|
"dependencies": {
|
|
14012
|
-
"@npmcli/arborist": "^9.
|
|
14037
|
+
"@npmcli/arborist": "^9.9.0",
|
|
14013
14038
|
"@npmcli/installed-package-contents": "^4.0.0",
|
|
14014
14039
|
"binary-extensions": "^3.0.0",
|
|
14015
14040
|
"diff": "^8.0.2",
|
|
@@ -14033,14 +14058,14 @@
|
|
|
14033
14058
|
}
|
|
14034
14059
|
},
|
|
14035
14060
|
"node_modules/libnpmexec": {
|
|
14036
|
-
"version": "10.3.
|
|
14037
|
-
"resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-10.3.
|
|
14038
|
-
"integrity": "sha512-
|
|
14061
|
+
"version": "10.3.1",
|
|
14062
|
+
"resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-10.3.1.tgz",
|
|
14063
|
+
"integrity": "sha512-W5cwKcTV+lfbUr7vSbFXjNzqbRs5jxO6H1zDHiqp4ftd9zLWhUhS5BjoOu1fVcpENhb+1X5Q1EPO4auvxsbu3w==",
|
|
14039
14064
|
"extraneous": true,
|
|
14040
14065
|
"license": "ISC",
|
|
14041
14066
|
"dependencies": {
|
|
14042
14067
|
"@gar/promise-retry": "^1.0.0",
|
|
14043
|
-
"@npmcli/arborist": "^9.
|
|
14068
|
+
"@npmcli/arborist": "^9.9.0",
|
|
14044
14069
|
"@npmcli/package-json": "^7.0.0",
|
|
14045
14070
|
"@npmcli/run-script": "^10.0.0",
|
|
14046
14071
|
"ci-info": "^4.0.0",
|
|
@@ -14070,13 +14095,13 @@
|
|
|
14070
14095
|
}
|
|
14071
14096
|
},
|
|
14072
14097
|
"node_modules/libnpmfund": {
|
|
14073
|
-
"version": "7.0.
|
|
14074
|
-
"resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-7.0.
|
|
14075
|
-
"integrity": "sha512-
|
|
14098
|
+
"version": "7.0.25",
|
|
14099
|
+
"resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-7.0.25.tgz",
|
|
14100
|
+
"integrity": "sha512-ZmLv4zKbR0eH8pnd6RKGayEDNixzb8yyAlrRArIXBu5gEOKc8FrJDP7trzKSYmojUjUtp8zUiCnE4O5sGq3eiQ==",
|
|
14076
14101
|
"extraneous": true,
|
|
14077
14102
|
"license": "ISC",
|
|
14078
14103
|
"dependencies": {
|
|
14079
|
-
"@npmcli/arborist": "^9.
|
|
14104
|
+
"@npmcli/arborist": "^9.9.0"
|
|
14080
14105
|
},
|
|
14081
14106
|
"engines": {
|
|
14082
14107
|
"node": "^20.17.0 || >=22.9.0"
|
|
@@ -14097,13 +14122,13 @@
|
|
|
14097
14122
|
}
|
|
14098
14123
|
},
|
|
14099
14124
|
"node_modules/libnpmpack": {
|
|
14100
|
-
"version": "9.1.
|
|
14101
|
-
"resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-9.1.
|
|
14102
|
-
"integrity": "sha512-
|
|
14125
|
+
"version": "9.1.11",
|
|
14126
|
+
"resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-9.1.11.tgz",
|
|
14127
|
+
"integrity": "sha512-jszQCrN3lyWyr6KW2uHmQV5L6ggoQ+/dGNweDPIpSUPARjfiU+0BzZNqVEf2Tgvo8wCL5u5yc4tFh3r3dborqg==",
|
|
14103
14128
|
"extraneous": true,
|
|
14104
14129
|
"license": "ISC",
|
|
14105
14130
|
"dependencies": {
|
|
14106
|
-
"@npmcli/arborist": "^9.
|
|
14131
|
+
"@npmcli/arborist": "^9.9.0",
|
|
14107
14132
|
"@npmcli/run-script": "^10.0.0",
|
|
14108
14133
|
"npm-package-arg": "^13.0.0",
|
|
14109
14134
|
"pacote": "^21.0.2"
|
|
@@ -15788,9 +15813,9 @@
|
|
|
15788
15813
|
}
|
|
15789
15814
|
},
|
|
15790
15815
|
"node_modules/npm": {
|
|
15791
|
-
"version": "11.
|
|
15792
|
-
"resolved": "https://registry.npmjs.org/npm/-/npm-11.
|
|
15793
|
-
"integrity": "sha512-
|
|
15816
|
+
"version": "11.18.0",
|
|
15817
|
+
"resolved": "https://registry.npmjs.org/npm/-/npm-11.18.0.tgz",
|
|
15818
|
+
"integrity": "sha512-T67M4L5wNm0cZ7EBLErcEkY1SmzEW/WJ+SADBzsFUY1UdAPfFHXFQtZ6SEXiK0+vzXysCvAsepbMaBTwnrAD+w==",
|
|
15794
15819
|
"bundleDependencies": [
|
|
15795
15820
|
"@isaacs/string-locale-compare",
|
|
15796
15821
|
"@npmcli/arborist",
|
|
@@ -15868,8 +15893,8 @@
|
|
|
15868
15893
|
],
|
|
15869
15894
|
"dependencies": {
|
|
15870
15895
|
"@isaacs/string-locale-compare": "^1.1.0",
|
|
15871
|
-
"@npmcli/arborist": "^9.
|
|
15872
|
-
"@npmcli/config": "^10.
|
|
15896
|
+
"@npmcli/arborist": "^9.9.0",
|
|
15897
|
+
"@npmcli/config": "^10.12.0",
|
|
15873
15898
|
"@npmcli/fs": "^5.0.0",
|
|
15874
15899
|
"@npmcli/map-workspaces": "^5.0.3",
|
|
15875
15900
|
"@npmcli/metavuln-calculator": "^9.0.3",
|
|
@@ -15893,11 +15918,11 @@
|
|
|
15893
15918
|
"is-cidr": "^6.0.4",
|
|
15894
15919
|
"json-parse-even-better-errors": "^5.0.0",
|
|
15895
15920
|
"libnpmaccess": "^10.0.3",
|
|
15896
|
-
"libnpmdiff": "^8.1.
|
|
15897
|
-
"libnpmexec": "^10.3.
|
|
15898
|
-
"libnpmfund": "^7.0.
|
|
15921
|
+
"libnpmdiff": "^8.1.11",
|
|
15922
|
+
"libnpmexec": "^10.3.1",
|
|
15923
|
+
"libnpmfund": "^7.0.25",
|
|
15899
15924
|
"libnpmorg": "^8.0.1",
|
|
15900
|
-
"libnpmpack": "^9.1.
|
|
15925
|
+
"libnpmpack": "^9.1.11",
|
|
15901
15926
|
"libnpmpublish": "^11.2.0",
|
|
15902
15927
|
"libnpmsearch": "^9.0.1",
|
|
15903
15928
|
"libnpmteam": "^8.0.2",
|
|
@@ -15913,7 +15938,7 @@
|
|
|
15913
15938
|
"npm-install-checks": "^8.0.0",
|
|
15914
15939
|
"npm-package-arg": "^13.0.2",
|
|
15915
15940
|
"npm-pick-manifest": "^11.0.3",
|
|
15916
|
-
"npm-profile": "^12.0.
|
|
15941
|
+
"npm-profile": "^12.0.2",
|
|
15917
15942
|
"npm-registry-fetch": "^19.1.1",
|
|
15918
15943
|
"npm-user-validate": "^4.0.0",
|
|
15919
15944
|
"p-map": "^7.0.4",
|
|
@@ -15922,11 +15947,11 @@
|
|
|
15922
15947
|
"proc-log": "^6.1.0",
|
|
15923
15948
|
"qrcode-terminal": "^0.12.0",
|
|
15924
15949
|
"read": "^5.0.1",
|
|
15925
|
-
"semver": "^7.8.
|
|
15950
|
+
"semver": "^7.8.5",
|
|
15926
15951
|
"spdx-expression-parse": "^4.0.0",
|
|
15927
15952
|
"ssri": "^13.0.1",
|
|
15928
15953
|
"supports-color": "^10.2.2",
|
|
15929
|
-
"tar": "^7.5.
|
|
15954
|
+
"tar": "^7.5.19",
|
|
15930
15955
|
"text-table": "~0.2.0",
|
|
15931
15956
|
"tiny-relative-date": "^2.0.2",
|
|
15932
15957
|
"treeverse": "^3.0.0",
|
|
@@ -16044,14 +16069,14 @@
|
|
|
16044
16069
|
}
|
|
16045
16070
|
},
|
|
16046
16071
|
"node_modules/npm-profile": {
|
|
16047
|
-
"version": "12.0.
|
|
16048
|
-
"resolved": "https://registry.npmjs.org/npm-profile/-/npm-profile-12.0.
|
|
16049
|
-
"integrity": "sha512
|
|
16072
|
+
"version": "12.0.2",
|
|
16073
|
+
"resolved": "https://registry.npmjs.org/npm-profile/-/npm-profile-12.0.2.tgz",
|
|
16074
|
+
"integrity": "sha512-+OKkPvqvx83vRG8aIetzABI99e5uzZZ6HIS5zCr+oRPSuDL0Buk1KJh/LqyR0BuiWmLeDWGI77igNYipztLm1w==",
|
|
16050
16075
|
"extraneous": true,
|
|
16051
16076
|
"license": "ISC",
|
|
16052
16077
|
"dependencies": {
|
|
16053
16078
|
"npm-registry-fetch": "^19.0.0",
|
|
16054
|
-
"proc-log": "^6.
|
|
16079
|
+
"proc-log": "^6.1.0"
|
|
16055
16080
|
},
|
|
16056
16081
|
"engines": {
|
|
16057
16082
|
"node": "^20.17.0 || >=22.9.0"
|
|
@@ -16145,9 +16170,9 @@
|
|
|
16145
16170
|
}
|
|
16146
16171
|
},
|
|
16147
16172
|
"node_modules/npm/node_modules/@npmcli/arborist": {
|
|
16148
|
-
"version": "9.
|
|
16149
|
-
"resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-9.
|
|
16150
|
-
"integrity": "sha512-
|
|
16173
|
+
"version": "9.9.0",
|
|
16174
|
+
"resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-9.9.0.tgz",
|
|
16175
|
+
"integrity": "sha512-tzsb1R8mx0k0drlLDT/9ckEYaQHIaWnUti/ci2IaFoQqdqwfmYrc+90p1+QEZC/ocvqcxBep9P1xKw4FbAGofw==",
|
|
16151
16176
|
"inBundle": true,
|
|
16152
16177
|
"license": "ISC",
|
|
16153
16178
|
"dependencies": {
|
|
@@ -16194,9 +16219,9 @@
|
|
|
16194
16219
|
}
|
|
16195
16220
|
},
|
|
16196
16221
|
"node_modules/npm/node_modules/@npmcli/config": {
|
|
16197
|
-
"version": "10.
|
|
16198
|
-
"resolved": "https://registry.npmjs.org/@npmcli/config/-/config-10.
|
|
16199
|
-
"integrity": "sha512-
|
|
16222
|
+
"version": "10.12.0",
|
|
16223
|
+
"resolved": "https://registry.npmjs.org/@npmcli/config/-/config-10.12.0.tgz",
|
|
16224
|
+
"integrity": "sha512-bFkLY3PFzHmRa0pFRU4DQIV86pYi5oWycE6umTwuRzJv8MZ3eiJxtIYfl3pfNQvuLsjONccxhs9IcMhP/tCEBg==",
|
|
16200
16225
|
"inBundle": true,
|
|
16201
16226
|
"license": "ISC",
|
|
16202
16227
|
"dependencies": {
|
|
@@ -16561,7 +16586,7 @@
|
|
|
16561
16586
|
}
|
|
16562
16587
|
},
|
|
16563
16588
|
"node_modules/npm/node_modules/brace-expansion": {
|
|
16564
|
-
"version": "5.0.
|
|
16589
|
+
"version": "5.0.7",
|
|
16565
16590
|
"inBundle": true,
|
|
16566
16591
|
"license": "MIT",
|
|
16567
16592
|
"dependencies": {
|
|
@@ -16961,13 +16986,13 @@
|
|
|
16961
16986
|
}
|
|
16962
16987
|
},
|
|
16963
16988
|
"node_modules/npm/node_modules/libnpmdiff": {
|
|
16964
|
-
"version": "8.1.
|
|
16965
|
-
"resolved": "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-8.1.
|
|
16966
|
-
"integrity": "sha512-
|
|
16989
|
+
"version": "8.1.11",
|
|
16990
|
+
"resolved": "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-8.1.11.tgz",
|
|
16991
|
+
"integrity": "sha512-u09dtt3H2TWCORmbidG7tE1zqpWVWdO7FXJHKWUgrISCI8iruIbm1Vd8RQI/zqrbTn8H/gszWasVThvjR8G0bg==",
|
|
16967
16992
|
"inBundle": true,
|
|
16968
16993
|
"license": "ISC",
|
|
16969
16994
|
"dependencies": {
|
|
16970
|
-
"@npmcli/arborist": "^9.
|
|
16995
|
+
"@npmcli/arborist": "^9.9.0",
|
|
16971
16996
|
"@npmcli/installed-package-contents": "^4.0.0",
|
|
16972
16997
|
"binary-extensions": "^3.0.0",
|
|
16973
16998
|
"diff": "^8.0.2",
|
|
@@ -16981,14 +17006,14 @@
|
|
|
16981
17006
|
}
|
|
16982
17007
|
},
|
|
16983
17008
|
"node_modules/npm/node_modules/libnpmexec": {
|
|
16984
|
-
"version": "10.3.
|
|
16985
|
-
"resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-10.3.
|
|
16986
|
-
"integrity": "sha512-
|
|
17009
|
+
"version": "10.3.1",
|
|
17010
|
+
"resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-10.3.1.tgz",
|
|
17011
|
+
"integrity": "sha512-W5cwKcTV+lfbUr7vSbFXjNzqbRs5jxO6H1zDHiqp4ftd9zLWhUhS5BjoOu1fVcpENhb+1X5Q1EPO4auvxsbu3w==",
|
|
16987
17012
|
"inBundle": true,
|
|
16988
17013
|
"license": "ISC",
|
|
16989
17014
|
"dependencies": {
|
|
16990
17015
|
"@gar/promise-retry": "^1.0.0",
|
|
16991
|
-
"@npmcli/arborist": "^9.
|
|
17016
|
+
"@npmcli/arborist": "^9.9.0",
|
|
16992
17017
|
"@npmcli/package-json": "^7.0.0",
|
|
16993
17018
|
"@npmcli/run-script": "^10.0.0",
|
|
16994
17019
|
"ci-info": "^4.0.0",
|
|
@@ -17005,13 +17030,13 @@
|
|
|
17005
17030
|
}
|
|
17006
17031
|
},
|
|
17007
17032
|
"node_modules/npm/node_modules/libnpmfund": {
|
|
17008
|
-
"version": "7.0.
|
|
17009
|
-
"resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-7.0.
|
|
17010
|
-
"integrity": "sha512-
|
|
17033
|
+
"version": "7.0.25",
|
|
17034
|
+
"resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-7.0.25.tgz",
|
|
17035
|
+
"integrity": "sha512-ZmLv4zKbR0eH8pnd6RKGayEDNixzb8yyAlrRArIXBu5gEOKc8FrJDP7trzKSYmojUjUtp8zUiCnE4O5sGq3eiQ==",
|
|
17011
17036
|
"inBundle": true,
|
|
17012
17037
|
"license": "ISC",
|
|
17013
17038
|
"dependencies": {
|
|
17014
|
-
"@npmcli/arborist": "^9.
|
|
17039
|
+
"@npmcli/arborist": "^9.9.0"
|
|
17015
17040
|
},
|
|
17016
17041
|
"engines": {
|
|
17017
17042
|
"node": "^20.17.0 || >=22.9.0"
|
|
@@ -17032,13 +17057,13 @@
|
|
|
17032
17057
|
}
|
|
17033
17058
|
},
|
|
17034
17059
|
"node_modules/npm/node_modules/libnpmpack": {
|
|
17035
|
-
"version": "9.1.
|
|
17036
|
-
"resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-9.1.
|
|
17037
|
-
"integrity": "sha512-
|
|
17060
|
+
"version": "9.1.11",
|
|
17061
|
+
"resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-9.1.11.tgz",
|
|
17062
|
+
"integrity": "sha512-jszQCrN3lyWyr6KW2uHmQV5L6ggoQ+/dGNweDPIpSUPARjfiU+0BzZNqVEf2Tgvo8wCL5u5yc4tFh3r3dborqg==",
|
|
17038
17063
|
"inBundle": true,
|
|
17039
17064
|
"license": "ISC",
|
|
17040
17065
|
"dependencies": {
|
|
17041
|
-
"@npmcli/arborist": "^9.
|
|
17066
|
+
"@npmcli/arborist": "^9.9.0",
|
|
17042
17067
|
"@npmcli/run-script": "^10.0.0",
|
|
17043
17068
|
"npm-package-arg": "^13.0.0",
|
|
17044
17069
|
"pacote": "^21.0.2"
|
|
@@ -17431,14 +17456,14 @@
|
|
|
17431
17456
|
}
|
|
17432
17457
|
},
|
|
17433
17458
|
"node_modules/npm/node_modules/npm-profile": {
|
|
17434
|
-
"version": "12.0.
|
|
17435
|
-
"resolved": "https://registry.npmjs.org/npm-profile/-/npm-profile-12.0.
|
|
17436
|
-
"integrity": "sha512
|
|
17459
|
+
"version": "12.0.2",
|
|
17460
|
+
"resolved": "https://registry.npmjs.org/npm-profile/-/npm-profile-12.0.2.tgz",
|
|
17461
|
+
"integrity": "sha512-+OKkPvqvx83vRG8aIetzABI99e5uzZZ6HIS5zCr+oRPSuDL0Buk1KJh/LqyR0BuiWmLeDWGI77igNYipztLm1w==",
|
|
17437
17462
|
"inBundle": true,
|
|
17438
17463
|
"license": "ISC",
|
|
17439
17464
|
"dependencies": {
|
|
17440
17465
|
"npm-registry-fetch": "^19.0.0",
|
|
17441
|
-
"proc-log": "^6.
|
|
17466
|
+
"proc-log": "^6.1.0"
|
|
17442
17467
|
},
|
|
17443
17468
|
"engines": {
|
|
17444
17469
|
"node": "^20.17.0 || >=22.9.0"
|
|
@@ -17655,7 +17680,9 @@
|
|
|
17655
17680
|
"optional": true
|
|
17656
17681
|
},
|
|
17657
17682
|
"node_modules/npm/node_modules/semver": {
|
|
17658
|
-
"version": "7.8.
|
|
17683
|
+
"version": "7.8.5",
|
|
17684
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
|
|
17685
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
17659
17686
|
"inBundle": true,
|
|
17660
17687
|
"license": "ISC",
|
|
17661
17688
|
"bin": {
|
|
@@ -17785,7 +17812,9 @@
|
|
|
17785
17812
|
}
|
|
17786
17813
|
},
|
|
17787
17814
|
"node_modules/npm/node_modules/tar": {
|
|
17788
|
-
"version": "7.5.
|
|
17815
|
+
"version": "7.5.19",
|
|
17816
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.19.tgz",
|
|
17817
|
+
"integrity": "sha512-4LeEWl96twnS2Q7Bz4MGqgazLqO+hJN63GZxXoIqh1T3VweYD997gbU1ItNsQafqqXTXd5WFyFdReLtwvRBNiw==",
|
|
17789
17818
|
"inBundle": true,
|
|
17790
17819
|
"license": "BlueOak-1.0.0",
|
|
17791
17820
|
"dependencies": {
|
|
@@ -17887,7 +17916,7 @@
|
|
|
17887
17916
|
}
|
|
17888
17917
|
},
|
|
17889
17918
|
"node_modules/npm/node_modules/undici": {
|
|
17890
|
-
"version": "6.
|
|
17919
|
+
"version": "6.27.0",
|
|
17891
17920
|
"inBundle": true,
|
|
17892
17921
|
"license": "MIT",
|
|
17893
17922
|
"engines": {
|
|
@@ -20911,16 +20940,19 @@
|
|
|
20911
20940
|
}
|
|
20912
20941
|
},
|
|
20913
20942
|
"node_modules/strnum": {
|
|
20914
|
-
"version": "2.
|
|
20915
|
-
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.
|
|
20916
|
-
"integrity": "sha512-
|
|
20943
|
+
"version": "2.4.1",
|
|
20944
|
+
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.4.1.tgz",
|
|
20945
|
+
"integrity": "sha512-M9eUSMT2dCB2cTNPG7UYj6KuK7RJR2SN2+yCV/fTW3xzTCS6EaGZ5pSMgDIjB7r8zSfTGk+dvvn9rTjpVS9Mwg==",
|
|
20917
20946
|
"funding": [
|
|
20918
20947
|
{
|
|
20919
20948
|
"type": "github",
|
|
20920
20949
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
20921
20950
|
}
|
|
20922
20951
|
],
|
|
20923
|
-
"license": "MIT"
|
|
20952
|
+
"license": "MIT",
|
|
20953
|
+
"dependencies": {
|
|
20954
|
+
"anynum": "^1.0.1"
|
|
20955
|
+
}
|
|
20924
20956
|
},
|
|
20925
20957
|
"node_modules/supports-color": {
|
|
20926
20958
|
"version": "7.2.0",
|