@salesforce/analytics 1.4.17 → 1.4.18
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/npm-shrinkwrap.json +652 -514
- package/oclif.lock +115 -177
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/analytics",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.18",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/analytics",
|
|
9
|
-
"version": "1.4.
|
|
9
|
+
"version": "1.4.18",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^3.26.4",
|
|
13
|
-
"@oclif/plugin-help": "^6.1
|
|
13
|
+
"@oclif/plugin-help": "^6.2.1",
|
|
14
14
|
"@salesforce/core": "^6.7.1",
|
|
15
15
|
"@salesforce/kit": "^3.0.15",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^7.1.16",
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
"moment": "^2.30.1"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@oclif/plugin-command-snapshot": "^5.
|
|
24
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
23
|
+
"@oclif/plugin-command-snapshot": "^5.2.2",
|
|
24
|
+
"@salesforce/cli-plugins-testkit": "^5.3.9",
|
|
25
25
|
"@salesforce/dev-scripts": "^8.5.0",
|
|
26
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
26
|
+
"@salesforce/plugin-command-reference": "^3.0.89",
|
|
27
27
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
28
28
|
"@types/lodash.get": "^4.4.9",
|
|
29
29
|
"eslint-plugin-mocha": "^10.4.3",
|
|
30
|
-
"eslint-plugin-sf-plugin": "^1.18.
|
|
30
|
+
"eslint-plugin-sf-plugin": "^1.18.5",
|
|
31
31
|
"oclif": "^4",
|
|
32
32
|
"ts-node": "^10.9.2",
|
|
33
33
|
"typescript": "^5.4.5"
|
|
@@ -4064,24 +4064,6 @@
|
|
|
4064
4064
|
"node": ">=12"
|
|
4065
4065
|
}
|
|
4066
4066
|
},
|
|
4067
|
-
"node_modules/@commitlint/cli/node_modules/wrap-ansi": {
|
|
4068
|
-
"version": "7.0.0",
|
|
4069
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
4070
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
4071
|
-
"dev": true,
|
|
4072
|
-
"license": "MIT",
|
|
4073
|
-
"dependencies": {
|
|
4074
|
-
"ansi-styles": "^4.0.0",
|
|
4075
|
-
"string-width": "^4.1.0",
|
|
4076
|
-
"strip-ansi": "^6.0.0"
|
|
4077
|
-
},
|
|
4078
|
-
"engines": {
|
|
4079
|
-
"node": ">=10"
|
|
4080
|
-
},
|
|
4081
|
-
"funding": {
|
|
4082
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
4083
|
-
}
|
|
4084
|
-
},
|
|
4085
4067
|
"node_modules/@commitlint/cli/node_modules/yargs": {
|
|
4086
4068
|
"version": "17.7.2",
|
|
4087
4069
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
|
|
@@ -4685,64 +4667,59 @@
|
|
|
4685
4667
|
"license": "BSD-3-Clause"
|
|
4686
4668
|
},
|
|
4687
4669
|
"node_modules/@inquirer/confirm": {
|
|
4688
|
-
"version": "
|
|
4689
|
-
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-
|
|
4690
|
-
"integrity": "sha512-
|
|
4691
|
-
"
|
|
4692
|
-
"dependencies": {
|
|
4693
|
-
"@inquirer/core": "^6.0.0",
|
|
4694
|
-
"@inquirer/type": "^1.1.6",
|
|
4695
|
-
"chalk": "^4.1.2"
|
|
4696
|
-
},
|
|
4697
|
-
"engines": {
|
|
4698
|
-
"node": ">=14.18.0"
|
|
4699
|
-
}
|
|
4700
|
-
},
|
|
4701
|
-
"node_modules/@inquirer/confirm/node_modules/chalk": {
|
|
4702
|
-
"version": "4.1.2",
|
|
4703
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
4704
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
4670
|
+
"version": "3.1.9",
|
|
4671
|
+
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.9.tgz",
|
|
4672
|
+
"integrity": "sha512-UF09aejxCi4Xqm6N/jJAiFXArXfi9al52AFaSD+2uIHnhZGtd1d6lIGTRMPouVSJxbGEi+HkOWSYaiEY/+szUw==",
|
|
4673
|
+
"dev": true,
|
|
4705
4674
|
"license": "MIT",
|
|
4706
4675
|
"dependencies": {
|
|
4707
|
-
"
|
|
4708
|
-
"
|
|
4676
|
+
"@inquirer/core": "^8.2.2",
|
|
4677
|
+
"@inquirer/type": "^1.3.3"
|
|
4709
4678
|
},
|
|
4710
4679
|
"engines": {
|
|
4711
|
-
"node": ">=
|
|
4712
|
-
},
|
|
4713
|
-
"funding": {
|
|
4714
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
4680
|
+
"node": ">=18"
|
|
4715
4681
|
}
|
|
4716
4682
|
},
|
|
4717
4683
|
"node_modules/@inquirer/core": {
|
|
4718
|
-
"version": "
|
|
4719
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-
|
|
4720
|
-
"integrity": "sha512-
|
|
4684
|
+
"version": "8.2.2",
|
|
4685
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.2.2.tgz",
|
|
4686
|
+
"integrity": "sha512-K8SuNX45jEFlX3EBJpu9B+S2TISzMPGXZIuJ9ME924SqbdW6Pt6fIkKvXg7mOEOKJ4WxpQsxj0UTfcL/A434Ww==",
|
|
4687
|
+
"dev": true,
|
|
4721
4688
|
"license": "MIT",
|
|
4722
4689
|
"dependencies": {
|
|
4723
|
-
"@inquirer/
|
|
4690
|
+
"@inquirer/figures": "^1.0.3",
|
|
4691
|
+
"@inquirer/type": "^1.3.3",
|
|
4724
4692
|
"@types/mute-stream": "^0.0.4",
|
|
4725
|
-
"@types/node": "^20.
|
|
4693
|
+
"@types/node": "^20.12.13",
|
|
4726
4694
|
"@types/wrap-ansi": "^3.0.0",
|
|
4727
4695
|
"ansi-escapes": "^4.3.2",
|
|
4728
4696
|
"chalk": "^4.1.2",
|
|
4729
4697
|
"cli-spinners": "^2.9.2",
|
|
4730
4698
|
"cli-width": "^4.1.0",
|
|
4731
|
-
"figures": "^3.2.0",
|
|
4732
4699
|
"mute-stream": "^1.0.0",
|
|
4733
|
-
"run-async": "^3.0.0",
|
|
4734
4700
|
"signal-exit": "^4.1.0",
|
|
4735
4701
|
"strip-ansi": "^6.0.1",
|
|
4736
4702
|
"wrap-ansi": "^6.2.0"
|
|
4737
4703
|
},
|
|
4738
4704
|
"engines": {
|
|
4739
|
-
"node": ">=
|
|
4705
|
+
"node": ">=18"
|
|
4706
|
+
}
|
|
4707
|
+
},
|
|
4708
|
+
"node_modules/@inquirer/core/node_modules/@types/node": {
|
|
4709
|
+
"version": "20.13.0",
|
|
4710
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.13.0.tgz",
|
|
4711
|
+
"integrity": "sha512-FM6AOb3khNkNIXPnHFDYaHerSv8uN22C91z098AnGccVu+Pcdhi+pNUFDi0iLmPIsVE0JBD0KVS7mzUYt4nRzQ==",
|
|
4712
|
+
"dev": true,
|
|
4713
|
+
"license": "MIT",
|
|
4714
|
+
"dependencies": {
|
|
4715
|
+
"undici-types": "~5.26.4"
|
|
4740
4716
|
}
|
|
4741
4717
|
},
|
|
4742
4718
|
"node_modules/@inquirer/core/node_modules/chalk": {
|
|
4743
4719
|
"version": "4.1.2",
|
|
4744
4720
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
4745
4721
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
4722
|
+
"dev": true,
|
|
4746
4723
|
"license": "MIT",
|
|
4747
4724
|
"dependencies": {
|
|
4748
4725
|
"ansi-styles": "^4.1.0",
|
|
@@ -4759,6 +4736,7 @@
|
|
|
4759
4736
|
"version": "4.1.0",
|
|
4760
4737
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
4761
4738
|
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
4739
|
+
"dev": true,
|
|
4762
4740
|
"license": "ISC",
|
|
4763
4741
|
"engines": {
|
|
4764
4742
|
"node": ">=14"
|
|
@@ -4767,10 +4745,25 @@
|
|
|
4767
4745
|
"url": "https://github.com/sponsors/isaacs"
|
|
4768
4746
|
}
|
|
4769
4747
|
},
|
|
4748
|
+
"node_modules/@inquirer/core/node_modules/wrap-ansi": {
|
|
4749
|
+
"version": "6.2.0",
|
|
4750
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
4751
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
4752
|
+
"dev": true,
|
|
4753
|
+
"license": "MIT",
|
|
4754
|
+
"dependencies": {
|
|
4755
|
+
"ansi-styles": "^4.0.0",
|
|
4756
|
+
"string-width": "^4.1.0",
|
|
4757
|
+
"strip-ansi": "^6.0.0"
|
|
4758
|
+
},
|
|
4759
|
+
"engines": {
|
|
4760
|
+
"node": ">=8"
|
|
4761
|
+
}
|
|
4762
|
+
},
|
|
4770
4763
|
"node_modules/@inquirer/figures": {
|
|
4771
|
-
"version": "1.0.
|
|
4772
|
-
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.
|
|
4773
|
-
"integrity": "sha512-
|
|
4764
|
+
"version": "1.0.3",
|
|
4765
|
+
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.3.tgz",
|
|
4766
|
+
"integrity": "sha512-ErXXzENMH5pJt5/ssXV0DfWUZqly8nGzf0UcBV9xTnP+KyffE2mqyxIMBrZ8ijQck2nU0TQm40EQB53YreyWHw==",
|
|
4774
4767
|
"dev": true,
|
|
4775
4768
|
"license": "MIT",
|
|
4776
4769
|
"engines": {
|
|
@@ -4778,79 +4771,72 @@
|
|
|
4778
4771
|
}
|
|
4779
4772
|
},
|
|
4780
4773
|
"node_modules/@inquirer/input": {
|
|
4781
|
-
"version": "2.1.
|
|
4782
|
-
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.1.
|
|
4783
|
-
"integrity": "sha512-
|
|
4774
|
+
"version": "2.1.9",
|
|
4775
|
+
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.1.9.tgz",
|
|
4776
|
+
"integrity": "sha512-1xTCHmIe48x9CG1+8glAHrVVdH+QfYhzgBUbgyoVpp5NovnXgRcjSn/SNulepxf9Ol8HDq3gzw3ZCAUr+h1Eyg==",
|
|
4784
4777
|
"dev": true,
|
|
4785
4778
|
"license": "MIT",
|
|
4786
4779
|
"dependencies": {
|
|
4787
|
-
"@inquirer/core": "^8.
|
|
4788
|
-
"@inquirer/type": "^1.3.
|
|
4780
|
+
"@inquirer/core": "^8.2.2",
|
|
4781
|
+
"@inquirer/type": "^1.3.3"
|
|
4789
4782
|
},
|
|
4790
4783
|
"engines": {
|
|
4791
4784
|
"node": ">=18"
|
|
4792
4785
|
}
|
|
4793
4786
|
},
|
|
4794
|
-
"node_modules/@inquirer/
|
|
4795
|
-
"version": "
|
|
4796
|
-
"resolved": "https://registry.npmjs.org/@inquirer/
|
|
4797
|
-
"integrity": "sha512-
|
|
4798
|
-
"
|
|
4787
|
+
"node_modules/@inquirer/password": {
|
|
4788
|
+
"version": "1.1.16",
|
|
4789
|
+
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-1.1.16.tgz",
|
|
4790
|
+
"integrity": "sha512-aZYZVHLUXZ2gbBot+i+zOJrks1WaiI95lvZCn1sKfcw6MtSSlYC8uDX8sTzQvAsQ8epHoP84UNvAIT0KVGOGqw==",
|
|
4791
|
+
"license": "MIT",
|
|
4792
|
+
"dependencies": {
|
|
4793
|
+
"@inquirer/core": "^6.0.0",
|
|
4794
|
+
"@inquirer/type": "^1.1.6",
|
|
4795
|
+
"ansi-escapes": "^4.3.2",
|
|
4796
|
+
"chalk": "^4.1.2"
|
|
4797
|
+
},
|
|
4798
|
+
"engines": {
|
|
4799
|
+
"node": ">=14.18.0"
|
|
4800
|
+
}
|
|
4801
|
+
},
|
|
4802
|
+
"node_modules/@inquirer/password/node_modules/@inquirer/core": {
|
|
4803
|
+
"version": "6.0.0",
|
|
4804
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-6.0.0.tgz",
|
|
4805
|
+
"integrity": "sha512-fKi63Khkisgda3ohnskNf5uZJj+zXOaBvOllHsOkdsXRA/ubQLJQrZchFFi57NKbZzkTunXiBMdvWOv71alonw==",
|
|
4799
4806
|
"license": "MIT",
|
|
4800
4807
|
"dependencies": {
|
|
4801
|
-
"@inquirer/
|
|
4802
|
-
"@inquirer/type": "^1.3.0",
|
|
4808
|
+
"@inquirer/type": "^1.1.6",
|
|
4803
4809
|
"@types/mute-stream": "^0.0.4",
|
|
4804
|
-
"@types/node": "^20.
|
|
4810
|
+
"@types/node": "^20.10.7",
|
|
4805
4811
|
"@types/wrap-ansi": "^3.0.0",
|
|
4806
4812
|
"ansi-escapes": "^4.3.2",
|
|
4807
4813
|
"chalk": "^4.1.2",
|
|
4808
4814
|
"cli-spinners": "^2.9.2",
|
|
4809
4815
|
"cli-width": "^4.1.0",
|
|
4816
|
+
"figures": "^3.2.0",
|
|
4810
4817
|
"mute-stream": "^1.0.0",
|
|
4818
|
+
"run-async": "^3.0.0",
|
|
4811
4819
|
"signal-exit": "^4.1.0",
|
|
4812
4820
|
"strip-ansi": "^6.0.1",
|
|
4813
4821
|
"wrap-ansi": "^6.2.0"
|
|
4814
4822
|
},
|
|
4815
4823
|
"engines": {
|
|
4816
|
-
"node": ">=18"
|
|
4817
|
-
}
|
|
4818
|
-
},
|
|
4819
|
-
"node_modules/@inquirer/input/node_modules/@inquirer/figures": {
|
|
4820
|
-
"version": "1.0.0",
|
|
4821
|
-
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.0.tgz",
|
|
4822
|
-
"integrity": "sha512-3fw+7+77/duTnMJTeSS44wneszghI4tkr0m0xdIJabbYRe36ElzmsqyboMZ1nFRon6sT+ckVvYDVjwapKv+2sw==",
|
|
4823
|
-
"dev": true,
|
|
4824
|
-
"license": "MIT",
|
|
4825
|
-
"engines": {
|
|
4826
|
-
"node": ">=18"
|
|
4824
|
+
"node": ">=14.18.0"
|
|
4827
4825
|
}
|
|
4828
4826
|
},
|
|
4829
|
-
"node_modules/@inquirer/
|
|
4830
|
-
"version": "1.
|
|
4831
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.
|
|
4832
|
-
"integrity": "sha512
|
|
4833
|
-
"dev": true,
|
|
4827
|
+
"node_modules/@inquirer/password/node_modules/@inquirer/type": {
|
|
4828
|
+
"version": "1.2.0",
|
|
4829
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.2.0.tgz",
|
|
4830
|
+
"integrity": "sha512-/vvkUkYhrjbm+RolU7V1aUFDydZVKNKqKHR5TsE+j5DXgXFwrsOPcoGUJ02K0O7q7O53CU2DOTMYCHeGZ25WHA==",
|
|
4834
4831
|
"license": "MIT",
|
|
4835
4832
|
"engines": {
|
|
4836
4833
|
"node": ">=18"
|
|
4837
4834
|
}
|
|
4838
4835
|
},
|
|
4839
|
-
"node_modules/@inquirer/
|
|
4840
|
-
"version": "20.12.7",
|
|
4841
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.7.tgz",
|
|
4842
|
-
"integrity": "sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==",
|
|
4843
|
-
"dev": true,
|
|
4844
|
-
"license": "MIT",
|
|
4845
|
-
"dependencies": {
|
|
4846
|
-
"undici-types": "~5.26.4"
|
|
4847
|
-
}
|
|
4848
|
-
},
|
|
4849
|
-
"node_modules/@inquirer/input/node_modules/chalk": {
|
|
4836
|
+
"node_modules/@inquirer/password/node_modules/chalk": {
|
|
4850
4837
|
"version": "4.1.2",
|
|
4851
4838
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
4852
4839
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
4853
|
-
"dev": true,
|
|
4854
4840
|
"license": "MIT",
|
|
4855
4841
|
"dependencies": {
|
|
4856
4842
|
"ansi-styles": "^4.1.0",
|
|
@@ -4863,11 +4849,19 @@
|
|
|
4863
4849
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
4864
4850
|
}
|
|
4865
4851
|
},
|
|
4866
|
-
"node_modules/@inquirer/
|
|
4852
|
+
"node_modules/@inquirer/password/node_modules/run-async": {
|
|
4853
|
+
"version": "3.0.0",
|
|
4854
|
+
"resolved": "https://registry.npmjs.org/run-async/-/run-async-3.0.0.tgz",
|
|
4855
|
+
"integrity": "sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==",
|
|
4856
|
+
"license": "MIT",
|
|
4857
|
+
"engines": {
|
|
4858
|
+
"node": ">=0.12.0"
|
|
4859
|
+
}
|
|
4860
|
+
},
|
|
4861
|
+
"node_modules/@inquirer/password/node_modules/signal-exit": {
|
|
4867
4862
|
"version": "4.1.0",
|
|
4868
4863
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
4869
4864
|
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
4870
|
-
"dev": true,
|
|
4871
4865
|
"license": "ISC",
|
|
4872
4866
|
"engines": {
|
|
4873
4867
|
"node": ">=14"
|
|
@@ -4876,47 +4870,30 @@
|
|
|
4876
4870
|
"url": "https://github.com/sponsors/isaacs"
|
|
4877
4871
|
}
|
|
4878
4872
|
},
|
|
4879
|
-
"node_modules/@inquirer/password": {
|
|
4880
|
-
"version": "
|
|
4881
|
-
"resolved": "https://registry.npmjs.org
|
|
4882
|
-
"integrity": "sha512-
|
|
4883
|
-
"license": "MIT",
|
|
4884
|
-
"dependencies": {
|
|
4885
|
-
"@inquirer/core": "^6.0.0",
|
|
4886
|
-
"@inquirer/type": "^1.1.6",
|
|
4887
|
-
"ansi-escapes": "^4.3.2",
|
|
4888
|
-
"chalk": "^4.1.2"
|
|
4889
|
-
},
|
|
4890
|
-
"engines": {
|
|
4891
|
-
"node": ">=14.18.0"
|
|
4892
|
-
}
|
|
4893
|
-
},
|
|
4894
|
-
"node_modules/@inquirer/password/node_modules/chalk": {
|
|
4895
|
-
"version": "4.1.2",
|
|
4896
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
4897
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
4873
|
+
"node_modules/@inquirer/password/node_modules/wrap-ansi": {
|
|
4874
|
+
"version": "6.2.0",
|
|
4875
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
4876
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
4898
4877
|
"license": "MIT",
|
|
4899
4878
|
"dependencies": {
|
|
4900
|
-
"ansi-styles": "^4.
|
|
4901
|
-
"
|
|
4879
|
+
"ansi-styles": "^4.0.0",
|
|
4880
|
+
"string-width": "^4.1.0",
|
|
4881
|
+
"strip-ansi": "^6.0.0"
|
|
4902
4882
|
},
|
|
4903
4883
|
"engines": {
|
|
4904
|
-
"node": ">=
|
|
4905
|
-
},
|
|
4906
|
-
"funding": {
|
|
4907
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
4884
|
+
"node": ">=8"
|
|
4908
4885
|
}
|
|
4909
4886
|
},
|
|
4910
4887
|
"node_modules/@inquirer/select": {
|
|
4911
|
-
"version": "2.3.
|
|
4912
|
-
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.3.
|
|
4913
|
-
"integrity": "sha512-
|
|
4888
|
+
"version": "2.3.5",
|
|
4889
|
+
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.3.5.tgz",
|
|
4890
|
+
"integrity": "sha512-IyBj8oEtmdF2Gx4FJTPtEya37MD6s0KATKsHqgmls0lK7EQbhYSq9GQlcFq6cBsYe/cgQ0Fg2cCqYYPi/d/fxQ==",
|
|
4914
4891
|
"dev": true,
|
|
4915
4892
|
"license": "MIT",
|
|
4916
4893
|
"dependencies": {
|
|
4917
|
-
"@inquirer/core": "^8.2.
|
|
4918
|
-
"@inquirer/figures": "^1.0.
|
|
4919
|
-
"@inquirer/type": "^1.3.
|
|
4894
|
+
"@inquirer/core": "^8.2.2",
|
|
4895
|
+
"@inquirer/figures": "^1.0.3",
|
|
4896
|
+
"@inquirer/type": "^1.3.3",
|
|
4920
4897
|
"ansi-escapes": "^4.3.2",
|
|
4921
4898
|
"chalk": "^4.1.2"
|
|
4922
4899
|
},
|
|
@@ -4924,51 +4901,6 @@
|
|
|
4924
4901
|
"node": ">=18"
|
|
4925
4902
|
}
|
|
4926
4903
|
},
|
|
4927
|
-
"node_modules/@inquirer/select/node_modules/@inquirer/core": {
|
|
4928
|
-
"version": "8.2.1",
|
|
4929
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.2.1.tgz",
|
|
4930
|
-
"integrity": "sha512-TIcuQMn2qrtyYe0j136UpHeYpk7AcR/trKeT/7YY0vRgcS9YSfJuQ2+PudPhSofLLsHNnRYAHScQCcVZrJkMqA==",
|
|
4931
|
-
"dev": true,
|
|
4932
|
-
"license": "MIT",
|
|
4933
|
-
"dependencies": {
|
|
4934
|
-
"@inquirer/figures": "^1.0.2",
|
|
4935
|
-
"@inquirer/type": "^1.3.2",
|
|
4936
|
-
"@types/mute-stream": "^0.0.4",
|
|
4937
|
-
"@types/node": "^20.12.12",
|
|
4938
|
-
"@types/wrap-ansi": "^3.0.0",
|
|
4939
|
-
"ansi-escapes": "^4.3.2",
|
|
4940
|
-
"chalk": "^4.1.2",
|
|
4941
|
-
"cli-spinners": "^2.9.2",
|
|
4942
|
-
"cli-width": "^4.1.0",
|
|
4943
|
-
"mute-stream": "^1.0.0",
|
|
4944
|
-
"signal-exit": "^4.1.0",
|
|
4945
|
-
"strip-ansi": "^6.0.1",
|
|
4946
|
-
"wrap-ansi": "^6.2.0"
|
|
4947
|
-
},
|
|
4948
|
-
"engines": {
|
|
4949
|
-
"node": ">=18"
|
|
4950
|
-
}
|
|
4951
|
-
},
|
|
4952
|
-
"node_modules/@inquirer/select/node_modules/@inquirer/type": {
|
|
4953
|
-
"version": "1.3.2",
|
|
4954
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.3.2.tgz",
|
|
4955
|
-
"integrity": "sha512-5Frickan9c89QbPkSu6I6y8p+9eR6hZkdPahGmNDsTFX8FHLPAozyzCZMKUeW8FyYwnlCKUjqIEqxY+UctARiw==",
|
|
4956
|
-
"dev": true,
|
|
4957
|
-
"license": "MIT",
|
|
4958
|
-
"engines": {
|
|
4959
|
-
"node": ">=18"
|
|
4960
|
-
}
|
|
4961
|
-
},
|
|
4962
|
-
"node_modules/@inquirer/select/node_modules/@types/node": {
|
|
4963
|
-
"version": "20.12.12",
|
|
4964
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.12.tgz",
|
|
4965
|
-
"integrity": "sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==",
|
|
4966
|
-
"dev": true,
|
|
4967
|
-
"license": "MIT",
|
|
4968
|
-
"dependencies": {
|
|
4969
|
-
"undici-types": "~5.26.4"
|
|
4970
|
-
}
|
|
4971
|
-
},
|
|
4972
4904
|
"node_modules/@inquirer/select/node_modules/chalk": {
|
|
4973
4905
|
"version": "4.1.2",
|
|
4974
4906
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
@@ -4986,23 +4918,11 @@
|
|
|
4986
4918
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
4987
4919
|
}
|
|
4988
4920
|
},
|
|
4989
|
-
"node_modules/@inquirer/select/node_modules/signal-exit": {
|
|
4990
|
-
"version": "4.1.0",
|
|
4991
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
4992
|
-
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
4993
|
-
"dev": true,
|
|
4994
|
-
"license": "ISC",
|
|
4995
|
-
"engines": {
|
|
4996
|
-
"node": ">=14"
|
|
4997
|
-
},
|
|
4998
|
-
"funding": {
|
|
4999
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
5000
|
-
}
|
|
5001
|
-
},
|
|
5002
4921
|
"node_modules/@inquirer/type": {
|
|
5003
|
-
"version": "1.
|
|
5004
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.
|
|
5005
|
-
"integrity": "sha512
|
|
4922
|
+
"version": "1.3.3",
|
|
4923
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.3.3.tgz",
|
|
4924
|
+
"integrity": "sha512-xTUt0NulylX27/zMx04ZYar/kr1raaiFTVvQ5feljQsiAgdm0WPj4S73/ye0fbslh+15QrIuDvfCXTek7pMY5A==",
|
|
4925
|
+
"dev": true,
|
|
5006
4926
|
"license": "MIT",
|
|
5007
4927
|
"engines": {
|
|
5008
4928
|
"node": ">=18"
|
|
@@ -5446,33 +5366,15 @@
|
|
|
5446
5366
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
5447
5367
|
}
|
|
5448
5368
|
},
|
|
5449
|
-
"node_modules/@oclif/core/node_modules/wrap-ansi": {
|
|
5450
|
-
"version": "7.0.0",
|
|
5451
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
5452
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
5453
|
-
"license": "MIT",
|
|
5454
|
-
"dependencies": {
|
|
5455
|
-
"ansi-styles": "^4.0.0",
|
|
5456
|
-
"string-width": "^4.1.0",
|
|
5457
|
-
"strip-ansi": "^6.0.0"
|
|
5458
|
-
},
|
|
5459
|
-
"engines": {
|
|
5460
|
-
"node": ">=10"
|
|
5461
|
-
},
|
|
5462
|
-
"funding": {
|
|
5463
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
5464
|
-
}
|
|
5465
|
-
},
|
|
5466
5369
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
5467
|
-
"version": "5.
|
|
5468
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.
|
|
5469
|
-
"integrity": "sha512-
|
|
5370
|
+
"version": "5.2.2",
|
|
5371
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.2.tgz",
|
|
5372
|
+
"integrity": "sha512-OVofRryPy962QeyiOYX7iI92H+dFGO7wa4F+yXYLQ0Xr+ik+LNYzOgxRomNIbj8kqnBBPLqOvv9gkKakAf9UZg==",
|
|
5470
5373
|
"dev": true,
|
|
5471
5374
|
"license": "MIT",
|
|
5472
5375
|
"dependencies": {
|
|
5473
|
-
"@oclif/core": "
|
|
5474
|
-
"
|
|
5475
|
-
"chalk": "^5.3.0",
|
|
5376
|
+
"@oclif/core": "^4",
|
|
5377
|
+
"ansis": "^3.2.0",
|
|
5476
5378
|
"globby": "^14.0.1",
|
|
5477
5379
|
"just-diff": "^5.2.0",
|
|
5478
5380
|
"lodash.difference": "^4.5.0",
|
|
@@ -5485,19 +5387,106 @@
|
|
|
5485
5387
|
"node": ">=18.0.0"
|
|
5486
5388
|
}
|
|
5487
5389
|
},
|
|
5488
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/
|
|
5489
|
-
"version": "
|
|
5490
|
-
"resolved": "https://registry.npmjs.org/
|
|
5491
|
-
"integrity": "sha512-
|
|
5390
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
|
|
5391
|
+
"version": "4.0.3",
|
|
5392
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.3.tgz",
|
|
5393
|
+
"integrity": "sha512-yM8R/M2WfSNfL9eF8clS/SbQvanvHZJgoij5bLs3ro7uAFCkL/LYcagyj0UVGbysx5AI+SNIof6OHQUXYZpOZw==",
|
|
5492
5394
|
"dev": true,
|
|
5493
5395
|
"license": "MIT",
|
|
5494
5396
|
"dependencies": {
|
|
5495
|
-
"
|
|
5496
|
-
"
|
|
5497
|
-
"
|
|
5498
|
-
"
|
|
5499
|
-
"
|
|
5500
|
-
"
|
|
5397
|
+
"ansi-escapes": "^4.3.2",
|
|
5398
|
+
"ansis": "^3.1.1",
|
|
5399
|
+
"clean-stack": "^3.0.1",
|
|
5400
|
+
"cli-spinners": "^2.9.2",
|
|
5401
|
+
"cosmiconfig": "^9.0.0",
|
|
5402
|
+
"debug": "^4.3.5",
|
|
5403
|
+
"ejs": "^3.1.10",
|
|
5404
|
+
"get-package-type": "^0.1.0",
|
|
5405
|
+
"globby": "^11.1.0",
|
|
5406
|
+
"indent-string": "^4.0.0",
|
|
5407
|
+
"is-wsl": "^2.2.0",
|
|
5408
|
+
"minimatch": "^9.0.4",
|
|
5409
|
+
"string-width": "^4.2.3",
|
|
5410
|
+
"supports-color": "^8",
|
|
5411
|
+
"widest-line": "^3.1.0",
|
|
5412
|
+
"wordwrap": "^1.0.0",
|
|
5413
|
+
"wrap-ansi": "^7.0.0"
|
|
5414
|
+
},
|
|
5415
|
+
"engines": {
|
|
5416
|
+
"node": ">=18.0.0"
|
|
5417
|
+
}
|
|
5418
|
+
},
|
|
5419
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/globby": {
|
|
5420
|
+
"version": "11.1.0",
|
|
5421
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
|
|
5422
|
+
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
|
|
5423
|
+
"dev": true,
|
|
5424
|
+
"license": "MIT",
|
|
5425
|
+
"dependencies": {
|
|
5426
|
+
"array-union": "^2.1.0",
|
|
5427
|
+
"dir-glob": "^3.0.1",
|
|
5428
|
+
"fast-glob": "^3.2.9",
|
|
5429
|
+
"ignore": "^5.2.0",
|
|
5430
|
+
"merge2": "^1.4.1",
|
|
5431
|
+
"slash": "^3.0.0"
|
|
5432
|
+
},
|
|
5433
|
+
"engines": {
|
|
5434
|
+
"node": ">=10"
|
|
5435
|
+
},
|
|
5436
|
+
"funding": {
|
|
5437
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5438
|
+
}
|
|
5439
|
+
},
|
|
5440
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/slash": {
|
|
5441
|
+
"version": "3.0.0",
|
|
5442
|
+
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
5443
|
+
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
5444
|
+
"dev": true,
|
|
5445
|
+
"license": "MIT",
|
|
5446
|
+
"engines": {
|
|
5447
|
+
"node": ">=8"
|
|
5448
|
+
}
|
|
5449
|
+
},
|
|
5450
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/cosmiconfig": {
|
|
5451
|
+
"version": "9.0.0",
|
|
5452
|
+
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
|
|
5453
|
+
"integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
|
|
5454
|
+
"dev": true,
|
|
5455
|
+
"license": "MIT",
|
|
5456
|
+
"dependencies": {
|
|
5457
|
+
"env-paths": "^2.2.1",
|
|
5458
|
+
"import-fresh": "^3.3.0",
|
|
5459
|
+
"js-yaml": "^4.1.0",
|
|
5460
|
+
"parse-json": "^5.2.0"
|
|
5461
|
+
},
|
|
5462
|
+
"engines": {
|
|
5463
|
+
"node": ">=14"
|
|
5464
|
+
},
|
|
5465
|
+
"funding": {
|
|
5466
|
+
"url": "https://github.com/sponsors/d-fischer"
|
|
5467
|
+
},
|
|
5468
|
+
"peerDependencies": {
|
|
5469
|
+
"typescript": ">=4.9.5"
|
|
5470
|
+
},
|
|
5471
|
+
"peerDependenciesMeta": {
|
|
5472
|
+
"typescript": {
|
|
5473
|
+
"optional": true
|
|
5474
|
+
}
|
|
5475
|
+
}
|
|
5476
|
+
},
|
|
5477
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
|
|
5478
|
+
"version": "14.0.1",
|
|
5479
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
|
|
5480
|
+
"integrity": "sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==",
|
|
5481
|
+
"dev": true,
|
|
5482
|
+
"license": "MIT",
|
|
5483
|
+
"dependencies": {
|
|
5484
|
+
"@sindresorhus/merge-streams": "^2.1.0",
|
|
5485
|
+
"fast-glob": "^3.3.2",
|
|
5486
|
+
"ignore": "^5.2.4",
|
|
5487
|
+
"path-type": "^5.0.0",
|
|
5488
|
+
"slash": "^5.1.0",
|
|
5489
|
+
"unicorn-magic": "^0.1.0"
|
|
5501
5490
|
},
|
|
5502
5491
|
"engines": {
|
|
5503
5492
|
"node": ">=18"
|
|
@@ -5506,6 +5495,22 @@
|
|
|
5506
5495
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5507
5496
|
}
|
|
5508
5497
|
},
|
|
5498
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/minimatch": {
|
|
5499
|
+
"version": "9.0.4",
|
|
5500
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
5501
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
5502
|
+
"dev": true,
|
|
5503
|
+
"license": "ISC",
|
|
5504
|
+
"dependencies": {
|
|
5505
|
+
"brace-expansion": "^2.0.1"
|
|
5506
|
+
},
|
|
5507
|
+
"engines": {
|
|
5508
|
+
"node": ">=16 || 14 >=14.17"
|
|
5509
|
+
},
|
|
5510
|
+
"funding": {
|
|
5511
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
5512
|
+
}
|
|
5513
|
+
},
|
|
5509
5514
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
|
|
5510
5515
|
"version": "5.0.0",
|
|
5511
5516
|
"resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
|
|
@@ -5532,30 +5537,46 @@
|
|
|
5532
5537
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5533
5538
|
}
|
|
5534
5539
|
},
|
|
5540
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
|
|
5541
|
+
"version": "8.1.1",
|
|
5542
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
5543
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
5544
|
+
"dev": true,
|
|
5545
|
+
"license": "MIT",
|
|
5546
|
+
"dependencies": {
|
|
5547
|
+
"has-flag": "^4.0.0"
|
|
5548
|
+
},
|
|
5549
|
+
"engines": {
|
|
5550
|
+
"node": ">=10"
|
|
5551
|
+
},
|
|
5552
|
+
"funding": {
|
|
5553
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
5554
|
+
}
|
|
5555
|
+
},
|
|
5535
5556
|
"node_modules/@oclif/plugin-help": {
|
|
5536
|
-
"version": "6.1
|
|
5537
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.1.
|
|
5538
|
-
"integrity": "sha512-
|
|
5557
|
+
"version": "6.2.1",
|
|
5558
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.1.tgz",
|
|
5559
|
+
"integrity": "sha512-ipWBN2eYr3jnac5ruRjsVfcoXyuzpjNKc/9qnL8a366vZ9b+Kdb0Z+6nFkfL7hiPI9Yo0DD+OqEjBKhETGHjRA==",
|
|
5539
5560
|
"license": "MIT",
|
|
5540
5561
|
"dependencies": {
|
|
5541
|
-
"@oclif/core": "^4
|
|
5562
|
+
"@oclif/core": "^4"
|
|
5542
5563
|
},
|
|
5543
5564
|
"engines": {
|
|
5544
5565
|
"node": ">=18.0.0"
|
|
5545
5566
|
}
|
|
5546
5567
|
},
|
|
5547
5568
|
"node_modules/@oclif/plugin-help/node_modules/@oclif/core": {
|
|
5548
|
-
"version": "4.0.
|
|
5549
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
|
5550
|
-
"integrity": "sha512-
|
|
5569
|
+
"version": "4.0.3",
|
|
5570
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.3.tgz",
|
|
5571
|
+
"integrity": "sha512-yM8R/M2WfSNfL9eF8clS/SbQvanvHZJgoij5bLs3ro7uAFCkL/LYcagyj0UVGbysx5AI+SNIof6OHQUXYZpOZw==",
|
|
5551
5572
|
"license": "MIT",
|
|
5552
5573
|
"dependencies": {
|
|
5553
5574
|
"ansi-escapes": "^4.3.2",
|
|
5554
|
-
"ansis": "^3.
|
|
5575
|
+
"ansis": "^3.1.1",
|
|
5555
5576
|
"clean-stack": "^3.0.1",
|
|
5556
5577
|
"cli-spinners": "^2.9.2",
|
|
5557
5578
|
"cosmiconfig": "^9.0.0",
|
|
5558
|
-
"debug": "^4.3.
|
|
5579
|
+
"debug": "^4.3.5",
|
|
5559
5580
|
"ejs": "^3.1.10",
|
|
5560
5581
|
"get-package-type": "^0.1.0",
|
|
5561
5582
|
"globby": "^11.1.0",
|
|
@@ -5563,7 +5584,7 @@
|
|
|
5563
5584
|
"is-wsl": "^2.2.0",
|
|
5564
5585
|
"minimatch": "^9.0.4",
|
|
5565
5586
|
"string-width": "^4.2.3",
|
|
5566
|
-
"supports-color": "^
|
|
5587
|
+
"supports-color": "^8",
|
|
5567
5588
|
"widest-line": "^3.1.0",
|
|
5568
5589
|
"wordwrap": "^1.0.0",
|
|
5569
5590
|
"wrap-ansi": "^7.0.0"
|
|
@@ -5614,147 +5635,122 @@
|
|
|
5614
5635
|
}
|
|
5615
5636
|
},
|
|
5616
5637
|
"node_modules/@oclif/plugin-help/node_modules/supports-color": {
|
|
5617
|
-
"version": "
|
|
5618
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-
|
|
5619
|
-
"integrity": "sha512-
|
|
5620
|
-
"license": "MIT",
|
|
5621
|
-
"engines": {
|
|
5622
|
-
"node": ">=12"
|
|
5623
|
-
},
|
|
5624
|
-
"funding": {
|
|
5625
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
5626
|
-
}
|
|
5627
|
-
},
|
|
5628
|
-
"node_modules/@oclif/plugin-help/node_modules/wrap-ansi": {
|
|
5629
|
-
"version": "7.0.0",
|
|
5630
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
5631
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
5638
|
+
"version": "8.1.1",
|
|
5639
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
5640
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
5632
5641
|
"license": "MIT",
|
|
5633
5642
|
"dependencies": {
|
|
5634
|
-
"
|
|
5635
|
-
"string-width": "^4.1.0",
|
|
5636
|
-
"strip-ansi": "^6.0.0"
|
|
5643
|
+
"has-flag": "^4.0.0"
|
|
5637
5644
|
},
|
|
5638
5645
|
"engines": {
|
|
5639
5646
|
"node": ">=10"
|
|
5640
5647
|
},
|
|
5641
5648
|
"funding": {
|
|
5642
|
-
"url": "https://github.com/chalk/
|
|
5649
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
5643
5650
|
}
|
|
5644
5651
|
},
|
|
5645
5652
|
"node_modules/@oclif/plugin-not-found": {
|
|
5646
|
-
"version": "3.
|
|
5647
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.
|
|
5648
|
-
"integrity": "sha512-
|
|
5653
|
+
"version": "3.2.3",
|
|
5654
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.3.tgz",
|
|
5655
|
+
"integrity": "sha512-hDHuvMFl7CfJ+GdtDVkLDAMc9J+9Tk1ZRSuFQT7vw4eBtv0EmiXtlTafQqCW9kXypQHgw6UigC3Dz1HXkPpwNQ==",
|
|
5649
5656
|
"dev": true,
|
|
5650
5657
|
"license": "MIT",
|
|
5651
5658
|
"dependencies": {
|
|
5652
|
-
"@inquirer/confirm": "^3.1.
|
|
5653
|
-
"@oclif/core": "^
|
|
5654
|
-
"
|
|
5659
|
+
"@inquirer/confirm": "^3.1.9",
|
|
5660
|
+
"@oclif/core": "^4",
|
|
5661
|
+
"ansis": "^3.2.0",
|
|
5655
5662
|
"fast-levenshtein": "^3.0.0"
|
|
5656
5663
|
},
|
|
5657
5664
|
"engines": {
|
|
5658
5665
|
"node": ">=18.0.0"
|
|
5659
5666
|
}
|
|
5660
5667
|
},
|
|
5661
|
-
"node_modules/@oclif/plugin-not-found/node_modules/@
|
|
5662
|
-
"version": "
|
|
5663
|
-
"resolved": "https://registry.npmjs.org/@
|
|
5664
|
-
"integrity": "sha512-
|
|
5665
|
-
"dev": true,
|
|
5666
|
-
"license": "MIT",
|
|
5667
|
-
"dependencies": {
|
|
5668
|
-
"@inquirer/core": "^8.1.0",
|
|
5669
|
-
"@inquirer/type": "^1.3.1"
|
|
5670
|
-
},
|
|
5671
|
-
"engines": {
|
|
5672
|
-
"node": ">=18"
|
|
5673
|
-
}
|
|
5674
|
-
},
|
|
5675
|
-
"node_modules/@oclif/plugin-not-found/node_modules/@inquirer/core": {
|
|
5676
|
-
"version": "8.1.0",
|
|
5677
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.1.0.tgz",
|
|
5678
|
-
"integrity": "sha512-kfx0SU9nWgGe1f03ao/uXc85SFH1v2w3vQVH7QDGjKxdtJz+7vPitFtG++BTyJMYyYgH8MpXigutcXJeiQwVRw==",
|
|
5668
|
+
"node_modules/@oclif/plugin-not-found/node_modules/@oclif/core": {
|
|
5669
|
+
"version": "4.0.3",
|
|
5670
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.3.tgz",
|
|
5671
|
+
"integrity": "sha512-yM8R/M2WfSNfL9eF8clS/SbQvanvHZJgoij5bLs3ro7uAFCkL/LYcagyj0UVGbysx5AI+SNIof6OHQUXYZpOZw==",
|
|
5679
5672
|
"dev": true,
|
|
5680
5673
|
"license": "MIT",
|
|
5681
5674
|
"dependencies": {
|
|
5682
|
-
"@inquirer/figures": "^1.0.1",
|
|
5683
|
-
"@inquirer/type": "^1.3.1",
|
|
5684
|
-
"@types/mute-stream": "^0.0.4",
|
|
5685
|
-
"@types/node": "^20.12.7",
|
|
5686
|
-
"@types/wrap-ansi": "^3.0.0",
|
|
5687
5675
|
"ansi-escapes": "^4.3.2",
|
|
5688
|
-
"
|
|
5676
|
+
"ansis": "^3.1.1",
|
|
5677
|
+
"clean-stack": "^3.0.1",
|
|
5689
5678
|
"cli-spinners": "^2.9.2",
|
|
5690
|
-
"
|
|
5691
|
-
"
|
|
5692
|
-
"
|
|
5693
|
-
"
|
|
5694
|
-
"
|
|
5679
|
+
"cosmiconfig": "^9.0.0",
|
|
5680
|
+
"debug": "^4.3.5",
|
|
5681
|
+
"ejs": "^3.1.10",
|
|
5682
|
+
"get-package-type": "^0.1.0",
|
|
5683
|
+
"globby": "^11.1.0",
|
|
5684
|
+
"indent-string": "^4.0.0",
|
|
5685
|
+
"is-wsl": "^2.2.0",
|
|
5686
|
+
"minimatch": "^9.0.4",
|
|
5687
|
+
"string-width": "^4.2.3",
|
|
5688
|
+
"supports-color": "^8",
|
|
5689
|
+
"widest-line": "^3.1.0",
|
|
5690
|
+
"wordwrap": "^1.0.0",
|
|
5691
|
+
"wrap-ansi": "^7.0.0"
|
|
5695
5692
|
},
|
|
5696
5693
|
"engines": {
|
|
5697
|
-
"node": ">=18"
|
|
5694
|
+
"node": ">=18.0.0"
|
|
5698
5695
|
}
|
|
5699
5696
|
},
|
|
5700
|
-
"node_modules/@oclif/plugin-not-found/node_modules
|
|
5701
|
-
"version": "
|
|
5702
|
-
"resolved": "https://registry.npmjs.org/
|
|
5703
|
-
"integrity": "sha512-
|
|
5697
|
+
"node_modules/@oclif/plugin-not-found/node_modules/cosmiconfig": {
|
|
5698
|
+
"version": "9.0.0",
|
|
5699
|
+
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
|
|
5700
|
+
"integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
|
|
5704
5701
|
"dev": true,
|
|
5705
5702
|
"license": "MIT",
|
|
5706
5703
|
"dependencies": {
|
|
5707
|
-
"
|
|
5708
|
-
"
|
|
5704
|
+
"env-paths": "^2.2.1",
|
|
5705
|
+
"import-fresh": "^3.3.0",
|
|
5706
|
+
"js-yaml": "^4.1.0",
|
|
5707
|
+
"parse-json": "^5.2.0"
|
|
5709
5708
|
},
|
|
5710
5709
|
"engines": {
|
|
5711
|
-
"node": ">=
|
|
5710
|
+
"node": ">=14"
|
|
5712
5711
|
},
|
|
5713
5712
|
"funding": {
|
|
5714
|
-
"url": "https://github.com/
|
|
5715
|
-
}
|
|
5716
|
-
|
|
5717
|
-
|
|
5718
|
-
|
|
5719
|
-
"
|
|
5720
|
-
|
|
5721
|
-
|
|
5722
|
-
|
|
5723
|
-
"engines": {
|
|
5724
|
-
"node": ">=18"
|
|
5713
|
+
"url": "https://github.com/sponsors/d-fischer"
|
|
5714
|
+
},
|
|
5715
|
+
"peerDependencies": {
|
|
5716
|
+
"typescript": ">=4.9.5"
|
|
5717
|
+
},
|
|
5718
|
+
"peerDependenciesMeta": {
|
|
5719
|
+
"typescript": {
|
|
5720
|
+
"optional": true
|
|
5721
|
+
}
|
|
5725
5722
|
}
|
|
5726
5723
|
},
|
|
5727
|
-
"node_modules/@oclif/plugin-not-found/node_modules
|
|
5728
|
-
"version": "
|
|
5729
|
-
"resolved": "https://registry.npmjs.org
|
|
5730
|
-
"integrity": "sha512-
|
|
5724
|
+
"node_modules/@oclif/plugin-not-found/node_modules/minimatch": {
|
|
5725
|
+
"version": "9.0.4",
|
|
5726
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
5727
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
5731
5728
|
"dev": true,
|
|
5732
|
-
"license": "
|
|
5729
|
+
"license": "ISC",
|
|
5730
|
+
"dependencies": {
|
|
5731
|
+
"brace-expansion": "^2.0.1"
|
|
5732
|
+
},
|
|
5733
5733
|
"engines": {
|
|
5734
|
-
"node": ">=
|
|
5734
|
+
"node": ">=16 || 14 >=14.17"
|
|
5735
|
+
},
|
|
5736
|
+
"funding": {
|
|
5737
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
5735
5738
|
}
|
|
5736
5739
|
},
|
|
5737
|
-
"node_modules/@oclif/plugin-not-found/node_modules
|
|
5738
|
-
"version": "
|
|
5739
|
-
"resolved": "https://registry.npmjs.org
|
|
5740
|
-
"integrity": "sha512-
|
|
5740
|
+
"node_modules/@oclif/plugin-not-found/node_modules/supports-color": {
|
|
5741
|
+
"version": "8.1.1",
|
|
5742
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
5743
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
5741
5744
|
"dev": true,
|
|
5742
5745
|
"license": "MIT",
|
|
5743
5746
|
"dependencies": {
|
|
5744
|
-
"
|
|
5745
|
-
}
|
|
5746
|
-
},
|
|
5747
|
-
"node_modules/@oclif/plugin-not-found/node_modules/signal-exit": {
|
|
5748
|
-
"version": "4.1.0",
|
|
5749
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
5750
|
-
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
5751
|
-
"dev": true,
|
|
5752
|
-
"license": "ISC",
|
|
5747
|
+
"has-flag": "^4.0.0"
|
|
5748
|
+
},
|
|
5753
5749
|
"engines": {
|
|
5754
|
-
"node": ">=
|
|
5750
|
+
"node": ">=10"
|
|
5755
5751
|
},
|
|
5756
5752
|
"funding": {
|
|
5757
|
-
"url": "https://github.com/
|
|
5753
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
5758
5754
|
}
|
|
5759
5755
|
},
|
|
5760
5756
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
@@ -5786,9 +5782,9 @@
|
|
|
5786
5782
|
}
|
|
5787
5783
|
},
|
|
5788
5784
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
5789
|
-
"version": "5.3.
|
|
5790
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
5791
|
-
"integrity": "sha512-
|
|
5785
|
+
"version": "5.3.9",
|
|
5786
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.9.tgz",
|
|
5787
|
+
"integrity": "sha512-v9WQZCCX1Izs4e/4hMn5nCsPyoE3iUmdpV5/nT9lfjFdtdUlwpfhdwUJqNczEz8g2qkJnebYETrB+KklHAQj2A==",
|
|
5792
5788
|
"dev": true,
|
|
5793
5789
|
"license": "BSD-3-Clause",
|
|
5794
5790
|
"dependencies": {
|
|
@@ -5796,7 +5792,7 @@
|
|
|
5796
5792
|
"@salesforce/kit": "^3.1.2",
|
|
5797
5793
|
"@salesforce/ts-types": "^2.0.9",
|
|
5798
5794
|
"@types/shelljs": "^0.8.15",
|
|
5799
|
-
"debug": "^4.3.
|
|
5795
|
+
"debug": "^4.3.5",
|
|
5800
5796
|
"jszip": "^3.10.1",
|
|
5801
5797
|
"shelljs": "^0.8.4",
|
|
5802
5798
|
"sinon": "^17.0.2",
|
|
@@ -6170,16 +6166,16 @@
|
|
|
6170
6166
|
}
|
|
6171
6167
|
},
|
|
6172
6168
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
6173
|
-
"version": "3.0.
|
|
6174
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
6175
|
-
"integrity": "sha512-
|
|
6169
|
+
"version": "3.0.89",
|
|
6170
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.89.tgz",
|
|
6171
|
+
"integrity": "sha512-RcaO7nWwzlmZEuz1FWc3QaYu3gtOfcf594jf9Ns+Xx9NfEJj/KOl0GYpi9tjBIuvXGPdb6m910fORm8NiN5FCg==",
|
|
6176
6172
|
"dev": true,
|
|
6177
6173
|
"license": "BSD-3-Clause",
|
|
6178
6174
|
"dependencies": {
|
|
6179
6175
|
"@oclif/core": "^3.26.6",
|
|
6180
|
-
"@salesforce/core": "^7.3.
|
|
6176
|
+
"@salesforce/core": "^7.3.9",
|
|
6181
6177
|
"@salesforce/kit": "^3.1.1",
|
|
6182
|
-
"@salesforce/sf-plugins-core": "^9.0.
|
|
6178
|
+
"@salesforce/sf-plugins-core": "^9.0.13",
|
|
6183
6179
|
"@salesforce/ts-types": "^2.0.9",
|
|
6184
6180
|
"chalk": "^5.3.0",
|
|
6185
6181
|
"debug": "^4.3.4",
|
|
@@ -6189,6 +6185,21 @@
|
|
|
6189
6185
|
"node": ">=18.0.0"
|
|
6190
6186
|
}
|
|
6191
6187
|
},
|
|
6188
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/@inquirer/password": {
|
|
6189
|
+
"version": "2.1.9",
|
|
6190
|
+
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-2.1.9.tgz",
|
|
6191
|
+
"integrity": "sha512-QPtVcT12Fkn0TyuZJelR7QOtc5l1d/6pB5EfkHOivTzC6QTFxRCHl+Gx7Q3E2U/kgJeCCmDov6itDFggk9nkgA==",
|
|
6192
|
+
"dev": true,
|
|
6193
|
+
"license": "MIT",
|
|
6194
|
+
"dependencies": {
|
|
6195
|
+
"@inquirer/core": "^8.2.2",
|
|
6196
|
+
"@inquirer/type": "^1.3.3",
|
|
6197
|
+
"ansi-escapes": "^4.3.2"
|
|
6198
|
+
},
|
|
6199
|
+
"engines": {
|
|
6200
|
+
"node": ">=18"
|
|
6201
|
+
}
|
|
6202
|
+
},
|
|
6192
6203
|
"node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/core": {
|
|
6193
6204
|
"version": "7.3.9",
|
|
6194
6205
|
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.9.tgz",
|
|
@@ -6226,17 +6237,17 @@
|
|
|
6226
6237
|
"license": "ISC"
|
|
6227
6238
|
},
|
|
6228
6239
|
"node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/sf-plugins-core": {
|
|
6229
|
-
"version": "9.
|
|
6230
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.
|
|
6231
|
-
"integrity": "sha512-
|
|
6240
|
+
"version": "9.1.1",
|
|
6241
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.1.1.tgz",
|
|
6242
|
+
"integrity": "sha512-5d4vGLqb1NZoHvDpuTu96TsFg/lexdnQNWC0h7GhOqxikJBpxk6P1DEbk9HrZWL18Gs1YXO9OCj2g8nKqbIC/Q==",
|
|
6232
6243
|
"dev": true,
|
|
6233
6244
|
"license": "BSD-3-Clause",
|
|
6234
6245
|
"dependencies": {
|
|
6235
|
-
"@inquirer/confirm": "^
|
|
6236
|
-
"@inquirer/password": "^
|
|
6246
|
+
"@inquirer/confirm": "^3.1.9",
|
|
6247
|
+
"@inquirer/password": "^2.1.9",
|
|
6237
6248
|
"@oclif/core": "^3.26.6",
|
|
6238
|
-
"@salesforce/core": "^7.3.
|
|
6239
|
-
"@salesforce/kit": "^3.1.
|
|
6249
|
+
"@salesforce/core": "^7.3.9",
|
|
6250
|
+
"@salesforce/kit": "^3.1.2",
|
|
6240
6251
|
"@salesforce/ts-types": "^2.0.9",
|
|
6241
6252
|
"chalk": "^5.3.0"
|
|
6242
6253
|
},
|
|
@@ -6312,55 +6323,170 @@
|
|
|
6312
6323
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
6313
6324
|
}
|
|
6314
6325
|
},
|
|
6315
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/split2": {
|
|
6316
|
-
"version": "4.2.0",
|
|
6317
|
-
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
6318
|
-
"integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
|
|
6319
|
-
"dev": true,
|
|
6326
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/split2": {
|
|
6327
|
+
"version": "4.2.0",
|
|
6328
|
+
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
6329
|
+
"integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
|
|
6330
|
+
"dev": true,
|
|
6331
|
+
"license": "ISC",
|
|
6332
|
+
"engines": {
|
|
6333
|
+
"node": ">= 10.x"
|
|
6334
|
+
}
|
|
6335
|
+
},
|
|
6336
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/thread-stream": {
|
|
6337
|
+
"version": "2.7.0",
|
|
6338
|
+
"resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-2.7.0.tgz",
|
|
6339
|
+
"integrity": "sha512-qQiRWsU/wvNolI6tbbCKd9iKaTnCXsTwVxhhKM6nctPdujTyztjlbUkUTUymidWcMnZ5pWR0ej4a0tjsW021vw==",
|
|
6340
|
+
"dev": true,
|
|
6341
|
+
"license": "MIT",
|
|
6342
|
+
"dependencies": {
|
|
6343
|
+
"real-require": "^0.2.0"
|
|
6344
|
+
}
|
|
6345
|
+
},
|
|
6346
|
+
"node_modules/@salesforce/prettier-config": {
|
|
6347
|
+
"version": "0.0.3",
|
|
6348
|
+
"resolved": "https://registry.npmjs.org/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz",
|
|
6349
|
+
"integrity": "sha512-hYOhoPTCSYMDYn+U1rlEk16PoBeAJPkrdg4/UtAzupM1mRRJOwEPMG1d7U8DxJFKuXW3DMEYWr2MwAIBDaHmFg==",
|
|
6350
|
+
"dev": true,
|
|
6351
|
+
"license": "BSD-3-Clause"
|
|
6352
|
+
},
|
|
6353
|
+
"node_modules/@salesforce/schemas": {
|
|
6354
|
+
"version": "1.7.0",
|
|
6355
|
+
"resolved": "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.7.0.tgz",
|
|
6356
|
+
"integrity": "sha512-Z0PiCEV55khm0PG+DsnRYCjaDmacNe3HDmsoSm/CSyYvJJm+D5vvkHKN9/PKD/gaRe8XAU836yfamIYFblLINw==",
|
|
6357
|
+
"license": "ISC"
|
|
6358
|
+
},
|
|
6359
|
+
"node_modules/@salesforce/sf-plugins-core": {
|
|
6360
|
+
"version": "7.1.16",
|
|
6361
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.16.tgz",
|
|
6362
|
+
"integrity": "sha512-v135A7TG1n97eFoh0j96kbHKbivXbbd7M5url3L0I5lJsCGGF+mMSL2Tpm8FNUN8DCLOGkvymR1s2QmNzMR7Tw==",
|
|
6363
|
+
"license": "BSD-3-Clause",
|
|
6364
|
+
"dependencies": {
|
|
6365
|
+
"@inquirer/confirm": "^2.0.17",
|
|
6366
|
+
"@inquirer/password": "^1.1.16",
|
|
6367
|
+
"@oclif/core": "^3.23.0",
|
|
6368
|
+
"@salesforce/core": "^6.6.0",
|
|
6369
|
+
"@salesforce/kit": "^3.0.15",
|
|
6370
|
+
"@salesforce/ts-types": "^2.0.9",
|
|
6371
|
+
"chalk": "^5.3.0"
|
|
6372
|
+
},
|
|
6373
|
+
"engines": {
|
|
6374
|
+
"node": ">=18.0.0"
|
|
6375
|
+
}
|
|
6376
|
+
},
|
|
6377
|
+
"node_modules/@salesforce/sf-plugins-core/node_modules/@inquirer/confirm": {
|
|
6378
|
+
"version": "2.0.17",
|
|
6379
|
+
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-2.0.17.tgz",
|
|
6380
|
+
"integrity": "sha512-EqzhGryzmGpy2aJf6LxJVhndxYmFs+m8cxXzf8nejb1DE3sabf6mUgBcp4J0jAUEiAcYzqmkqRr7LPFh/WdnXA==",
|
|
6381
|
+
"license": "MIT",
|
|
6382
|
+
"dependencies": {
|
|
6383
|
+
"@inquirer/core": "^6.0.0",
|
|
6384
|
+
"@inquirer/type": "^1.1.6",
|
|
6385
|
+
"chalk": "^4.1.2"
|
|
6386
|
+
},
|
|
6387
|
+
"engines": {
|
|
6388
|
+
"node": ">=14.18.0"
|
|
6389
|
+
}
|
|
6390
|
+
},
|
|
6391
|
+
"node_modules/@salesforce/sf-plugins-core/node_modules/@inquirer/confirm/node_modules/chalk": {
|
|
6392
|
+
"version": "4.1.2",
|
|
6393
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
6394
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
6395
|
+
"license": "MIT",
|
|
6396
|
+
"dependencies": {
|
|
6397
|
+
"ansi-styles": "^4.1.0",
|
|
6398
|
+
"supports-color": "^7.1.0"
|
|
6399
|
+
},
|
|
6400
|
+
"engines": {
|
|
6401
|
+
"node": ">=10"
|
|
6402
|
+
},
|
|
6403
|
+
"funding": {
|
|
6404
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
6405
|
+
}
|
|
6406
|
+
},
|
|
6407
|
+
"node_modules/@salesforce/sf-plugins-core/node_modules/@inquirer/core": {
|
|
6408
|
+
"version": "6.0.0",
|
|
6409
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-6.0.0.tgz",
|
|
6410
|
+
"integrity": "sha512-fKi63Khkisgda3ohnskNf5uZJj+zXOaBvOllHsOkdsXRA/ubQLJQrZchFFi57NKbZzkTunXiBMdvWOv71alonw==",
|
|
6411
|
+
"license": "MIT",
|
|
6412
|
+
"dependencies": {
|
|
6413
|
+
"@inquirer/type": "^1.1.6",
|
|
6414
|
+
"@types/mute-stream": "^0.0.4",
|
|
6415
|
+
"@types/node": "^20.10.7",
|
|
6416
|
+
"@types/wrap-ansi": "^3.0.0",
|
|
6417
|
+
"ansi-escapes": "^4.3.2",
|
|
6418
|
+
"chalk": "^4.1.2",
|
|
6419
|
+
"cli-spinners": "^2.9.2",
|
|
6420
|
+
"cli-width": "^4.1.0",
|
|
6421
|
+
"figures": "^3.2.0",
|
|
6422
|
+
"mute-stream": "^1.0.0",
|
|
6423
|
+
"run-async": "^3.0.0",
|
|
6424
|
+
"signal-exit": "^4.1.0",
|
|
6425
|
+
"strip-ansi": "^6.0.1",
|
|
6426
|
+
"wrap-ansi": "^6.2.0"
|
|
6427
|
+
},
|
|
6428
|
+
"engines": {
|
|
6429
|
+
"node": ">=14.18.0"
|
|
6430
|
+
}
|
|
6431
|
+
},
|
|
6432
|
+
"node_modules/@salesforce/sf-plugins-core/node_modules/@inquirer/core/node_modules/chalk": {
|
|
6433
|
+
"version": "4.1.2",
|
|
6434
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
6435
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
6436
|
+
"license": "MIT",
|
|
6437
|
+
"dependencies": {
|
|
6438
|
+
"ansi-styles": "^4.1.0",
|
|
6439
|
+
"supports-color": "^7.1.0"
|
|
6440
|
+
},
|
|
6441
|
+
"engines": {
|
|
6442
|
+
"node": ">=10"
|
|
6443
|
+
},
|
|
6444
|
+
"funding": {
|
|
6445
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
6446
|
+
}
|
|
6447
|
+
},
|
|
6448
|
+
"node_modules/@salesforce/sf-plugins-core/node_modules/@inquirer/type": {
|
|
6449
|
+
"version": "1.2.0",
|
|
6450
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.2.0.tgz",
|
|
6451
|
+
"integrity": "sha512-/vvkUkYhrjbm+RolU7V1aUFDydZVKNKqKHR5TsE+j5DXgXFwrsOPcoGUJ02K0O7q7O53CU2DOTMYCHeGZ25WHA==",
|
|
6452
|
+
"license": "MIT",
|
|
6453
|
+
"engines": {
|
|
6454
|
+
"node": ">=18"
|
|
6455
|
+
}
|
|
6456
|
+
},
|
|
6457
|
+
"node_modules/@salesforce/sf-plugins-core/node_modules/run-async": {
|
|
6458
|
+
"version": "3.0.0",
|
|
6459
|
+
"resolved": "https://registry.npmjs.org/run-async/-/run-async-3.0.0.tgz",
|
|
6460
|
+
"integrity": "sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==",
|
|
6461
|
+
"license": "MIT",
|
|
6462
|
+
"engines": {
|
|
6463
|
+
"node": ">=0.12.0"
|
|
6464
|
+
}
|
|
6465
|
+
},
|
|
6466
|
+
"node_modules/@salesforce/sf-plugins-core/node_modules/signal-exit": {
|
|
6467
|
+
"version": "4.1.0",
|
|
6468
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
6469
|
+
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
6320
6470
|
"license": "ISC",
|
|
6321
6471
|
"engines": {
|
|
6322
|
-
"node": ">=
|
|
6472
|
+
"node": ">=14"
|
|
6473
|
+
},
|
|
6474
|
+
"funding": {
|
|
6475
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
6323
6476
|
}
|
|
6324
6477
|
},
|
|
6325
|
-
"node_modules/@salesforce/
|
|
6326
|
-
"version": "2.
|
|
6327
|
-
"resolved": "https://registry.npmjs.org/
|
|
6328
|
-
"integrity": "sha512-
|
|
6329
|
-
"dev": true,
|
|
6478
|
+
"node_modules/@salesforce/sf-plugins-core/node_modules/wrap-ansi": {
|
|
6479
|
+
"version": "6.2.0",
|
|
6480
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
6481
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
6330
6482
|
"license": "MIT",
|
|
6331
6483
|
"dependencies": {
|
|
6332
|
-
"
|
|
6333
|
-
|
|
6334
|
-
|
|
6335
|
-
"node_modules/@salesforce/prettier-config": {
|
|
6336
|
-
"version": "0.0.3",
|
|
6337
|
-
"resolved": "https://registry.npmjs.org/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz",
|
|
6338
|
-
"integrity": "sha512-hYOhoPTCSYMDYn+U1rlEk16PoBeAJPkrdg4/UtAzupM1mRRJOwEPMG1d7U8DxJFKuXW3DMEYWr2MwAIBDaHmFg==",
|
|
6339
|
-
"dev": true,
|
|
6340
|
-
"license": "BSD-3-Clause"
|
|
6341
|
-
},
|
|
6342
|
-
"node_modules/@salesforce/schemas": {
|
|
6343
|
-
"version": "1.7.0",
|
|
6344
|
-
"resolved": "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.7.0.tgz",
|
|
6345
|
-
"integrity": "sha512-Z0PiCEV55khm0PG+DsnRYCjaDmacNe3HDmsoSm/CSyYvJJm+D5vvkHKN9/PKD/gaRe8XAU836yfamIYFblLINw==",
|
|
6346
|
-
"license": "ISC"
|
|
6347
|
-
},
|
|
6348
|
-
"node_modules/@salesforce/sf-plugins-core": {
|
|
6349
|
-
"version": "7.1.16",
|
|
6350
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.16.tgz",
|
|
6351
|
-
"integrity": "sha512-v135A7TG1n97eFoh0j96kbHKbivXbbd7M5url3L0I5lJsCGGF+mMSL2Tpm8FNUN8DCLOGkvymR1s2QmNzMR7Tw==",
|
|
6352
|
-
"license": "BSD-3-Clause",
|
|
6353
|
-
"dependencies": {
|
|
6354
|
-
"@inquirer/confirm": "^2.0.17",
|
|
6355
|
-
"@inquirer/password": "^1.1.16",
|
|
6356
|
-
"@oclif/core": "^3.23.0",
|
|
6357
|
-
"@salesforce/core": "^6.6.0",
|
|
6358
|
-
"@salesforce/kit": "^3.0.15",
|
|
6359
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
6360
|
-
"chalk": "^5.3.0"
|
|
6484
|
+
"ansi-styles": "^4.0.0",
|
|
6485
|
+
"string-width": "^4.1.0",
|
|
6486
|
+
"strip-ansi": "^6.0.0"
|
|
6361
6487
|
},
|
|
6362
6488
|
"engines": {
|
|
6363
|
-
"node": ">=
|
|
6489
|
+
"node": ">=8"
|
|
6364
6490
|
}
|
|
6365
6491
|
},
|
|
6366
6492
|
"node_modules/@salesforce/ts-sinon": {
|
|
@@ -8431,16 +8557,6 @@
|
|
|
8431
8557
|
"dev": true,
|
|
8432
8558
|
"license": "MIT"
|
|
8433
8559
|
},
|
|
8434
|
-
"node_modules/@types/lodash.difference": {
|
|
8435
|
-
"version": "4.5.9",
|
|
8436
|
-
"resolved": "https://registry.npmjs.org/@types/lodash.difference/-/lodash.difference-4.5.9.tgz",
|
|
8437
|
-
"integrity": "sha512-MNlajcjtwzLpXk+cw38UkBvEXJNEPhULgS8A4EHwtUwT7f7yFH/SFKD0iw5Rfilwh60yJIgFo0vsMr7xsa5+aw==",
|
|
8438
|
-
"dev": true,
|
|
8439
|
-
"license": "MIT",
|
|
8440
|
-
"dependencies": {
|
|
8441
|
-
"@types/lodash": "*"
|
|
8442
|
-
}
|
|
8443
|
-
},
|
|
8444
8560
|
"node_modules/@types/lodash.get": {
|
|
8445
8561
|
"version": "4.4.9",
|
|
8446
8562
|
"resolved": "https://registry.npmjs.org/@types/lodash.get/-/lodash.get-4.4.9.tgz",
|
|
@@ -9780,6 +9896,21 @@
|
|
|
9780
9896
|
"wrap-ansi": "^6.2.0"
|
|
9781
9897
|
}
|
|
9782
9898
|
},
|
|
9899
|
+
"node_modules/cliui/node_modules/wrap-ansi": {
|
|
9900
|
+
"version": "6.2.0",
|
|
9901
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
9902
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
9903
|
+
"dev": true,
|
|
9904
|
+
"license": "MIT",
|
|
9905
|
+
"dependencies": {
|
|
9906
|
+
"ansi-styles": "^4.0.0",
|
|
9907
|
+
"string-width": "^4.1.0",
|
|
9908
|
+
"strip-ansi": "^6.0.0"
|
|
9909
|
+
},
|
|
9910
|
+
"engines": {
|
|
9911
|
+
"node": ">=8"
|
|
9912
|
+
}
|
|
9913
|
+
},
|
|
9783
9914
|
"node_modules/color": {
|
|
9784
9915
|
"version": "4.2.3",
|
|
9785
9916
|
"resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
|
|
@@ -10090,9 +10221,9 @@
|
|
|
10090
10221
|
}
|
|
10091
10222
|
},
|
|
10092
10223
|
"node_modules/debug": {
|
|
10093
|
-
"version": "4.3.
|
|
10094
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.
|
|
10095
|
-
"integrity": "sha512-
|
|
10224
|
+
"version": "4.3.5",
|
|
10225
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz",
|
|
10226
|
+
"integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==",
|
|
10096
10227
|
"license": "MIT",
|
|
10097
10228
|
"dependencies": {
|
|
10098
10229
|
"ms": "2.1.2"
|
|
@@ -10878,13 +11009,13 @@
|
|
|
10878
11009
|
}
|
|
10879
11010
|
},
|
|
10880
11011
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
10881
|
-
"version": "1.18.
|
|
10882
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.
|
|
10883
|
-
"integrity": "sha512-
|
|
11012
|
+
"version": "1.18.5",
|
|
11013
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.5.tgz",
|
|
11014
|
+
"integrity": "sha512-yjvWM3OmxFuUUlHhDAXczo4ysX5ONoeysPL0B0Cj/zjrizvS05fjaAy53fa+AwVjOIOthWopFh2vPDSTNQ+pmA==",
|
|
10884
11015
|
"dev": true,
|
|
10885
11016
|
"license": "BSD-3-Clause",
|
|
10886
11017
|
"dependencies": {
|
|
10887
|
-
"@salesforce/core": "^7.3.
|
|
11018
|
+
"@salesforce/core": "^7.3.9",
|
|
10888
11019
|
"@typescript-eslint/utils": "^6.17.0"
|
|
10889
11020
|
},
|
|
10890
11021
|
"engines": {
|
|
@@ -12602,15 +12733,6 @@
|
|
|
12602
12733
|
"integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==",
|
|
12603
12734
|
"license": "ISC"
|
|
12604
12735
|
},
|
|
12605
|
-
"node_modules/inquirer/node_modules/run-async": {
|
|
12606
|
-
"version": "2.4.1",
|
|
12607
|
-
"resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz",
|
|
12608
|
-
"integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==",
|
|
12609
|
-
"license": "MIT",
|
|
12610
|
-
"engines": {
|
|
12611
|
-
"node": ">=0.12.0"
|
|
12612
|
-
}
|
|
12613
|
-
},
|
|
12614
12736
|
"node_modules/internal-slot": {
|
|
12615
12737
|
"version": "1.0.6",
|
|
12616
12738
|
"resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.6.tgz",
|
|
@@ -14237,6 +14359,31 @@
|
|
|
14237
14359
|
"node": ">= 14.0.0"
|
|
14238
14360
|
}
|
|
14239
14361
|
},
|
|
14362
|
+
"node_modules/mocha/node_modules/debug": {
|
|
14363
|
+
"version": "4.3.4",
|
|
14364
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
|
|
14365
|
+
"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
|
|
14366
|
+
"dev": true,
|
|
14367
|
+
"license": "MIT",
|
|
14368
|
+
"dependencies": {
|
|
14369
|
+
"ms": "2.1.2"
|
|
14370
|
+
},
|
|
14371
|
+
"engines": {
|
|
14372
|
+
"node": ">=6.0"
|
|
14373
|
+
},
|
|
14374
|
+
"peerDependenciesMeta": {
|
|
14375
|
+
"supports-color": {
|
|
14376
|
+
"optional": true
|
|
14377
|
+
}
|
|
14378
|
+
}
|
|
14379
|
+
},
|
|
14380
|
+
"node_modules/mocha/node_modules/debug/node_modules/ms": {
|
|
14381
|
+
"version": "2.1.2",
|
|
14382
|
+
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
|
|
14383
|
+
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
|
|
14384
|
+
"dev": true,
|
|
14385
|
+
"license": "MIT"
|
|
14386
|
+
},
|
|
14240
14387
|
"node_modules/mocha/node_modules/diff": {
|
|
14241
14388
|
"version": "5.0.0",
|
|
14242
14389
|
"resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz",
|
|
@@ -14784,20 +14931,20 @@
|
|
|
14784
14931
|
}
|
|
14785
14932
|
},
|
|
14786
14933
|
"node_modules/oclif": {
|
|
14787
|
-
"version": "4.
|
|
14788
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
14789
|
-
"integrity": "sha512
|
|
14934
|
+
"version": "4.13.2",
|
|
14935
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.13.2.tgz",
|
|
14936
|
+
"integrity": "sha512-+89Pz7s1GI6qTW/dNp1W2hF0ASmq0VSqUmBEXeuBVWW+26V7fI17AuqChhahrEcT1rIi8LPQAe8iBvK5HFaHFQ==",
|
|
14790
14937
|
"dev": true,
|
|
14791
14938
|
"license": "MIT",
|
|
14792
14939
|
"dependencies": {
|
|
14793
14940
|
"@aws-sdk/client-cloudfront": "^3.574.0",
|
|
14794
14941
|
"@aws-sdk/client-s3": "^3.583.0",
|
|
14795
14942
|
"@inquirer/confirm": "^3.1.6",
|
|
14796
|
-
"@inquirer/input": "^2.1.
|
|
14797
|
-
"@inquirer/select": "^2.3.
|
|
14798
|
-
"@oclif/core": "^
|
|
14943
|
+
"@inquirer/input": "^2.1.9",
|
|
14944
|
+
"@inquirer/select": "^2.3.5",
|
|
14945
|
+
"@oclif/core": "^4",
|
|
14799
14946
|
"@oclif/plugin-help": "^6.0.21",
|
|
14800
|
-
"@oclif/plugin-not-found": "^3.1
|
|
14947
|
+
"@oclif/plugin-not-found": "^3.2.1",
|
|
14801
14948
|
"@oclif/plugin-warn-if-update-available": "^3.0.19",
|
|
14802
14949
|
"async-retry": "^1.3.3",
|
|
14803
14950
|
"chalk": "^4",
|
|
@@ -14822,73 +14969,49 @@
|
|
|
14822
14969
|
"node": ">=18.0.0"
|
|
14823
14970
|
}
|
|
14824
14971
|
},
|
|
14825
|
-
"node_modules/oclif/node_modules/@
|
|
14826
|
-
"version": "
|
|
14827
|
-
"resolved": "https://registry.npmjs.org/@
|
|
14828
|
-
"integrity": "sha512-
|
|
14829
|
-
"dev": true,
|
|
14830
|
-
"license": "MIT",
|
|
14831
|
-
"dependencies": {
|
|
14832
|
-
"@inquirer/core": "^8.1.0",
|
|
14833
|
-
"@inquirer/type": "^1.3.1"
|
|
14834
|
-
},
|
|
14835
|
-
"engines": {
|
|
14836
|
-
"node": ">=18"
|
|
14837
|
-
}
|
|
14838
|
-
},
|
|
14839
|
-
"node_modules/oclif/node_modules/@inquirer/core": {
|
|
14840
|
-
"version": "8.1.0",
|
|
14841
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.1.0.tgz",
|
|
14842
|
-
"integrity": "sha512-kfx0SU9nWgGe1f03ao/uXc85SFH1v2w3vQVH7QDGjKxdtJz+7vPitFtG++BTyJMYyYgH8MpXigutcXJeiQwVRw==",
|
|
14972
|
+
"node_modules/oclif/node_modules/@oclif/core": {
|
|
14973
|
+
"version": "4.0.3",
|
|
14974
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.3.tgz",
|
|
14975
|
+
"integrity": "sha512-yM8R/M2WfSNfL9eF8clS/SbQvanvHZJgoij5bLs3ro7uAFCkL/LYcagyj0UVGbysx5AI+SNIof6OHQUXYZpOZw==",
|
|
14843
14976
|
"dev": true,
|
|
14844
14977
|
"license": "MIT",
|
|
14845
14978
|
"dependencies": {
|
|
14846
|
-
"@inquirer/figures": "^1.0.1",
|
|
14847
|
-
"@inquirer/type": "^1.3.1",
|
|
14848
|
-
"@types/mute-stream": "^0.0.4",
|
|
14849
|
-
"@types/node": "^20.12.7",
|
|
14850
|
-
"@types/wrap-ansi": "^3.0.0",
|
|
14851
14979
|
"ansi-escapes": "^4.3.2",
|
|
14852
|
-
"
|
|
14980
|
+
"ansis": "^3.1.1",
|
|
14981
|
+
"clean-stack": "^3.0.1",
|
|
14853
14982
|
"cli-spinners": "^2.9.2",
|
|
14854
|
-
"
|
|
14855
|
-
"
|
|
14856
|
-
"
|
|
14857
|
-
"
|
|
14858
|
-
"
|
|
14983
|
+
"cosmiconfig": "^9.0.0",
|
|
14984
|
+
"debug": "^4.3.5",
|
|
14985
|
+
"ejs": "^3.1.10",
|
|
14986
|
+
"get-package-type": "^0.1.0",
|
|
14987
|
+
"globby": "^11.1.0",
|
|
14988
|
+
"indent-string": "^4.0.0",
|
|
14989
|
+
"is-wsl": "^2.2.0",
|
|
14990
|
+
"minimatch": "^9.0.4",
|
|
14991
|
+
"string-width": "^4.2.3",
|
|
14992
|
+
"supports-color": "^8",
|
|
14993
|
+
"widest-line": "^3.1.0",
|
|
14994
|
+
"wordwrap": "^1.0.0",
|
|
14995
|
+
"wrap-ansi": "^7.0.0"
|
|
14859
14996
|
},
|
|
14860
14997
|
"engines": {
|
|
14861
|
-
"node": ">=18"
|
|
14862
|
-
}
|
|
14863
|
-
},
|
|
14864
|
-
"node_modules/oclif/node_modules/@inquirer/figures": {
|
|
14865
|
-
"version": "1.0.1",
|
|
14866
|
-
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.1.tgz",
|
|
14867
|
-
"integrity": "sha512-mtup3wVKia3ZwULPHcbs4Mor8Voi+iIXEWD7wCNbIO6lYR62oPCTQyrddi5OMYVXHzeCSoneZwJuS8sBvlEwDw==",
|
|
14868
|
-
"dev": true,
|
|
14869
|
-
"license": "MIT",
|
|
14870
|
-
"engines": {
|
|
14871
|
-
"node": ">=18"
|
|
14872
|
-
}
|
|
14873
|
-
},
|
|
14874
|
-
"node_modules/oclif/node_modules/@inquirer/type": {
|
|
14875
|
-
"version": "1.3.1",
|
|
14876
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.3.1.tgz",
|
|
14877
|
-
"integrity": "sha512-Pe3PFccjPVJV1vtlfVvm9OnlbxqdnP5QcscFEFEnK5quChf1ufZtM0r8mR5ToWHMxZOh0s8o/qp9ANGRTo/DAw==",
|
|
14878
|
-
"dev": true,
|
|
14879
|
-
"license": "MIT",
|
|
14880
|
-
"engines": {
|
|
14881
|
-
"node": ">=18"
|
|
14998
|
+
"node": ">=18.0.0"
|
|
14882
14999
|
}
|
|
14883
15000
|
},
|
|
14884
|
-
"node_modules/oclif/node_modules/@
|
|
14885
|
-
"version": "
|
|
14886
|
-
"resolved": "https://registry.npmjs.org
|
|
14887
|
-
"integrity": "sha512-
|
|
15001
|
+
"node_modules/oclif/node_modules/@oclif/core/node_modules/supports-color": {
|
|
15002
|
+
"version": "8.1.1",
|
|
15003
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
15004
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
14888
15005
|
"dev": true,
|
|
14889
15006
|
"license": "MIT",
|
|
14890
15007
|
"dependencies": {
|
|
14891
|
-
"
|
|
15008
|
+
"has-flag": "^4.0.0"
|
|
15009
|
+
},
|
|
15010
|
+
"engines": {
|
|
15011
|
+
"node": ">=10"
|
|
15012
|
+
},
|
|
15013
|
+
"funding": {
|
|
15014
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
14892
15015
|
}
|
|
14893
15016
|
},
|
|
14894
15017
|
"node_modules/oclif/node_modules/chalk": {
|
|
@@ -14908,6 +15031,33 @@
|
|
|
14908
15031
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
14909
15032
|
}
|
|
14910
15033
|
},
|
|
15034
|
+
"node_modules/oclif/node_modules/cosmiconfig": {
|
|
15035
|
+
"version": "9.0.0",
|
|
15036
|
+
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
|
|
15037
|
+
"integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
|
|
15038
|
+
"dev": true,
|
|
15039
|
+
"license": "MIT",
|
|
15040
|
+
"dependencies": {
|
|
15041
|
+
"env-paths": "^2.2.1",
|
|
15042
|
+
"import-fresh": "^3.3.0",
|
|
15043
|
+
"js-yaml": "^4.1.0",
|
|
15044
|
+
"parse-json": "^5.2.0"
|
|
15045
|
+
},
|
|
15046
|
+
"engines": {
|
|
15047
|
+
"node": ">=14"
|
|
15048
|
+
},
|
|
15049
|
+
"funding": {
|
|
15050
|
+
"url": "https://github.com/sponsors/d-fischer"
|
|
15051
|
+
},
|
|
15052
|
+
"peerDependencies": {
|
|
15053
|
+
"typescript": ">=4.9.5"
|
|
15054
|
+
},
|
|
15055
|
+
"peerDependenciesMeta": {
|
|
15056
|
+
"typescript": {
|
|
15057
|
+
"optional": true
|
|
15058
|
+
}
|
|
15059
|
+
}
|
|
15060
|
+
},
|
|
14911
15061
|
"node_modules/oclif/node_modules/hosted-git-info": {
|
|
14912
15062
|
"version": "7.0.2",
|
|
14913
15063
|
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz",
|
|
@@ -14931,6 +15081,22 @@
|
|
|
14931
15081
|
"node": "14 || >=16.14"
|
|
14932
15082
|
}
|
|
14933
15083
|
},
|
|
15084
|
+
"node_modules/oclif/node_modules/minimatch": {
|
|
15085
|
+
"version": "9.0.4",
|
|
15086
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
15087
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
15088
|
+
"dev": true,
|
|
15089
|
+
"license": "ISC",
|
|
15090
|
+
"dependencies": {
|
|
15091
|
+
"brace-expansion": "^2.0.1"
|
|
15092
|
+
},
|
|
15093
|
+
"engines": {
|
|
15094
|
+
"node": ">=16 || 14 >=14.17"
|
|
15095
|
+
},
|
|
15096
|
+
"funding": {
|
|
15097
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
15098
|
+
}
|
|
15099
|
+
},
|
|
14934
15100
|
"node_modules/oclif/node_modules/normalize-package-data": {
|
|
14935
15101
|
"version": "6.0.1",
|
|
14936
15102
|
"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-6.0.1.tgz",
|
|
@@ -14947,19 +15113,6 @@
|
|
|
14947
15113
|
"node": "^16.14.0 || >=18.0.0"
|
|
14948
15114
|
}
|
|
14949
15115
|
},
|
|
14950
|
-
"node_modules/oclif/node_modules/signal-exit": {
|
|
14951
|
-
"version": "4.1.0",
|
|
14952
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
14953
|
-
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
14954
|
-
"dev": true,
|
|
14955
|
-
"license": "ISC",
|
|
14956
|
-
"engines": {
|
|
14957
|
-
"node": ">=14"
|
|
14958
|
-
},
|
|
14959
|
-
"funding": {
|
|
14960
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
14961
|
-
}
|
|
14962
|
-
},
|
|
14963
15116
|
"node_modules/on-exit-leak-free": {
|
|
14964
15117
|
"version": "2.1.2",
|
|
14965
15118
|
"resolved": "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-2.1.2.tgz",
|
|
@@ -16047,9 +16200,9 @@
|
|
|
16047
16200
|
}
|
|
16048
16201
|
},
|
|
16049
16202
|
"node_modules/run-async": {
|
|
16050
|
-
"version": "
|
|
16051
|
-
"resolved": "https://registry.npmjs.org/run-async/-/run-async-
|
|
16052
|
-
"integrity": "sha512-
|
|
16203
|
+
"version": "2.4.1",
|
|
16204
|
+
"resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz",
|
|
16205
|
+
"integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==",
|
|
16053
16206
|
"license": "MIT",
|
|
16054
16207
|
"engines": {
|
|
16055
16208
|
"node": ">=0.12.0"
|
|
@@ -17673,9 +17826,9 @@
|
|
|
17673
17826
|
"license": "Apache-2.0"
|
|
17674
17827
|
},
|
|
17675
17828
|
"node_modules/wrap-ansi": {
|
|
17676
|
-
"version": "
|
|
17677
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-
|
|
17678
|
-
"integrity": "sha512-
|
|
17829
|
+
"version": "7.0.0",
|
|
17830
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
17831
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
17679
17832
|
"license": "MIT",
|
|
17680
17833
|
"dependencies": {
|
|
17681
17834
|
"ansi-styles": "^4.0.0",
|
|
@@ -17683,7 +17836,10 @@
|
|
|
17683
17836
|
"strip-ansi": "^6.0.0"
|
|
17684
17837
|
},
|
|
17685
17838
|
"engines": {
|
|
17686
|
-
"node": ">=
|
|
17839
|
+
"node": ">=10"
|
|
17840
|
+
},
|
|
17841
|
+
"funding": {
|
|
17842
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
17687
17843
|
}
|
|
17688
17844
|
},
|
|
17689
17845
|
"node_modules/wrap-ansi-cjs": {
|
|
@@ -17862,24 +18018,6 @@
|
|
|
17862
18018
|
"wrap-ansi": "^7.0.0"
|
|
17863
18019
|
}
|
|
17864
18020
|
},
|
|
17865
|
-
"node_modules/yargs/node_modules/wrap-ansi": {
|
|
17866
|
-
"version": "7.0.0",
|
|
17867
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
17868
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
17869
|
-
"dev": true,
|
|
17870
|
-
"license": "MIT",
|
|
17871
|
-
"dependencies": {
|
|
17872
|
-
"ansi-styles": "^4.0.0",
|
|
17873
|
-
"string-width": "^4.1.0",
|
|
17874
|
-
"strip-ansi": "^6.0.0"
|
|
17875
|
-
},
|
|
17876
|
-
"engines": {
|
|
17877
|
-
"node": ">=10"
|
|
17878
|
-
},
|
|
17879
|
-
"funding": {
|
|
17880
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
17881
|
-
}
|
|
17882
|
-
},
|
|
17883
18021
|
"node_modules/yn": {
|
|
17884
18022
|
"version": "3.1.1",
|
|
17885
18023
|
"resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz",
|