@salesforce/analytics 1.4.17 → 1.4.19
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 +987 -594
- package/oclif.lock +204 -201
- package/oclif.manifest.json +1 -1
- package/package.json +9 -9
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/analytics",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.19",
|
|
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.19",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@oclif/core": "^3.
|
|
13
|
-
"@oclif/plugin-help": "^6.1
|
|
12
|
+
"@oclif/core": "^3.27.0",
|
|
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.10",
|
|
25
25
|
"@salesforce/dev-scripts": "^8.5.0",
|
|
26
|
-
"@salesforce/plugin-command-reference": "^3.
|
|
26
|
+
"@salesforce/plugin-command-reference": "^3.1.1",
|
|
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"
|
|
@@ -5328,9 +5248,9 @@
|
|
|
5328
5248
|
}
|
|
5329
5249
|
},
|
|
5330
5250
|
"node_modules/@oclif/core": {
|
|
5331
|
-
"version": "3.
|
|
5332
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
5333
|
-
"integrity": "sha512
|
|
5251
|
+
"version": "3.27.0",
|
|
5252
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.27.0.tgz",
|
|
5253
|
+
"integrity": "sha512-Fg93aNFvXzBq5L7ztVHFP2nYwWU1oTCq48G0TjF/qC1UN36KWa2H5Hsm72kERd5x/sjy2M2Tn4kDEorUlpXOlw==",
|
|
5334
5254
|
"license": "MIT",
|
|
5335
5255
|
"dependencies": {
|
|
5336
5256
|
"@types/cli-progress": "^3.11.5",
|
|
@@ -5341,7 +5261,7 @@
|
|
|
5341
5261
|
"clean-stack": "^3.0.1",
|
|
5342
5262
|
"cli-progress": "^3.12.0",
|
|
5343
5263
|
"color": "^4.2.3",
|
|
5344
|
-
"debug": "^4.3.
|
|
5264
|
+
"debug": "^4.3.5",
|
|
5345
5265
|
"ejs": "^3.1.10",
|
|
5346
5266
|
"get-package-type": "^0.1.0",
|
|
5347
5267
|
"globby": "^11.1.0",
|
|
@@ -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,31 +5387,134 @@
|
|
|
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
|
-
"
|
|
5501
|
-
|
|
5502
|
-
|
|
5503
|
-
"
|
|
5504
|
-
|
|
5505
|
-
|
|
5506
|
-
"
|
|
5507
|
-
|
|
5508
|
-
|
|
5509
|
-
|
|
5510
|
-
|
|
5511
|
-
|
|
5512
|
-
|
|
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"
|
|
5490
|
+
},
|
|
5491
|
+
"engines": {
|
|
5492
|
+
"node": ">=18"
|
|
5493
|
+
},
|
|
5494
|
+
"funding": {
|
|
5495
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5496
|
+
}
|
|
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
|
+
},
|
|
5514
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
|
|
5515
|
+
"version": "5.0.0",
|
|
5516
|
+
"resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
|
|
5517
|
+
"integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==",
|
|
5513
5518
|
"dev": true,
|
|
5514
5519
|
"license": "MIT",
|
|
5515
5520
|
"engines": {
|
|
@@ -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,17 +5782,17 @@
|
|
|
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.10",
|
|
5786
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.10.tgz",
|
|
5787
|
+
"integrity": "sha512-D41LFxtkZGExooVecva5q/oGM+ggsoK7BDcxfdpHS+wD4c62pzQC9qeH7qb3QZczmvXf5Iyt1g/c9ajBzvk74g==",
|
|
5792
5788
|
"dev": true,
|
|
5793
5789
|
"license": "BSD-3-Clause",
|
|
5794
5790
|
"dependencies": {
|
|
5795
|
-
"@salesforce/core": "^7.3.
|
|
5791
|
+
"@salesforce/core": "^7.3.12",
|
|
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",
|
|
@@ -5808,44 +5804,35 @@
|
|
|
5808
5804
|
}
|
|
5809
5805
|
},
|
|
5810
5806
|
"node_modules/@salesforce/cli-plugins-testkit/node_modules/@salesforce/core": {
|
|
5811
|
-
"version": "7.3.
|
|
5812
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.
|
|
5813
|
-
"integrity": "sha512-
|
|
5807
|
+
"version": "7.3.12",
|
|
5808
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.12.tgz",
|
|
5809
|
+
"integrity": "sha512-a53KYv2xaJpmFlN4haI7ewaMpRqdRwaqbm11wLn0il6+LNR1/2zkRdqE3opdTW6aXNvVecNu0YQj5/u3Uz3oPw==",
|
|
5814
5810
|
"dev": true,
|
|
5815
5811
|
"license": "BSD-3-Clause",
|
|
5816
5812
|
"dependencies": {
|
|
5817
5813
|
"@jsforce/jsforce-node": "^3.2.0",
|
|
5818
|
-
"@salesforce/kit": "^3.1.
|
|
5814
|
+
"@salesforce/kit": "^3.1.2",
|
|
5819
5815
|
"@salesforce/schemas": "^1.9.0",
|
|
5820
5816
|
"@salesforce/ts-types": "^2.0.9",
|
|
5821
|
-
"ajv": "^8.
|
|
5817
|
+
"ajv": "^8.15.0",
|
|
5822
5818
|
"change-case": "^4.1.2",
|
|
5819
|
+
"fast-levenshtein": "^3.0.0",
|
|
5823
5820
|
"faye": "^1.4.0",
|
|
5824
5821
|
"form-data": "^4.0.0",
|
|
5825
5822
|
"js2xmlparser": "^4.0.1",
|
|
5826
5823
|
"jsonwebtoken": "9.0.2",
|
|
5827
5824
|
"jszip": "3.10.1",
|
|
5828
5825
|
"pino": "^8.21.0",
|
|
5829
|
-
"pino-abstract-transport": "^1.
|
|
5826
|
+
"pino-abstract-transport": "^1.2.0",
|
|
5830
5827
|
"pino-pretty": "^10.3.1",
|
|
5831
5828
|
"proper-lockfile": "^4.1.2",
|
|
5832
5829
|
"semver": "^7.6.2",
|
|
5833
|
-
"ts-retry-promise": "^0.
|
|
5830
|
+
"ts-retry-promise": "^0.8.1"
|
|
5834
5831
|
},
|
|
5835
5832
|
"engines": {
|
|
5836
5833
|
"node": ">=18.0.0"
|
|
5837
5834
|
}
|
|
5838
5835
|
},
|
|
5839
|
-
"node_modules/@salesforce/cli-plugins-testkit/node_modules/@salesforce/core/node_modules/ts-retry-promise": {
|
|
5840
|
-
"version": "0.7.1",
|
|
5841
|
-
"resolved": "https://registry.npmjs.org/ts-retry-promise/-/ts-retry-promise-0.7.1.tgz",
|
|
5842
|
-
"integrity": "sha512-NhHOCZ2AQORvH42hOPO5UZxShlcuiRtm7P2jIq2L2RY3PBxw2mLnUsEdHrIslVBFya1v5aZmrR55lWkzo13LrQ==",
|
|
5843
|
-
"dev": true,
|
|
5844
|
-
"license": "MIT",
|
|
5845
|
-
"engines": {
|
|
5846
|
-
"node": ">=6"
|
|
5847
|
-
}
|
|
5848
|
-
},
|
|
5849
5836
|
"node_modules/@salesforce/cli-plugins-testkit/node_modules/@salesforce/schemas": {
|
|
5850
5837
|
"version": "1.9.0",
|
|
5851
5838
|
"resolved": "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.9.0.tgz",
|
|
@@ -5886,9 +5873,9 @@
|
|
|
5886
5873
|
}
|
|
5887
5874
|
},
|
|
5888
5875
|
"node_modules/@salesforce/cli-plugins-testkit/node_modules/ajv": {
|
|
5889
|
-
"version": "8.
|
|
5890
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.
|
|
5891
|
-
"integrity": "sha512-
|
|
5876
|
+
"version": "8.16.0",
|
|
5877
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.16.0.tgz",
|
|
5878
|
+
"integrity": "sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==",
|
|
5892
5879
|
"dev": true,
|
|
5893
5880
|
"license": "MIT",
|
|
5894
5881
|
"dependencies": {
|
|
@@ -5963,7 +5950,7 @@
|
|
|
5963
5950
|
"pino": "bin.js"
|
|
5964
5951
|
}
|
|
5965
5952
|
},
|
|
5966
|
-
"node_modules/@salesforce/cli-plugins-testkit/node_modules/pino
|
|
5953
|
+
"node_modules/@salesforce/cli-plugins-testkit/node_modules/pino-abstract-transport": {
|
|
5967
5954
|
"version": "1.2.0",
|
|
5968
5955
|
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz",
|
|
5969
5956
|
"integrity": "sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==",
|
|
@@ -6030,16 +6017,6 @@
|
|
|
6030
6017
|
"real-require": "^0.2.0"
|
|
6031
6018
|
}
|
|
6032
6019
|
},
|
|
6033
|
-
"node_modules/@salesforce/cli-plugins-testkit/node_modules/ts-retry-promise": {
|
|
6034
|
-
"version": "0.8.1",
|
|
6035
|
-
"resolved": "https://registry.npmjs.org/ts-retry-promise/-/ts-retry-promise-0.8.1.tgz",
|
|
6036
|
-
"integrity": "sha512-+AHPUmAhr5bSRRK5CurE9kNH8gZlEHnCgusZ0zy2bjfatUBDX0h6vGQjiT0YrGwSDwRZmU+bapeX6mj55FOPvg==",
|
|
6037
|
-
"dev": true,
|
|
6038
|
-
"license": "MIT",
|
|
6039
|
-
"engines": {
|
|
6040
|
-
"node": ">=6"
|
|
6041
|
-
}
|
|
6042
|
-
},
|
|
6043
6020
|
"node_modules/@salesforce/core": {
|
|
6044
6021
|
"version": "6.7.6",
|
|
6045
6022
|
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.7.6.tgz",
|
|
@@ -6084,6 +6061,15 @@
|
|
|
6084
6061
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
6085
6062
|
}
|
|
6086
6063
|
},
|
|
6064
|
+
"node_modules/@salesforce/core/node_modules/ts-retry-promise": {
|
|
6065
|
+
"version": "0.7.1",
|
|
6066
|
+
"resolved": "https://registry.npmjs.org/ts-retry-promise/-/ts-retry-promise-0.7.1.tgz",
|
|
6067
|
+
"integrity": "sha512-NhHOCZ2AQORvH42hOPO5UZxShlcuiRtm7P2jIq2L2RY3PBxw2mLnUsEdHrIslVBFya1v5aZmrR55lWkzo13LrQ==",
|
|
6068
|
+
"license": "MIT",
|
|
6069
|
+
"engines": {
|
|
6070
|
+
"node": ">=6"
|
|
6071
|
+
}
|
|
6072
|
+
},
|
|
6087
6073
|
"node_modules/@salesforce/dev-config": {
|
|
6088
6074
|
"version": "4.1.0",
|
|
6089
6075
|
"resolved": "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.1.0.tgz",
|
|
@@ -6169,96 +6155,266 @@
|
|
|
6169
6155
|
"tslib": "^2.6.2"
|
|
6170
6156
|
}
|
|
6171
6157
|
},
|
|
6172
|
-
"node_modules/@salesforce/plugin-command-reference": {
|
|
6173
|
-
"version": "3.
|
|
6174
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.
|
|
6175
|
-
"integrity": "sha512-
|
|
6158
|
+
"node_modules/@salesforce/plugin-command-reference": {
|
|
6159
|
+
"version": "3.1.1",
|
|
6160
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.1.tgz",
|
|
6161
|
+
"integrity": "sha512-N/r93z63nCsAr3tCHZmJgQ3z1gbBowBhn2fD6EvXtBIBtfzYdcj9nC/spo/JhmiaaRmFopVluvsqNJV8qZ7TMw==",
|
|
6162
|
+
"dev": true,
|
|
6163
|
+
"license": "BSD-3-Clause",
|
|
6164
|
+
"dependencies": {
|
|
6165
|
+
"@oclif/core": "^4",
|
|
6166
|
+
"@salesforce/core": "^7.3.12",
|
|
6167
|
+
"@salesforce/kit": "^3.1.1",
|
|
6168
|
+
"@salesforce/sf-plugins-core": "^10.0.0",
|
|
6169
|
+
"@salesforce/ts-types": "^2.0.9",
|
|
6170
|
+
"chalk": "^5.3.0",
|
|
6171
|
+
"debug": "^4.3.4",
|
|
6172
|
+
"handlebars": "^4.7.8"
|
|
6173
|
+
},
|
|
6174
|
+
"engines": {
|
|
6175
|
+
"node": ">=18.0.0"
|
|
6176
|
+
}
|
|
6177
|
+
},
|
|
6178
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/@inquirer/password": {
|
|
6179
|
+
"version": "2.1.9",
|
|
6180
|
+
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-2.1.9.tgz",
|
|
6181
|
+
"integrity": "sha512-QPtVcT12Fkn0TyuZJelR7QOtc5l1d/6pB5EfkHOivTzC6QTFxRCHl+Gx7Q3E2U/kgJeCCmDov6itDFggk9nkgA==",
|
|
6182
|
+
"dev": true,
|
|
6183
|
+
"license": "MIT",
|
|
6184
|
+
"dependencies": {
|
|
6185
|
+
"@inquirer/core": "^8.2.2",
|
|
6186
|
+
"@inquirer/type": "^1.3.3",
|
|
6187
|
+
"ansi-escapes": "^4.3.2"
|
|
6188
|
+
},
|
|
6189
|
+
"engines": {
|
|
6190
|
+
"node": ">=18"
|
|
6191
|
+
}
|
|
6192
|
+
},
|
|
6193
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/@oclif/core": {
|
|
6194
|
+
"version": "4.0.3",
|
|
6195
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.3.tgz",
|
|
6196
|
+
"integrity": "sha512-yM8R/M2WfSNfL9eF8clS/SbQvanvHZJgoij5bLs3ro7uAFCkL/LYcagyj0UVGbysx5AI+SNIof6OHQUXYZpOZw==",
|
|
6197
|
+
"dev": true,
|
|
6198
|
+
"license": "MIT",
|
|
6199
|
+
"dependencies": {
|
|
6200
|
+
"ansi-escapes": "^4.3.2",
|
|
6201
|
+
"ansis": "^3.1.1",
|
|
6202
|
+
"clean-stack": "^3.0.1",
|
|
6203
|
+
"cli-spinners": "^2.9.2",
|
|
6204
|
+
"cosmiconfig": "^9.0.0",
|
|
6205
|
+
"debug": "^4.3.5",
|
|
6206
|
+
"ejs": "^3.1.10",
|
|
6207
|
+
"get-package-type": "^0.1.0",
|
|
6208
|
+
"globby": "^11.1.0",
|
|
6209
|
+
"indent-string": "^4.0.0",
|
|
6210
|
+
"is-wsl": "^2.2.0",
|
|
6211
|
+
"minimatch": "^9.0.4",
|
|
6212
|
+
"string-width": "^4.2.3",
|
|
6213
|
+
"supports-color": "^8",
|
|
6214
|
+
"widest-line": "^3.1.0",
|
|
6215
|
+
"wordwrap": "^1.0.0",
|
|
6216
|
+
"wrap-ansi": "^7.0.0"
|
|
6217
|
+
},
|
|
6218
|
+
"engines": {
|
|
6219
|
+
"node": ">=18.0.0"
|
|
6220
|
+
}
|
|
6221
|
+
},
|
|
6222
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/core": {
|
|
6223
|
+
"version": "7.3.12",
|
|
6224
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.12.tgz",
|
|
6225
|
+
"integrity": "sha512-a53KYv2xaJpmFlN4haI7ewaMpRqdRwaqbm11wLn0il6+LNR1/2zkRdqE3opdTW6aXNvVecNu0YQj5/u3Uz3oPw==",
|
|
6226
|
+
"dev": true,
|
|
6227
|
+
"license": "BSD-3-Clause",
|
|
6228
|
+
"dependencies": {
|
|
6229
|
+
"@jsforce/jsforce-node": "^3.2.0",
|
|
6230
|
+
"@salesforce/kit": "^3.1.2",
|
|
6231
|
+
"@salesforce/schemas": "^1.9.0",
|
|
6232
|
+
"@salesforce/ts-types": "^2.0.9",
|
|
6233
|
+
"ajv": "^8.15.0",
|
|
6234
|
+
"change-case": "^4.1.2",
|
|
6235
|
+
"fast-levenshtein": "^3.0.0",
|
|
6236
|
+
"faye": "^1.4.0",
|
|
6237
|
+
"form-data": "^4.0.0",
|
|
6238
|
+
"js2xmlparser": "^4.0.1",
|
|
6239
|
+
"jsonwebtoken": "9.0.2",
|
|
6240
|
+
"jszip": "3.10.1",
|
|
6241
|
+
"pino": "^8.21.0",
|
|
6242
|
+
"pino-abstract-transport": "^1.2.0",
|
|
6243
|
+
"pino-pretty": "^10.3.1",
|
|
6244
|
+
"proper-lockfile": "^4.1.2",
|
|
6245
|
+
"semver": "^7.6.2",
|
|
6246
|
+
"ts-retry-promise": "^0.8.1"
|
|
6247
|
+
},
|
|
6248
|
+
"engines": {
|
|
6249
|
+
"node": ">=18.0.0"
|
|
6250
|
+
}
|
|
6251
|
+
},
|
|
6252
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/schemas": {
|
|
6253
|
+
"version": "1.9.0",
|
|
6254
|
+
"resolved": "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.9.0.tgz",
|
|
6255
|
+
"integrity": "sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==",
|
|
6256
|
+
"dev": true,
|
|
6257
|
+
"license": "ISC"
|
|
6258
|
+
},
|
|
6259
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/sf-plugins-core": {
|
|
6260
|
+
"version": "10.0.0",
|
|
6261
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-10.0.0.tgz",
|
|
6262
|
+
"integrity": "sha512-Y18aDrz376Ekza45nfCjpyiI+np1oY9Cc7DxNAYiP37c0lstTajVsgz6wvDvt6p6QGEX//nnqcz/NaMlry/INw==",
|
|
6263
|
+
"dev": true,
|
|
6264
|
+
"license": "BSD-3-Clause",
|
|
6265
|
+
"dependencies": {
|
|
6266
|
+
"@inquirer/confirm": "^3.1.9",
|
|
6267
|
+
"@inquirer/password": "^2.1.9",
|
|
6268
|
+
"@oclif/core": "^4",
|
|
6269
|
+
"@salesforce/core": "^7.3.10",
|
|
6270
|
+
"@salesforce/kit": "^3.1.2",
|
|
6271
|
+
"@salesforce/ts-types": "^2.0.9",
|
|
6272
|
+
"ansis": "^3.1.1",
|
|
6273
|
+
"cli-progress": "^3.12.0",
|
|
6274
|
+
"natural-orderby": "^3.0.2",
|
|
6275
|
+
"slice-ansi": "^7.1.0",
|
|
6276
|
+
"string-width": "^7.1.0",
|
|
6277
|
+
"terminal-link": "^3.0.0"
|
|
6278
|
+
},
|
|
6279
|
+
"engines": {
|
|
6280
|
+
"node": ">=18.0.0"
|
|
6281
|
+
}
|
|
6282
|
+
},
|
|
6283
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/sf-plugins-core/node_modules/string-width": {
|
|
6284
|
+
"version": "7.1.0",
|
|
6285
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz",
|
|
6286
|
+
"integrity": "sha512-SEIJCWiX7Kg4c129n48aDRwLbFb2LJmXXFrWBG4NGaRtMQ3myKPKbwrD1BKqQn74oCoNMBVrfDEr5M9YxCsrkw==",
|
|
6287
|
+
"dev": true,
|
|
6288
|
+
"license": "MIT",
|
|
6289
|
+
"dependencies": {
|
|
6290
|
+
"emoji-regex": "^10.3.0",
|
|
6291
|
+
"get-east-asian-width": "^1.0.0",
|
|
6292
|
+
"strip-ansi": "^7.1.0"
|
|
6293
|
+
},
|
|
6294
|
+
"engines": {
|
|
6295
|
+
"node": ">=18"
|
|
6296
|
+
},
|
|
6297
|
+
"funding": {
|
|
6298
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
6299
|
+
}
|
|
6300
|
+
},
|
|
6301
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/ajv": {
|
|
6302
|
+
"version": "8.16.0",
|
|
6303
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.16.0.tgz",
|
|
6304
|
+
"integrity": "sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==",
|
|
6305
|
+
"dev": true,
|
|
6306
|
+
"license": "MIT",
|
|
6307
|
+
"dependencies": {
|
|
6308
|
+
"fast-deep-equal": "^3.1.3",
|
|
6309
|
+
"json-schema-traverse": "^1.0.0",
|
|
6310
|
+
"require-from-string": "^2.0.2",
|
|
6311
|
+
"uri-js": "^4.4.1"
|
|
6312
|
+
},
|
|
6313
|
+
"funding": {
|
|
6314
|
+
"type": "github",
|
|
6315
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
6316
|
+
}
|
|
6317
|
+
},
|
|
6318
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/ansi-regex": {
|
|
6319
|
+
"version": "6.0.1",
|
|
6320
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
6321
|
+
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
6322
|
+
"dev": true,
|
|
6323
|
+
"license": "MIT",
|
|
6324
|
+
"engines": {
|
|
6325
|
+
"node": ">=12"
|
|
6326
|
+
},
|
|
6327
|
+
"funding": {
|
|
6328
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
6329
|
+
}
|
|
6330
|
+
},
|
|
6331
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/ansi-styles": {
|
|
6332
|
+
"version": "6.2.1",
|
|
6333
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
6334
|
+
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
6176
6335
|
"dev": true,
|
|
6177
|
-
"license": "
|
|
6178
|
-
"dependencies": {
|
|
6179
|
-
"@oclif/core": "^3.26.6",
|
|
6180
|
-
"@salesforce/core": "^7.3.6",
|
|
6181
|
-
"@salesforce/kit": "^3.1.1",
|
|
6182
|
-
"@salesforce/sf-plugins-core": "^9.0.11",
|
|
6183
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
6184
|
-
"chalk": "^5.3.0",
|
|
6185
|
-
"debug": "^4.3.4",
|
|
6186
|
-
"handlebars": "^4.7.8"
|
|
6187
|
-
},
|
|
6336
|
+
"license": "MIT",
|
|
6188
6337
|
"engines": {
|
|
6189
|
-
"node": ">=
|
|
6338
|
+
"node": ">=12"
|
|
6339
|
+
},
|
|
6340
|
+
"funding": {
|
|
6341
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
6190
6342
|
}
|
|
6191
6343
|
},
|
|
6192
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules
|
|
6193
|
-
"version": "
|
|
6194
|
-
"resolved": "https://registry.npmjs.org
|
|
6195
|
-
"integrity": "sha512-
|
|
6344
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/cosmiconfig": {
|
|
6345
|
+
"version": "9.0.0",
|
|
6346
|
+
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
|
|
6347
|
+
"integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
|
|
6196
6348
|
"dev": true,
|
|
6197
|
-
"license": "
|
|
6349
|
+
"license": "MIT",
|
|
6198
6350
|
"dependencies": {
|
|
6199
|
-
"
|
|
6200
|
-
"
|
|
6201
|
-
"
|
|
6202
|
-
"
|
|
6203
|
-
"ajv": "^8.13.0",
|
|
6204
|
-
"change-case": "^4.1.2",
|
|
6205
|
-
"faye": "^1.4.0",
|
|
6206
|
-
"form-data": "^4.0.0",
|
|
6207
|
-
"js2xmlparser": "^4.0.1",
|
|
6208
|
-
"jsonwebtoken": "9.0.2",
|
|
6209
|
-
"jszip": "3.10.1",
|
|
6210
|
-
"pino": "^8.21.0",
|
|
6211
|
-
"pino-abstract-transport": "^1.1.0",
|
|
6212
|
-
"pino-pretty": "^10.3.1",
|
|
6213
|
-
"proper-lockfile": "^4.1.2",
|
|
6214
|
-
"semver": "^7.6.2",
|
|
6215
|
-
"ts-retry-promise": "^0.7.1"
|
|
6351
|
+
"env-paths": "^2.2.1",
|
|
6352
|
+
"import-fresh": "^3.3.0",
|
|
6353
|
+
"js-yaml": "^4.1.0",
|
|
6354
|
+
"parse-json": "^5.2.0"
|
|
6216
6355
|
},
|
|
6217
6356
|
"engines": {
|
|
6218
|
-
"node": ">=
|
|
6357
|
+
"node": ">=14"
|
|
6358
|
+
},
|
|
6359
|
+
"funding": {
|
|
6360
|
+
"url": "https://github.com/sponsors/d-fischer"
|
|
6361
|
+
},
|
|
6362
|
+
"peerDependencies": {
|
|
6363
|
+
"typescript": ">=4.9.5"
|
|
6364
|
+
},
|
|
6365
|
+
"peerDependenciesMeta": {
|
|
6366
|
+
"typescript": {
|
|
6367
|
+
"optional": true
|
|
6368
|
+
}
|
|
6219
6369
|
}
|
|
6220
6370
|
},
|
|
6221
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules
|
|
6222
|
-
"version": "
|
|
6223
|
-
"resolved": "https://registry.npmjs.org
|
|
6224
|
-
"integrity": "sha512-
|
|
6371
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/emoji-regex": {
|
|
6372
|
+
"version": "10.3.0",
|
|
6373
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
6374
|
+
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
6225
6375
|
"dev": true,
|
|
6226
|
-
"license": "
|
|
6376
|
+
"license": "MIT"
|
|
6227
6377
|
},
|
|
6228
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules
|
|
6229
|
-
"version": "
|
|
6230
|
-
"resolved": "https://registry.npmjs.org
|
|
6231
|
-
"integrity": "sha512-
|
|
6378
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/is-fullwidth-code-point": {
|
|
6379
|
+
"version": "5.0.0",
|
|
6380
|
+
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.0.0.tgz",
|
|
6381
|
+
"integrity": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==",
|
|
6232
6382
|
"dev": true,
|
|
6233
|
-
"license": "
|
|
6383
|
+
"license": "MIT",
|
|
6234
6384
|
"dependencies": {
|
|
6235
|
-
"
|
|
6236
|
-
"@inquirer/password": "^1.1.16",
|
|
6237
|
-
"@oclif/core": "^3.26.6",
|
|
6238
|
-
"@salesforce/core": "^7.3.8",
|
|
6239
|
-
"@salesforce/kit": "^3.1.1",
|
|
6240
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
6241
|
-
"chalk": "^5.3.0"
|
|
6385
|
+
"get-east-asian-width": "^1.0.0"
|
|
6242
6386
|
},
|
|
6243
6387
|
"engines": {
|
|
6244
|
-
"node": ">=18
|
|
6388
|
+
"node": ">=18"
|
|
6389
|
+
},
|
|
6390
|
+
"funding": {
|
|
6391
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
6245
6392
|
}
|
|
6246
6393
|
},
|
|
6247
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/
|
|
6248
|
-
"version": "
|
|
6249
|
-
"resolved": "https://registry.npmjs.org/
|
|
6250
|
-
"integrity": "sha512-
|
|
6394
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/minimatch": {
|
|
6395
|
+
"version": "9.0.4",
|
|
6396
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
6397
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
6251
6398
|
"dev": true,
|
|
6252
|
-
"license": "
|
|
6399
|
+
"license": "ISC",
|
|
6253
6400
|
"dependencies": {
|
|
6254
|
-
"
|
|
6255
|
-
|
|
6256
|
-
|
|
6257
|
-
"
|
|
6401
|
+
"brace-expansion": "^2.0.1"
|
|
6402
|
+
},
|
|
6403
|
+
"engines": {
|
|
6404
|
+
"node": ">=16 || 14 >=14.17"
|
|
6258
6405
|
},
|
|
6259
6406
|
"funding": {
|
|
6260
|
-
"
|
|
6261
|
-
|
|
6407
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
6408
|
+
}
|
|
6409
|
+
},
|
|
6410
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/natural-orderby": {
|
|
6411
|
+
"version": "3.0.2",
|
|
6412
|
+
"resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-3.0.2.tgz",
|
|
6413
|
+
"integrity": "sha512-x7ZdOwBxZCEm9MM7+eQCjkrNLrW3rkBKNHVr78zbtqnMGVNlnDi6C/eUEYgxHNrcbu0ymvjzcwIL/6H1iHri9g==",
|
|
6414
|
+
"dev": true,
|
|
6415
|
+
"license": "MIT",
|
|
6416
|
+
"engines": {
|
|
6417
|
+
"node": ">=18"
|
|
6262
6418
|
}
|
|
6263
6419
|
},
|
|
6264
6420
|
"node_modules/@salesforce/plugin-command-reference/node_modules/pino": {
|
|
@@ -6284,7 +6440,7 @@
|
|
|
6284
6440
|
"pino": "bin.js"
|
|
6285
6441
|
}
|
|
6286
6442
|
},
|
|
6287
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/pino
|
|
6443
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/pino-abstract-transport": {
|
|
6288
6444
|
"version": "1.2.0",
|
|
6289
6445
|
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz",
|
|
6290
6446
|
"integrity": "sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==",
|
|
@@ -6312,6 +6468,23 @@
|
|
|
6312
6468
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
6313
6469
|
}
|
|
6314
6470
|
},
|
|
6471
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/slice-ansi": {
|
|
6472
|
+
"version": "7.1.0",
|
|
6473
|
+
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.0.tgz",
|
|
6474
|
+
"integrity": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==",
|
|
6475
|
+
"dev": true,
|
|
6476
|
+
"license": "MIT",
|
|
6477
|
+
"dependencies": {
|
|
6478
|
+
"ansi-styles": "^6.2.1",
|
|
6479
|
+
"is-fullwidth-code-point": "^5.0.0"
|
|
6480
|
+
},
|
|
6481
|
+
"engines": {
|
|
6482
|
+
"node": ">=18"
|
|
6483
|
+
},
|
|
6484
|
+
"funding": {
|
|
6485
|
+
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
6486
|
+
}
|
|
6487
|
+
},
|
|
6315
6488
|
"node_modules/@salesforce/plugin-command-reference/node_modules/split2": {
|
|
6316
6489
|
"version": "4.2.0",
|
|
6317
6490
|
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
@@ -6322,6 +6495,38 @@
|
|
|
6322
6495
|
"node": ">= 10.x"
|
|
6323
6496
|
}
|
|
6324
6497
|
},
|
|
6498
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/strip-ansi": {
|
|
6499
|
+
"version": "7.1.0",
|
|
6500
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
6501
|
+
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
6502
|
+
"dev": true,
|
|
6503
|
+
"license": "MIT",
|
|
6504
|
+
"dependencies": {
|
|
6505
|
+
"ansi-regex": "^6.0.1"
|
|
6506
|
+
},
|
|
6507
|
+
"engines": {
|
|
6508
|
+
"node": ">=12"
|
|
6509
|
+
},
|
|
6510
|
+
"funding": {
|
|
6511
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
6512
|
+
}
|
|
6513
|
+
},
|
|
6514
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/supports-color": {
|
|
6515
|
+
"version": "8.1.1",
|
|
6516
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
6517
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
6518
|
+
"dev": true,
|
|
6519
|
+
"license": "MIT",
|
|
6520
|
+
"dependencies": {
|
|
6521
|
+
"has-flag": "^4.0.0"
|
|
6522
|
+
},
|
|
6523
|
+
"engines": {
|
|
6524
|
+
"node": ">=10"
|
|
6525
|
+
},
|
|
6526
|
+
"funding": {
|
|
6527
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
6528
|
+
}
|
|
6529
|
+
},
|
|
6325
6530
|
"node_modules/@salesforce/plugin-command-reference/node_modules/thread-stream": {
|
|
6326
6531
|
"version": "2.7.0",
|
|
6327
6532
|
"resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-2.7.0.tgz",
|
|
@@ -6363,6 +6568,121 @@
|
|
|
6363
6568
|
"node": ">=18.0.0"
|
|
6364
6569
|
}
|
|
6365
6570
|
},
|
|
6571
|
+
"node_modules/@salesforce/sf-plugins-core/node_modules/@inquirer/confirm": {
|
|
6572
|
+
"version": "2.0.17",
|
|
6573
|
+
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-2.0.17.tgz",
|
|
6574
|
+
"integrity": "sha512-EqzhGryzmGpy2aJf6LxJVhndxYmFs+m8cxXzf8nejb1DE3sabf6mUgBcp4J0jAUEiAcYzqmkqRr7LPFh/WdnXA==",
|
|
6575
|
+
"license": "MIT",
|
|
6576
|
+
"dependencies": {
|
|
6577
|
+
"@inquirer/core": "^6.0.0",
|
|
6578
|
+
"@inquirer/type": "^1.1.6",
|
|
6579
|
+
"chalk": "^4.1.2"
|
|
6580
|
+
},
|
|
6581
|
+
"engines": {
|
|
6582
|
+
"node": ">=14.18.0"
|
|
6583
|
+
}
|
|
6584
|
+
},
|
|
6585
|
+
"node_modules/@salesforce/sf-plugins-core/node_modules/@inquirer/confirm/node_modules/chalk": {
|
|
6586
|
+
"version": "4.1.2",
|
|
6587
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
6588
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
6589
|
+
"license": "MIT",
|
|
6590
|
+
"dependencies": {
|
|
6591
|
+
"ansi-styles": "^4.1.0",
|
|
6592
|
+
"supports-color": "^7.1.0"
|
|
6593
|
+
},
|
|
6594
|
+
"engines": {
|
|
6595
|
+
"node": ">=10"
|
|
6596
|
+
},
|
|
6597
|
+
"funding": {
|
|
6598
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
6599
|
+
}
|
|
6600
|
+
},
|
|
6601
|
+
"node_modules/@salesforce/sf-plugins-core/node_modules/@inquirer/core": {
|
|
6602
|
+
"version": "6.0.0",
|
|
6603
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-6.0.0.tgz",
|
|
6604
|
+
"integrity": "sha512-fKi63Khkisgda3ohnskNf5uZJj+zXOaBvOllHsOkdsXRA/ubQLJQrZchFFi57NKbZzkTunXiBMdvWOv71alonw==",
|
|
6605
|
+
"license": "MIT",
|
|
6606
|
+
"dependencies": {
|
|
6607
|
+
"@inquirer/type": "^1.1.6",
|
|
6608
|
+
"@types/mute-stream": "^0.0.4",
|
|
6609
|
+
"@types/node": "^20.10.7",
|
|
6610
|
+
"@types/wrap-ansi": "^3.0.0",
|
|
6611
|
+
"ansi-escapes": "^4.3.2",
|
|
6612
|
+
"chalk": "^4.1.2",
|
|
6613
|
+
"cli-spinners": "^2.9.2",
|
|
6614
|
+
"cli-width": "^4.1.0",
|
|
6615
|
+
"figures": "^3.2.0",
|
|
6616
|
+
"mute-stream": "^1.0.0",
|
|
6617
|
+
"run-async": "^3.0.0",
|
|
6618
|
+
"signal-exit": "^4.1.0",
|
|
6619
|
+
"strip-ansi": "^6.0.1",
|
|
6620
|
+
"wrap-ansi": "^6.2.0"
|
|
6621
|
+
},
|
|
6622
|
+
"engines": {
|
|
6623
|
+
"node": ">=14.18.0"
|
|
6624
|
+
}
|
|
6625
|
+
},
|
|
6626
|
+
"node_modules/@salesforce/sf-plugins-core/node_modules/@inquirer/core/node_modules/chalk": {
|
|
6627
|
+
"version": "4.1.2",
|
|
6628
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
6629
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
6630
|
+
"license": "MIT",
|
|
6631
|
+
"dependencies": {
|
|
6632
|
+
"ansi-styles": "^4.1.0",
|
|
6633
|
+
"supports-color": "^7.1.0"
|
|
6634
|
+
},
|
|
6635
|
+
"engines": {
|
|
6636
|
+
"node": ">=10"
|
|
6637
|
+
},
|
|
6638
|
+
"funding": {
|
|
6639
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
6640
|
+
}
|
|
6641
|
+
},
|
|
6642
|
+
"node_modules/@salesforce/sf-plugins-core/node_modules/@inquirer/type": {
|
|
6643
|
+
"version": "1.2.0",
|
|
6644
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.2.0.tgz",
|
|
6645
|
+
"integrity": "sha512-/vvkUkYhrjbm+RolU7V1aUFDydZVKNKqKHR5TsE+j5DXgXFwrsOPcoGUJ02K0O7q7O53CU2DOTMYCHeGZ25WHA==",
|
|
6646
|
+
"license": "MIT",
|
|
6647
|
+
"engines": {
|
|
6648
|
+
"node": ">=18"
|
|
6649
|
+
}
|
|
6650
|
+
},
|
|
6651
|
+
"node_modules/@salesforce/sf-plugins-core/node_modules/run-async": {
|
|
6652
|
+
"version": "3.0.0",
|
|
6653
|
+
"resolved": "https://registry.npmjs.org/run-async/-/run-async-3.0.0.tgz",
|
|
6654
|
+
"integrity": "sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==",
|
|
6655
|
+
"license": "MIT",
|
|
6656
|
+
"engines": {
|
|
6657
|
+
"node": ">=0.12.0"
|
|
6658
|
+
}
|
|
6659
|
+
},
|
|
6660
|
+
"node_modules/@salesforce/sf-plugins-core/node_modules/signal-exit": {
|
|
6661
|
+
"version": "4.1.0",
|
|
6662
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
6663
|
+
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
6664
|
+
"license": "ISC",
|
|
6665
|
+
"engines": {
|
|
6666
|
+
"node": ">=14"
|
|
6667
|
+
},
|
|
6668
|
+
"funding": {
|
|
6669
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
6670
|
+
}
|
|
6671
|
+
},
|
|
6672
|
+
"node_modules/@salesforce/sf-plugins-core/node_modules/wrap-ansi": {
|
|
6673
|
+
"version": "6.2.0",
|
|
6674
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
6675
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
6676
|
+
"license": "MIT",
|
|
6677
|
+
"dependencies": {
|
|
6678
|
+
"ansi-styles": "^4.0.0",
|
|
6679
|
+
"string-width": "^4.1.0",
|
|
6680
|
+
"strip-ansi": "^6.0.0"
|
|
6681
|
+
},
|
|
6682
|
+
"engines": {
|
|
6683
|
+
"node": ">=8"
|
|
6684
|
+
}
|
|
6685
|
+
},
|
|
6366
6686
|
"node_modules/@salesforce/ts-sinon": {
|
|
6367
6687
|
"version": "1.4.19",
|
|
6368
6688
|
"resolved": "https://registry.npmjs.org/@salesforce/ts-sinon/-/ts-sinon-1.4.19.tgz",
|
|
@@ -8429,17 +8749,7 @@
|
|
|
8429
8749
|
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.202.tgz",
|
|
8430
8750
|
"integrity": "sha512-OvlIYQK9tNneDlS0VN54LLd5uiPCBOp7gS5Z0f1mjoJYBrtStzgmJBxONW3U6OZqdtNzZPmn9BS/7WI7BFFcFQ==",
|
|
8431
8751
|
"dev": true,
|
|
8432
|
-
"license": "MIT"
|
|
8433
|
-
},
|
|
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
|
-
}
|
|
8752
|
+
"license": "MIT"
|
|
8443
8753
|
},
|
|
8444
8754
|
"node_modules/@types/lodash.get": {
|
|
8445
8755
|
"version": "4.4.9",
|
|
@@ -9780,6 +10090,21 @@
|
|
|
9780
10090
|
"wrap-ansi": "^6.2.0"
|
|
9781
10091
|
}
|
|
9782
10092
|
},
|
|
10093
|
+
"node_modules/cliui/node_modules/wrap-ansi": {
|
|
10094
|
+
"version": "6.2.0",
|
|
10095
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
10096
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
10097
|
+
"dev": true,
|
|
10098
|
+
"license": "MIT",
|
|
10099
|
+
"dependencies": {
|
|
10100
|
+
"ansi-styles": "^4.0.0",
|
|
10101
|
+
"string-width": "^4.1.0",
|
|
10102
|
+
"strip-ansi": "^6.0.0"
|
|
10103
|
+
},
|
|
10104
|
+
"engines": {
|
|
10105
|
+
"node": ">=8"
|
|
10106
|
+
}
|
|
10107
|
+
},
|
|
9783
10108
|
"node_modules/color": {
|
|
9784
10109
|
"version": "4.2.3",
|
|
9785
10110
|
"resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
|
|
@@ -10090,9 +10415,9 @@
|
|
|
10090
10415
|
}
|
|
10091
10416
|
},
|
|
10092
10417
|
"node_modules/debug": {
|
|
10093
|
-
"version": "4.3.
|
|
10094
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.
|
|
10095
|
-
"integrity": "sha512-
|
|
10418
|
+
"version": "4.3.5",
|
|
10419
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz",
|
|
10420
|
+
"integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==",
|
|
10096
10421
|
"license": "MIT",
|
|
10097
10422
|
"dependencies": {
|
|
10098
10423
|
"ms": "2.1.2"
|
|
@@ -10878,13 +11203,13 @@
|
|
|
10878
11203
|
}
|
|
10879
11204
|
},
|
|
10880
11205
|
"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-
|
|
11206
|
+
"version": "1.18.5",
|
|
11207
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.5.tgz",
|
|
11208
|
+
"integrity": "sha512-yjvWM3OmxFuUUlHhDAXczo4ysX5ONoeysPL0B0Cj/zjrizvS05fjaAy53fa+AwVjOIOthWopFh2vPDSTNQ+pmA==",
|
|
10884
11209
|
"dev": true,
|
|
10885
11210
|
"license": "BSD-3-Clause",
|
|
10886
11211
|
"dependencies": {
|
|
10887
|
-
"@salesforce/core": "^7.3.
|
|
11212
|
+
"@salesforce/core": "^7.3.9",
|
|
10888
11213
|
"@typescript-eslint/utils": "^6.17.0"
|
|
10889
11214
|
},
|
|
10890
11215
|
"engines": {
|
|
@@ -10892,29 +11217,30 @@
|
|
|
10892
11217
|
}
|
|
10893
11218
|
},
|
|
10894
11219
|
"node_modules/eslint-plugin-sf-plugin/node_modules/@salesforce/core": {
|
|
10895
|
-
"version": "7.3.
|
|
10896
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.
|
|
10897
|
-
"integrity": "sha512-
|
|
11220
|
+
"version": "7.3.12",
|
|
11221
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.12.tgz",
|
|
11222
|
+
"integrity": "sha512-a53KYv2xaJpmFlN4haI7ewaMpRqdRwaqbm11wLn0il6+LNR1/2zkRdqE3opdTW6aXNvVecNu0YQj5/u3Uz3oPw==",
|
|
10898
11223
|
"dev": true,
|
|
10899
11224
|
"license": "BSD-3-Clause",
|
|
10900
11225
|
"dependencies": {
|
|
10901
11226
|
"@jsforce/jsforce-node": "^3.2.0",
|
|
10902
|
-
"@salesforce/kit": "^3.1.
|
|
11227
|
+
"@salesforce/kit": "^3.1.2",
|
|
10903
11228
|
"@salesforce/schemas": "^1.9.0",
|
|
10904
11229
|
"@salesforce/ts-types": "^2.0.9",
|
|
10905
|
-
"ajv": "^8.
|
|
11230
|
+
"ajv": "^8.15.0",
|
|
10906
11231
|
"change-case": "^4.1.2",
|
|
11232
|
+
"fast-levenshtein": "^3.0.0",
|
|
10907
11233
|
"faye": "^1.4.0",
|
|
10908
11234
|
"form-data": "^4.0.0",
|
|
10909
11235
|
"js2xmlparser": "^4.0.1",
|
|
10910
11236
|
"jsonwebtoken": "9.0.2",
|
|
10911
11237
|
"jszip": "3.10.1",
|
|
10912
11238
|
"pino": "^8.21.0",
|
|
10913
|
-
"pino-abstract-transport": "^1.
|
|
11239
|
+
"pino-abstract-transport": "^1.2.0",
|
|
10914
11240
|
"pino-pretty": "^10.3.1",
|
|
10915
11241
|
"proper-lockfile": "^4.1.2",
|
|
10916
11242
|
"semver": "^7.6.2",
|
|
10917
|
-
"ts-retry-promise": "^0.
|
|
11243
|
+
"ts-retry-promise": "^0.8.1"
|
|
10918
11244
|
},
|
|
10919
11245
|
"engines": {
|
|
10920
11246
|
"node": ">=18.0.0"
|
|
@@ -10928,9 +11254,9 @@
|
|
|
10928
11254
|
"license": "ISC"
|
|
10929
11255
|
},
|
|
10930
11256
|
"node_modules/eslint-plugin-sf-plugin/node_modules/ajv": {
|
|
10931
|
-
"version": "8.
|
|
10932
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.
|
|
10933
|
-
"integrity": "sha512-
|
|
11257
|
+
"version": "8.16.0",
|
|
11258
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.16.0.tgz",
|
|
11259
|
+
"integrity": "sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==",
|
|
10934
11260
|
"dev": true,
|
|
10935
11261
|
"license": "MIT",
|
|
10936
11262
|
"dependencies": {
|
|
@@ -10967,7 +11293,7 @@
|
|
|
10967
11293
|
"pino": "bin.js"
|
|
10968
11294
|
}
|
|
10969
11295
|
},
|
|
10970
|
-
"node_modules/eslint-plugin-sf-plugin/node_modules/pino
|
|
11296
|
+
"node_modules/eslint-plugin-sf-plugin/node_modules/pino-abstract-transport": {
|
|
10971
11297
|
"version": "1.2.0",
|
|
10972
11298
|
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz",
|
|
10973
11299
|
"integrity": "sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==",
|
|
@@ -11832,6 +12158,19 @@
|
|
|
11832
12158
|
"node": "6.* || 8.* || >= 10.*"
|
|
11833
12159
|
}
|
|
11834
12160
|
},
|
|
12161
|
+
"node_modules/get-east-asian-width": {
|
|
12162
|
+
"version": "1.2.0",
|
|
12163
|
+
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.2.0.tgz",
|
|
12164
|
+
"integrity": "sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==",
|
|
12165
|
+
"dev": true,
|
|
12166
|
+
"license": "MIT",
|
|
12167
|
+
"engines": {
|
|
12168
|
+
"node": ">=18"
|
|
12169
|
+
},
|
|
12170
|
+
"funding": {
|
|
12171
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
12172
|
+
}
|
|
12173
|
+
},
|
|
11835
12174
|
"node_modules/get-func-name": {
|
|
11836
12175
|
"version": "2.0.2",
|
|
11837
12176
|
"resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.2.tgz",
|
|
@@ -12602,15 +12941,6 @@
|
|
|
12602
12941
|
"integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==",
|
|
12603
12942
|
"license": "ISC"
|
|
12604
12943
|
},
|
|
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
12944
|
"node_modules/internal-slot": {
|
|
12615
12945
|
"version": "1.0.6",
|
|
12616
12946
|
"resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.6.tgz",
|
|
@@ -14237,6 +14567,31 @@
|
|
|
14237
14567
|
"node": ">= 14.0.0"
|
|
14238
14568
|
}
|
|
14239
14569
|
},
|
|
14570
|
+
"node_modules/mocha/node_modules/debug": {
|
|
14571
|
+
"version": "4.3.4",
|
|
14572
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
|
|
14573
|
+
"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
|
|
14574
|
+
"dev": true,
|
|
14575
|
+
"license": "MIT",
|
|
14576
|
+
"dependencies": {
|
|
14577
|
+
"ms": "2.1.2"
|
|
14578
|
+
},
|
|
14579
|
+
"engines": {
|
|
14580
|
+
"node": ">=6.0"
|
|
14581
|
+
},
|
|
14582
|
+
"peerDependenciesMeta": {
|
|
14583
|
+
"supports-color": {
|
|
14584
|
+
"optional": true
|
|
14585
|
+
}
|
|
14586
|
+
}
|
|
14587
|
+
},
|
|
14588
|
+
"node_modules/mocha/node_modules/debug/node_modules/ms": {
|
|
14589
|
+
"version": "2.1.2",
|
|
14590
|
+
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
|
|
14591
|
+
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
|
|
14592
|
+
"dev": true,
|
|
14593
|
+
"license": "MIT"
|
|
14594
|
+
},
|
|
14240
14595
|
"node_modules/mocha/node_modules/diff": {
|
|
14241
14596
|
"version": "5.0.0",
|
|
14242
14597
|
"resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz",
|
|
@@ -14784,20 +15139,20 @@
|
|
|
14784
15139
|
}
|
|
14785
15140
|
},
|
|
14786
15141
|
"node_modules/oclif": {
|
|
14787
|
-
"version": "4.
|
|
14788
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
14789
|
-
"integrity": "sha512
|
|
15142
|
+
"version": "4.13.2",
|
|
15143
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.13.2.tgz",
|
|
15144
|
+
"integrity": "sha512-+89Pz7s1GI6qTW/dNp1W2hF0ASmq0VSqUmBEXeuBVWW+26V7fI17AuqChhahrEcT1rIi8LPQAe8iBvK5HFaHFQ==",
|
|
14790
15145
|
"dev": true,
|
|
14791
15146
|
"license": "MIT",
|
|
14792
15147
|
"dependencies": {
|
|
14793
15148
|
"@aws-sdk/client-cloudfront": "^3.574.0",
|
|
14794
15149
|
"@aws-sdk/client-s3": "^3.583.0",
|
|
14795
15150
|
"@inquirer/confirm": "^3.1.6",
|
|
14796
|
-
"@inquirer/input": "^2.1.
|
|
14797
|
-
"@inquirer/select": "^2.3.
|
|
14798
|
-
"@oclif/core": "^
|
|
15151
|
+
"@inquirer/input": "^2.1.9",
|
|
15152
|
+
"@inquirer/select": "^2.3.5",
|
|
15153
|
+
"@oclif/core": "^4",
|
|
14799
15154
|
"@oclif/plugin-help": "^6.0.21",
|
|
14800
|
-
"@oclif/plugin-not-found": "^3.1
|
|
15155
|
+
"@oclif/plugin-not-found": "^3.2.1",
|
|
14801
15156
|
"@oclif/plugin-warn-if-update-available": "^3.0.19",
|
|
14802
15157
|
"async-retry": "^1.3.3",
|
|
14803
15158
|
"chalk": "^4",
|
|
@@ -14822,73 +15177,49 @@
|
|
|
14822
15177
|
"node": ">=18.0.0"
|
|
14823
15178
|
}
|
|
14824
15179
|
},
|
|
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==",
|
|
15180
|
+
"node_modules/oclif/node_modules/@oclif/core": {
|
|
15181
|
+
"version": "4.0.3",
|
|
15182
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.3.tgz",
|
|
15183
|
+
"integrity": "sha512-yM8R/M2WfSNfL9eF8clS/SbQvanvHZJgoij5bLs3ro7uAFCkL/LYcagyj0UVGbysx5AI+SNIof6OHQUXYZpOZw==",
|
|
14843
15184
|
"dev": true,
|
|
14844
15185
|
"license": "MIT",
|
|
14845
15186
|
"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
15187
|
"ansi-escapes": "^4.3.2",
|
|
14852
|
-
"
|
|
15188
|
+
"ansis": "^3.1.1",
|
|
15189
|
+
"clean-stack": "^3.0.1",
|
|
14853
15190
|
"cli-spinners": "^2.9.2",
|
|
14854
|
-
"
|
|
14855
|
-
"
|
|
14856
|
-
"
|
|
14857
|
-
"
|
|
14858
|
-
"
|
|
15191
|
+
"cosmiconfig": "^9.0.0",
|
|
15192
|
+
"debug": "^4.3.5",
|
|
15193
|
+
"ejs": "^3.1.10",
|
|
15194
|
+
"get-package-type": "^0.1.0",
|
|
15195
|
+
"globby": "^11.1.0",
|
|
15196
|
+
"indent-string": "^4.0.0",
|
|
15197
|
+
"is-wsl": "^2.2.0",
|
|
15198
|
+
"minimatch": "^9.0.4",
|
|
15199
|
+
"string-width": "^4.2.3",
|
|
15200
|
+
"supports-color": "^8",
|
|
15201
|
+
"widest-line": "^3.1.0",
|
|
15202
|
+
"wordwrap": "^1.0.0",
|
|
15203
|
+
"wrap-ansi": "^7.0.0"
|
|
14859
15204
|
},
|
|
14860
15205
|
"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"
|
|
15206
|
+
"node": ">=18.0.0"
|
|
14882
15207
|
}
|
|
14883
15208
|
},
|
|
14884
|
-
"node_modules/oclif/node_modules/@
|
|
14885
|
-
"version": "
|
|
14886
|
-
"resolved": "https://registry.npmjs.org
|
|
14887
|
-
"integrity": "sha512-
|
|
15209
|
+
"node_modules/oclif/node_modules/@oclif/core/node_modules/supports-color": {
|
|
15210
|
+
"version": "8.1.1",
|
|
15211
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
15212
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
14888
15213
|
"dev": true,
|
|
14889
15214
|
"license": "MIT",
|
|
14890
15215
|
"dependencies": {
|
|
14891
|
-
"
|
|
15216
|
+
"has-flag": "^4.0.0"
|
|
15217
|
+
},
|
|
15218
|
+
"engines": {
|
|
15219
|
+
"node": ">=10"
|
|
15220
|
+
},
|
|
15221
|
+
"funding": {
|
|
15222
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
14892
15223
|
}
|
|
14893
15224
|
},
|
|
14894
15225
|
"node_modules/oclif/node_modules/chalk": {
|
|
@@ -14908,6 +15239,33 @@
|
|
|
14908
15239
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
14909
15240
|
}
|
|
14910
15241
|
},
|
|
15242
|
+
"node_modules/oclif/node_modules/cosmiconfig": {
|
|
15243
|
+
"version": "9.0.0",
|
|
15244
|
+
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
|
|
15245
|
+
"integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
|
|
15246
|
+
"dev": true,
|
|
15247
|
+
"license": "MIT",
|
|
15248
|
+
"dependencies": {
|
|
15249
|
+
"env-paths": "^2.2.1",
|
|
15250
|
+
"import-fresh": "^3.3.0",
|
|
15251
|
+
"js-yaml": "^4.1.0",
|
|
15252
|
+
"parse-json": "^5.2.0"
|
|
15253
|
+
},
|
|
15254
|
+
"engines": {
|
|
15255
|
+
"node": ">=14"
|
|
15256
|
+
},
|
|
15257
|
+
"funding": {
|
|
15258
|
+
"url": "https://github.com/sponsors/d-fischer"
|
|
15259
|
+
},
|
|
15260
|
+
"peerDependencies": {
|
|
15261
|
+
"typescript": ">=4.9.5"
|
|
15262
|
+
},
|
|
15263
|
+
"peerDependenciesMeta": {
|
|
15264
|
+
"typescript": {
|
|
15265
|
+
"optional": true
|
|
15266
|
+
}
|
|
15267
|
+
}
|
|
15268
|
+
},
|
|
14911
15269
|
"node_modules/oclif/node_modules/hosted-git-info": {
|
|
14912
15270
|
"version": "7.0.2",
|
|
14913
15271
|
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz",
|
|
@@ -14931,6 +15289,22 @@
|
|
|
14931
15289
|
"node": "14 || >=16.14"
|
|
14932
15290
|
}
|
|
14933
15291
|
},
|
|
15292
|
+
"node_modules/oclif/node_modules/minimatch": {
|
|
15293
|
+
"version": "9.0.4",
|
|
15294
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
15295
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
15296
|
+
"dev": true,
|
|
15297
|
+
"license": "ISC",
|
|
15298
|
+
"dependencies": {
|
|
15299
|
+
"brace-expansion": "^2.0.1"
|
|
15300
|
+
},
|
|
15301
|
+
"engines": {
|
|
15302
|
+
"node": ">=16 || 14 >=14.17"
|
|
15303
|
+
},
|
|
15304
|
+
"funding": {
|
|
15305
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
15306
|
+
}
|
|
15307
|
+
},
|
|
14934
15308
|
"node_modules/oclif/node_modules/normalize-package-data": {
|
|
14935
15309
|
"version": "6.0.1",
|
|
14936
15310
|
"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-6.0.1.tgz",
|
|
@@ -14947,19 +15321,6 @@
|
|
|
14947
15321
|
"node": "^16.14.0 || >=18.0.0"
|
|
14948
15322
|
}
|
|
14949
15323
|
},
|
|
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
15324
|
"node_modules/on-exit-leak-free": {
|
|
14964
15325
|
"version": "2.1.2",
|
|
14965
15326
|
"resolved": "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-2.1.2.tgz",
|
|
@@ -16047,9 +16408,9 @@
|
|
|
16047
16408
|
}
|
|
16048
16409
|
},
|
|
16049
16410
|
"node_modules/run-async": {
|
|
16050
|
-
"version": "
|
|
16051
|
-
"resolved": "https://registry.npmjs.org/run-async/-/run-async-
|
|
16052
|
-
"integrity": "sha512-
|
|
16411
|
+
"version": "2.4.1",
|
|
16412
|
+
"resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz",
|
|
16413
|
+
"integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==",
|
|
16053
16414
|
"license": "MIT",
|
|
16054
16415
|
"engines": {
|
|
16055
16416
|
"node": ">=0.12.0"
|
|
@@ -16844,6 +17205,52 @@
|
|
|
16844
17205
|
"url": "https://github.com/sponsors/ljharb"
|
|
16845
17206
|
}
|
|
16846
17207
|
},
|
|
17208
|
+
"node_modules/terminal-link": {
|
|
17209
|
+
"version": "3.0.0",
|
|
17210
|
+
"resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-3.0.0.tgz",
|
|
17211
|
+
"integrity": "sha512-flFL3m4wuixmf6IfhFJd1YPiLiMuxEc8uHRM1buzIeZPm22Au2pDqBJQgdo7n1WfPU1ONFGv7YDwpFBmHGF6lg==",
|
|
17212
|
+
"dev": true,
|
|
17213
|
+
"license": "MIT",
|
|
17214
|
+
"dependencies": {
|
|
17215
|
+
"ansi-escapes": "^5.0.0",
|
|
17216
|
+
"supports-hyperlinks": "^2.2.0"
|
|
17217
|
+
},
|
|
17218
|
+
"engines": {
|
|
17219
|
+
"node": ">=12"
|
|
17220
|
+
},
|
|
17221
|
+
"funding": {
|
|
17222
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
17223
|
+
}
|
|
17224
|
+
},
|
|
17225
|
+
"node_modules/terminal-link/node_modules/ansi-escapes": {
|
|
17226
|
+
"version": "5.0.0",
|
|
17227
|
+
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-5.0.0.tgz",
|
|
17228
|
+
"integrity": "sha512-5GFMVX8HqE/TB+FuBJGuO5XG0WrsA6ptUqoODaT/n9mmUaZFkqnBueB4leqGBCmrUHnCnC4PCZTCd0E7QQ83bA==",
|
|
17229
|
+
"dev": true,
|
|
17230
|
+
"license": "MIT",
|
|
17231
|
+
"dependencies": {
|
|
17232
|
+
"type-fest": "^1.0.2"
|
|
17233
|
+
},
|
|
17234
|
+
"engines": {
|
|
17235
|
+
"node": ">=12"
|
|
17236
|
+
},
|
|
17237
|
+
"funding": {
|
|
17238
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
17239
|
+
}
|
|
17240
|
+
},
|
|
17241
|
+
"node_modules/terminal-link/node_modules/type-fest": {
|
|
17242
|
+
"version": "1.4.0",
|
|
17243
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz",
|
|
17244
|
+
"integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==",
|
|
17245
|
+
"dev": true,
|
|
17246
|
+
"license": "(MIT OR CC0-1.0)",
|
|
17247
|
+
"engines": {
|
|
17248
|
+
"node": ">=10"
|
|
17249
|
+
},
|
|
17250
|
+
"funding": {
|
|
17251
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
17252
|
+
}
|
|
17253
|
+
},
|
|
16847
17254
|
"node_modules/test-exclude": {
|
|
16848
17255
|
"version": "6.0.0",
|
|
16849
17256
|
"resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
|
|
@@ -17094,9 +17501,10 @@
|
|
|
17094
17501
|
}
|
|
17095
17502
|
},
|
|
17096
17503
|
"node_modules/ts-retry-promise": {
|
|
17097
|
-
"version": "0.
|
|
17098
|
-
"resolved": "https://registry.npmjs.org/ts-retry-promise/-/ts-retry-promise-0.
|
|
17099
|
-
"integrity": "sha512
|
|
17504
|
+
"version": "0.8.1",
|
|
17505
|
+
"resolved": "https://registry.npmjs.org/ts-retry-promise/-/ts-retry-promise-0.8.1.tgz",
|
|
17506
|
+
"integrity": "sha512-+AHPUmAhr5bSRRK5CurE9kNH8gZlEHnCgusZ0zy2bjfatUBDX0h6vGQjiT0YrGwSDwRZmU+bapeX6mj55FOPvg==",
|
|
17507
|
+
"dev": true,
|
|
17100
17508
|
"license": "MIT",
|
|
17101
17509
|
"engines": {
|
|
17102
17510
|
"node": ">=6"
|
|
@@ -17673,9 +18081,9 @@
|
|
|
17673
18081
|
"license": "Apache-2.0"
|
|
17674
18082
|
},
|
|
17675
18083
|
"node_modules/wrap-ansi": {
|
|
17676
|
-
"version": "
|
|
17677
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-
|
|
17678
|
-
"integrity": "sha512-
|
|
18084
|
+
"version": "7.0.0",
|
|
18085
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
18086
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
17679
18087
|
"license": "MIT",
|
|
17680
18088
|
"dependencies": {
|
|
17681
18089
|
"ansi-styles": "^4.0.0",
|
|
@@ -17683,7 +18091,10 @@
|
|
|
17683
18091
|
"strip-ansi": "^6.0.0"
|
|
17684
18092
|
},
|
|
17685
18093
|
"engines": {
|
|
17686
|
-
"node": ">=
|
|
18094
|
+
"node": ">=10"
|
|
18095
|
+
},
|
|
18096
|
+
"funding": {
|
|
18097
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
17687
18098
|
}
|
|
17688
18099
|
},
|
|
17689
18100
|
"node_modules/wrap-ansi-cjs": {
|
|
@@ -17862,24 +18273,6 @@
|
|
|
17862
18273
|
"wrap-ansi": "^7.0.0"
|
|
17863
18274
|
}
|
|
17864
18275
|
},
|
|
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
18276
|
"node_modules/yn": {
|
|
17884
18277
|
"version": "3.1.1",
|
|
17885
18278
|
"resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz",
|