@salesforce/plugin-custom-metadata 3.3.10 → 3.3.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/npm-shrinkwrap.json +444 -297
- package/oclif.lock +146 -158
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-custom-metadata",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.11",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-custom-metadata",
|
|
9
|
-
"version": "3.3.
|
|
9
|
+
"version": "3.3.11",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^3.26.5",
|
|
13
13
|
"@salesforce/core": "^7.3.5",
|
|
14
|
-
"@salesforce/sf-plugins-core": "^9.
|
|
14
|
+
"@salesforce/sf-plugins-core": "^9.1.1",
|
|
15
15
|
"csv-parse": "^5.5.6",
|
|
16
16
|
"fast-xml-parser": "^4.4.0"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@jsforce/jsforce-node": "^3.2.0",
|
|
20
|
-
"@oclif/plugin-command-snapshot": "^5.
|
|
21
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
20
|
+
"@oclif/plugin-command-snapshot": "^5.2.0",
|
|
21
|
+
"@salesforce/cli-plugins-testkit": "^5.3.9",
|
|
22
22
|
"@salesforce/dev-scripts": "^9.1.2",
|
|
23
23
|
"@salesforce/plugin-command-reference": "^3.0.86",
|
|
24
24
|
"eslint-plugin-sf-plugin": "^1.18.4",
|
|
25
|
-
"oclif": "^4.
|
|
25
|
+
"oclif": "^4.12.0",
|
|
26
26
|
"ts-node": "^10.9.2",
|
|
27
27
|
"typescript": "^5.4.5"
|
|
28
28
|
},
|
|
@@ -4107,24 +4107,6 @@
|
|
|
4107
4107
|
"node": ">=12"
|
|
4108
4108
|
}
|
|
4109
4109
|
},
|
|
4110
|
-
"node_modules/@commitlint/cli/node_modules/wrap-ansi": {
|
|
4111
|
-
"version": "7.0.0",
|
|
4112
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
4113
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
4114
|
-
"dev": true,
|
|
4115
|
-
"license": "MIT",
|
|
4116
|
-
"dependencies": {
|
|
4117
|
-
"ansi-styles": "^4.0.0",
|
|
4118
|
-
"string-width": "^4.1.0",
|
|
4119
|
-
"strip-ansi": "^6.0.0"
|
|
4120
|
-
},
|
|
4121
|
-
"engines": {
|
|
4122
|
-
"node": ">=10"
|
|
4123
|
-
},
|
|
4124
|
-
"funding": {
|
|
4125
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
4126
|
-
}
|
|
4127
|
-
},
|
|
4128
4110
|
"node_modules/@commitlint/cli/node_modules/yargs": {
|
|
4129
4111
|
"version": "17.7.1",
|
|
4130
4112
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.1.tgz",
|
|
@@ -4674,30 +4656,28 @@
|
|
|
4674
4656
|
"license": "BSD-3-Clause"
|
|
4675
4657
|
},
|
|
4676
4658
|
"node_modules/@inquirer/confirm": {
|
|
4677
|
-
"version": "3.1.
|
|
4678
|
-
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.
|
|
4679
|
-
"integrity": "sha512-
|
|
4680
|
-
"dev": true,
|
|
4659
|
+
"version": "3.1.9",
|
|
4660
|
+
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.9.tgz",
|
|
4661
|
+
"integrity": "sha512-UF09aejxCi4Xqm6N/jJAiFXArXfi9al52AFaSD+2uIHnhZGtd1d6lIGTRMPouVSJxbGEi+HkOWSYaiEY/+szUw==",
|
|
4681
4662
|
"license": "MIT",
|
|
4682
4663
|
"dependencies": {
|
|
4683
|
-
"@inquirer/core": "^8.
|
|
4684
|
-
"@inquirer/type": "^1.3.
|
|
4664
|
+
"@inquirer/core": "^8.2.2",
|
|
4665
|
+
"@inquirer/type": "^1.3.3"
|
|
4685
4666
|
},
|
|
4686
4667
|
"engines": {
|
|
4687
4668
|
"node": ">=18"
|
|
4688
4669
|
}
|
|
4689
4670
|
},
|
|
4690
|
-
"node_modules/@inquirer/
|
|
4691
|
-
"version": "8.
|
|
4692
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.
|
|
4693
|
-
"integrity": "sha512-
|
|
4694
|
-
"dev": true,
|
|
4671
|
+
"node_modules/@inquirer/core": {
|
|
4672
|
+
"version": "8.2.2",
|
|
4673
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.2.2.tgz",
|
|
4674
|
+
"integrity": "sha512-K8SuNX45jEFlX3EBJpu9B+S2TISzMPGXZIuJ9ME924SqbdW6Pt6fIkKvXg7mOEOKJ4WxpQsxj0UTfcL/A434Ww==",
|
|
4695
4675
|
"license": "MIT",
|
|
4696
4676
|
"dependencies": {
|
|
4697
|
-
"@inquirer/figures": "^1.0.
|
|
4698
|
-
"@inquirer/type": "^1.3.
|
|
4677
|
+
"@inquirer/figures": "^1.0.3",
|
|
4678
|
+
"@inquirer/type": "^1.3.3",
|
|
4699
4679
|
"@types/mute-stream": "^0.0.4",
|
|
4700
|
-
"@types/node": "^20.12.
|
|
4680
|
+
"@types/node": "^20.12.13",
|
|
4701
4681
|
"@types/wrap-ansi": "^3.0.0",
|
|
4702
4682
|
"ansi-escapes": "^4.3.2",
|
|
4703
4683
|
"chalk": "^4.1.2",
|
|
@@ -4712,21 +4692,28 @@
|
|
|
4712
4692
|
"node": ">=18"
|
|
4713
4693
|
}
|
|
4714
4694
|
},
|
|
4715
|
-
"node_modules/@inquirer/
|
|
4716
|
-
"version": "1.0.
|
|
4717
|
-
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.
|
|
4718
|
-
"integrity": "sha512-
|
|
4719
|
-
"dev": true,
|
|
4695
|
+
"node_modules/@inquirer/core/node_modules/@inquirer/figures": {
|
|
4696
|
+
"version": "1.0.3",
|
|
4697
|
+
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.3.tgz",
|
|
4698
|
+
"integrity": "sha512-ErXXzENMH5pJt5/ssXV0DfWUZqly8nGzf0UcBV9xTnP+KyffE2mqyxIMBrZ8ijQck2nU0TQm40EQB53YreyWHw==",
|
|
4720
4699
|
"license": "MIT",
|
|
4721
4700
|
"engines": {
|
|
4722
4701
|
"node": ">=18"
|
|
4723
4702
|
}
|
|
4724
4703
|
},
|
|
4725
|
-
"node_modules/@inquirer/
|
|
4704
|
+
"node_modules/@inquirer/core/node_modules/@types/node": {
|
|
4705
|
+
"version": "20.13.0",
|
|
4706
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.13.0.tgz",
|
|
4707
|
+
"integrity": "sha512-FM6AOb3khNkNIXPnHFDYaHerSv8uN22C91z098AnGccVu+Pcdhi+pNUFDi0iLmPIsVE0JBD0KVS7mzUYt4nRzQ==",
|
|
4708
|
+
"license": "MIT",
|
|
4709
|
+
"dependencies": {
|
|
4710
|
+
"undici-types": "~5.26.4"
|
|
4711
|
+
}
|
|
4712
|
+
},
|
|
4713
|
+
"node_modules/@inquirer/core/node_modules/signal-exit": {
|
|
4726
4714
|
"version": "4.1.0",
|
|
4727
4715
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
4728
4716
|
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
4729
|
-
"dev": true,
|
|
4730
4717
|
"license": "ISC",
|
|
4731
4718
|
"engines": {
|
|
4732
4719
|
"node": ">=14"
|
|
@@ -4735,41 +4722,18 @@
|
|
|
4735
4722
|
"url": "https://github.com/sponsors/isaacs"
|
|
4736
4723
|
}
|
|
4737
4724
|
},
|
|
4738
|
-
"node_modules/@inquirer/core": {
|
|
4739
|
-
"version": "6.
|
|
4740
|
-
"resolved": "https://registry.npmjs.org
|
|
4741
|
-
"integrity": "sha512-
|
|
4725
|
+
"node_modules/@inquirer/core/node_modules/wrap-ansi": {
|
|
4726
|
+
"version": "6.2.0",
|
|
4727
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
4728
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
4742
4729
|
"license": "MIT",
|
|
4743
4730
|
"dependencies": {
|
|
4744
|
-
"
|
|
4745
|
-
"
|
|
4746
|
-
"
|
|
4747
|
-
"@types/wrap-ansi": "^3.0.0",
|
|
4748
|
-
"ansi-escapes": "^4.3.2",
|
|
4749
|
-
"chalk": "^4.1.2",
|
|
4750
|
-
"cli-spinners": "^2.9.2",
|
|
4751
|
-
"cli-width": "^4.1.0",
|
|
4752
|
-
"figures": "^3.2.0",
|
|
4753
|
-
"mute-stream": "^1.0.0",
|
|
4754
|
-
"run-async": "^3.0.0",
|
|
4755
|
-
"signal-exit": "^4.1.0",
|
|
4756
|
-
"strip-ansi": "^6.0.1",
|
|
4757
|
-
"wrap-ansi": "^6.2.0"
|
|
4731
|
+
"ansi-styles": "^4.0.0",
|
|
4732
|
+
"string-width": "^4.1.0",
|
|
4733
|
+
"strip-ansi": "^6.0.0"
|
|
4758
4734
|
},
|
|
4759
4735
|
"engines": {
|
|
4760
|
-
"node": ">=
|
|
4761
|
-
}
|
|
4762
|
-
},
|
|
4763
|
-
"node_modules/@inquirer/core/node_modules/signal-exit": {
|
|
4764
|
-
"version": "4.1.0",
|
|
4765
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
4766
|
-
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
4767
|
-
"license": "ISC",
|
|
4768
|
-
"engines": {
|
|
4769
|
-
"node": ">=14"
|
|
4770
|
-
},
|
|
4771
|
-
"funding": {
|
|
4772
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
4736
|
+
"node": ">=8"
|
|
4773
4737
|
}
|
|
4774
4738
|
},
|
|
4775
4739
|
"node_modules/@inquirer/figures": {
|
|
@@ -4783,70 +4747,31 @@
|
|
|
4783
4747
|
}
|
|
4784
4748
|
},
|
|
4785
4749
|
"node_modules/@inquirer/input": {
|
|
4786
|
-
"version": "2.1.
|
|
4787
|
-
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.1.
|
|
4788
|
-
"integrity": "sha512-
|
|
4789
|
-
"dev": true,
|
|
4790
|
-
"license": "MIT",
|
|
4791
|
-
"dependencies": {
|
|
4792
|
-
"@inquirer/core": "^7.1.1",
|
|
4793
|
-
"@inquirer/type": "^1.2.1"
|
|
4794
|
-
},
|
|
4795
|
-
"engines": {
|
|
4796
|
-
"node": ">=18"
|
|
4797
|
-
}
|
|
4798
|
-
},
|
|
4799
|
-
"node_modules/@inquirer/input/node_modules/@inquirer/core": {
|
|
4800
|
-
"version": "7.1.1",
|
|
4801
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-7.1.1.tgz",
|
|
4802
|
-
"integrity": "sha512-rD1UI3eARN9qJBcLRXPOaZu++Bg+xsk0Tuz1EUOXEW+UbYif1sGjr0Tw7lKejHzKD9IbXE1CEtZ+xR/DrNlQGQ==",
|
|
4750
|
+
"version": "2.1.9",
|
|
4751
|
+
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.1.9.tgz",
|
|
4752
|
+
"integrity": "sha512-1xTCHmIe48x9CG1+8glAHrVVdH+QfYhzgBUbgyoVpp5NovnXgRcjSn/SNulepxf9Ol8HDq3gzw3ZCAUr+h1Eyg==",
|
|
4803
4753
|
"dev": true,
|
|
4804
4754
|
"license": "MIT",
|
|
4805
4755
|
"dependencies": {
|
|
4806
|
-
"@inquirer/
|
|
4807
|
-
"@
|
|
4808
|
-
"@types/node": "^20.11.30",
|
|
4809
|
-
"@types/wrap-ansi": "^3.0.0",
|
|
4810
|
-
"ansi-escapes": "^4.3.2",
|
|
4811
|
-
"chalk": "^4.1.2",
|
|
4812
|
-
"cli-spinners": "^2.9.2",
|
|
4813
|
-
"cli-width": "^4.1.0",
|
|
4814
|
-
"figures": "^3.2.0",
|
|
4815
|
-
"mute-stream": "^1.0.0",
|
|
4816
|
-
"signal-exit": "^4.1.0",
|
|
4817
|
-
"strip-ansi": "^6.0.1",
|
|
4818
|
-
"wrap-ansi": "^6.2.0"
|
|
4756
|
+
"@inquirer/core": "^8.2.2",
|
|
4757
|
+
"@inquirer/type": "^1.3.3"
|
|
4819
4758
|
},
|
|
4820
4759
|
"engines": {
|
|
4821
4760
|
"node": ">=18"
|
|
4822
4761
|
}
|
|
4823
4762
|
},
|
|
4824
|
-
"node_modules/@inquirer/input/node_modules/signal-exit": {
|
|
4825
|
-
"version": "4.1.0",
|
|
4826
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
4827
|
-
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
4828
|
-
"dev": true,
|
|
4829
|
-
"license": "ISC",
|
|
4830
|
-
"engines": {
|
|
4831
|
-
"node": ">=14"
|
|
4832
|
-
},
|
|
4833
|
-
"funding": {
|
|
4834
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
4835
|
-
}
|
|
4836
|
-
},
|
|
4837
4763
|
"node_modules/@inquirer/password": {
|
|
4838
|
-
"version": "
|
|
4839
|
-
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-
|
|
4840
|
-
"integrity": "sha512-
|
|
4764
|
+
"version": "2.1.9",
|
|
4765
|
+
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-2.1.9.tgz",
|
|
4766
|
+
"integrity": "sha512-QPtVcT12Fkn0TyuZJelR7QOtc5l1d/6pB5EfkHOivTzC6QTFxRCHl+Gx7Q3E2U/kgJeCCmDov6itDFggk9nkgA==",
|
|
4841
4767
|
"license": "MIT",
|
|
4842
4768
|
"dependencies": {
|
|
4843
|
-
"@inquirer/core": "^
|
|
4844
|
-
"@inquirer/type": "^1.
|
|
4845
|
-
"ansi-escapes": "^4.3.2"
|
|
4846
|
-
"chalk": "^4.1.2"
|
|
4769
|
+
"@inquirer/core": "^8.2.2",
|
|
4770
|
+
"@inquirer/type": "^1.3.3",
|
|
4771
|
+
"ansi-escapes": "^4.3.2"
|
|
4847
4772
|
},
|
|
4848
4773
|
"engines": {
|
|
4849
|
-
"node": ">=
|
|
4774
|
+
"node": ">=18"
|
|
4850
4775
|
}
|
|
4851
4776
|
},
|
|
4852
4777
|
"node_modules/@inquirer/select": {
|
|
@@ -4924,10 +4849,25 @@
|
|
|
4924
4849
|
"url": "https://github.com/sponsors/isaacs"
|
|
4925
4850
|
}
|
|
4926
4851
|
},
|
|
4852
|
+
"node_modules/@inquirer/select/node_modules/wrap-ansi": {
|
|
4853
|
+
"version": "6.2.0",
|
|
4854
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
4855
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
4856
|
+
"dev": true,
|
|
4857
|
+
"license": "MIT",
|
|
4858
|
+
"dependencies": {
|
|
4859
|
+
"ansi-styles": "^4.0.0",
|
|
4860
|
+
"string-width": "^4.1.0",
|
|
4861
|
+
"strip-ansi": "^6.0.0"
|
|
4862
|
+
},
|
|
4863
|
+
"engines": {
|
|
4864
|
+
"node": ">=8"
|
|
4865
|
+
}
|
|
4866
|
+
},
|
|
4927
4867
|
"node_modules/@inquirer/type": {
|
|
4928
|
-
"version": "1.3.
|
|
4929
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.3.
|
|
4930
|
-
"integrity": "sha512-
|
|
4868
|
+
"version": "1.3.3",
|
|
4869
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.3.3.tgz",
|
|
4870
|
+
"integrity": "sha512-xTUt0NulylX27/zMx04ZYar/kr1raaiFTVvQ5feljQsiAgdm0WPj4S73/ye0fbslh+15QrIuDvfCXTek7pMY5A==",
|
|
4931
4871
|
"license": "MIT",
|
|
4932
4872
|
"engines": {
|
|
4933
4873
|
"node": ">=18"
|
|
@@ -5299,33 +5239,15 @@
|
|
|
5299
5239
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
5300
5240
|
}
|
|
5301
5241
|
},
|
|
5302
|
-
"node_modules/@oclif/core/node_modules/wrap-ansi": {
|
|
5303
|
-
"version": "7.0.0",
|
|
5304
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
5305
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
5306
|
-
"license": "MIT",
|
|
5307
|
-
"dependencies": {
|
|
5308
|
-
"ansi-styles": "^4.0.0",
|
|
5309
|
-
"string-width": "^4.1.0",
|
|
5310
|
-
"strip-ansi": "^6.0.0"
|
|
5311
|
-
},
|
|
5312
|
-
"engines": {
|
|
5313
|
-
"node": ">=10"
|
|
5314
|
-
},
|
|
5315
|
-
"funding": {
|
|
5316
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
5317
|
-
}
|
|
5318
|
-
},
|
|
5319
5242
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
5320
|
-
"version": "5.
|
|
5321
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.
|
|
5322
|
-
"integrity": "sha512-
|
|
5243
|
+
"version": "5.2.0",
|
|
5244
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.0.tgz",
|
|
5245
|
+
"integrity": "sha512-F4vba5e25dLkPGVgkPnyNnXX1DVSewTzQJUGtI2bvdV+RMwvKa3p2qT3tOI1Dwbo1uTHNjQSMN9OF3+iy7Ok8Q==",
|
|
5323
5246
|
"dev": true,
|
|
5324
5247
|
"license": "MIT",
|
|
5325
5248
|
"dependencies": {
|
|
5326
|
-
"@oclif/core": "
|
|
5327
|
-
"
|
|
5328
|
-
"chalk": "^5.3.0",
|
|
5249
|
+
"@oclif/core": "^4.0.0-beta.13",
|
|
5250
|
+
"ansis": "^3.2.0",
|
|
5329
5251
|
"globby": "^14.0.1",
|
|
5330
5252
|
"just-diff": "^5.2.0",
|
|
5331
5253
|
"lodash.difference": "^4.5.0",
|
|
@@ -5338,17 +5260,91 @@
|
|
|
5338
5260
|
"node": ">=18.0.0"
|
|
5339
5261
|
}
|
|
5340
5262
|
},
|
|
5341
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/
|
|
5342
|
-
"version": "
|
|
5343
|
-
"resolved": "https://registry.npmjs.org/
|
|
5344
|
-
"integrity": "sha512-
|
|
5263
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
|
|
5264
|
+
"version": "4.0.0-beta.13",
|
|
5265
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.0-beta.13.tgz",
|
|
5266
|
+
"integrity": "sha512-ug8CZUCJphgetSZVgd4HQgyewlYVGGG1LIeFXGxjgYsjZ/f5I3nSCj7xpAMEDqjVD/lwmSujtVwa7tvEgLGICw==",
|
|
5345
5267
|
"dev": true,
|
|
5346
5268
|
"license": "MIT",
|
|
5269
|
+
"dependencies": {
|
|
5270
|
+
"ansi-escapes": "^4.3.2",
|
|
5271
|
+
"ansis": "^3.0.1",
|
|
5272
|
+
"clean-stack": "^3.0.1",
|
|
5273
|
+
"cli-spinners": "^2.9.2",
|
|
5274
|
+
"cosmiconfig": "^9.0.0",
|
|
5275
|
+
"debug": "^4.3.4",
|
|
5276
|
+
"ejs": "^3.1.10",
|
|
5277
|
+
"get-package-type": "^0.1.0",
|
|
5278
|
+
"globby": "^11.1.0",
|
|
5279
|
+
"indent-string": "^4.0.0",
|
|
5280
|
+
"is-wsl": "^2.2.0",
|
|
5281
|
+
"minimatch": "^9.0.4",
|
|
5282
|
+
"string-width": "^4.2.3",
|
|
5283
|
+
"supports-color": "^9.4.0",
|
|
5284
|
+
"widest-line": "^3.1.0",
|
|
5285
|
+
"wordwrap": "^1.0.0",
|
|
5286
|
+
"wrap-ansi": "^7.0.0"
|
|
5287
|
+
},
|
|
5347
5288
|
"engines": {
|
|
5348
|
-
"node": "
|
|
5289
|
+
"node": ">=18.0.0"
|
|
5290
|
+
}
|
|
5291
|
+
},
|
|
5292
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/globby": {
|
|
5293
|
+
"version": "11.1.0",
|
|
5294
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
|
|
5295
|
+
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
|
|
5296
|
+
"dev": true,
|
|
5297
|
+
"license": "MIT",
|
|
5298
|
+
"dependencies": {
|
|
5299
|
+
"array-union": "^2.1.0",
|
|
5300
|
+
"dir-glob": "^3.0.1",
|
|
5301
|
+
"fast-glob": "^3.2.9",
|
|
5302
|
+
"ignore": "^5.2.0",
|
|
5303
|
+
"merge2": "^1.4.1",
|
|
5304
|
+
"slash": "^3.0.0"
|
|
5305
|
+
},
|
|
5306
|
+
"engines": {
|
|
5307
|
+
"node": ">=10"
|
|
5349
5308
|
},
|
|
5350
5309
|
"funding": {
|
|
5351
|
-
"url": "https://github.com/
|
|
5310
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5311
|
+
}
|
|
5312
|
+
},
|
|
5313
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/slash": {
|
|
5314
|
+
"version": "3.0.0",
|
|
5315
|
+
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
5316
|
+
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
5317
|
+
"dev": true,
|
|
5318
|
+
"license": "MIT",
|
|
5319
|
+
"engines": {
|
|
5320
|
+
"node": ">=8"
|
|
5321
|
+
}
|
|
5322
|
+
},
|
|
5323
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/cosmiconfig": {
|
|
5324
|
+
"version": "9.0.0",
|
|
5325
|
+
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
|
|
5326
|
+
"integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
|
|
5327
|
+
"dev": true,
|
|
5328
|
+
"license": "MIT",
|
|
5329
|
+
"dependencies": {
|
|
5330
|
+
"env-paths": "^2.2.1",
|
|
5331
|
+
"import-fresh": "^3.3.0",
|
|
5332
|
+
"js-yaml": "^4.1.0",
|
|
5333
|
+
"parse-json": "^5.2.0"
|
|
5334
|
+
},
|
|
5335
|
+
"engines": {
|
|
5336
|
+
"node": ">=14"
|
|
5337
|
+
},
|
|
5338
|
+
"funding": {
|
|
5339
|
+
"url": "https://github.com/sponsors/d-fischer"
|
|
5340
|
+
},
|
|
5341
|
+
"peerDependencies": {
|
|
5342
|
+
"typescript": ">=4.9.5"
|
|
5343
|
+
},
|
|
5344
|
+
"peerDependenciesMeta": {
|
|
5345
|
+
"typescript": {
|
|
5346
|
+
"optional": true
|
|
5347
|
+
}
|
|
5352
5348
|
}
|
|
5353
5349
|
},
|
|
5354
5350
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
|
|
@@ -5372,6 +5368,22 @@
|
|
|
5372
5368
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5373
5369
|
}
|
|
5374
5370
|
},
|
|
5371
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/minimatch": {
|
|
5372
|
+
"version": "9.0.4",
|
|
5373
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
5374
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
5375
|
+
"dev": true,
|
|
5376
|
+
"license": "ISC",
|
|
5377
|
+
"dependencies": {
|
|
5378
|
+
"brace-expansion": "^2.0.1"
|
|
5379
|
+
},
|
|
5380
|
+
"engines": {
|
|
5381
|
+
"node": ">=16 || 14 >=14.17"
|
|
5382
|
+
},
|
|
5383
|
+
"funding": {
|
|
5384
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
5385
|
+
}
|
|
5386
|
+
},
|
|
5375
5387
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
|
|
5376
5388
|
"version": "5.0.0",
|
|
5377
5389
|
"resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
|
|
@@ -5398,6 +5410,19 @@
|
|
|
5398
5410
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5399
5411
|
}
|
|
5400
5412
|
},
|
|
5413
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
|
|
5414
|
+
"version": "9.4.0",
|
|
5415
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz",
|
|
5416
|
+
"integrity": "sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==",
|
|
5417
|
+
"dev": true,
|
|
5418
|
+
"license": "MIT",
|
|
5419
|
+
"engines": {
|
|
5420
|
+
"node": ">=12"
|
|
5421
|
+
},
|
|
5422
|
+
"funding": {
|
|
5423
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
5424
|
+
}
|
|
5425
|
+
},
|
|
5401
5426
|
"node_modules/@oclif/plugin-help": {
|
|
5402
5427
|
"version": "6.0.21",
|
|
5403
5428
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.21.tgz",
|
|
@@ -5412,32 +5437,104 @@
|
|
|
5412
5437
|
}
|
|
5413
5438
|
},
|
|
5414
5439
|
"node_modules/@oclif/plugin-not-found": {
|
|
5415
|
-
"version": "3.
|
|
5416
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.
|
|
5417
|
-
"integrity": "sha512-
|
|
5440
|
+
"version": "3.2.0",
|
|
5441
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.0.tgz",
|
|
5442
|
+
"integrity": "sha512-eR5He48qfvlyWKdDUcE4Z0ES4pFxuSxqKvqRdUKae9ymn406dyX87ZAGgpL2SdGNu0OYJnUKp0nH6lj9SCybaw==",
|
|
5418
5443
|
"dev": true,
|
|
5419
5444
|
"license": "MIT",
|
|
5420
5445
|
"dependencies": {
|
|
5421
|
-
"@inquirer/confirm": "^3.1.
|
|
5422
|
-
"@oclif/core": "^
|
|
5423
|
-
"
|
|
5446
|
+
"@inquirer/confirm": "^3.1.8",
|
|
5447
|
+
"@oclif/core": "^4.0.0-beta.13",
|
|
5448
|
+
"ansis": "^3.2.0",
|
|
5424
5449
|
"fast-levenshtein": "^3.0.0"
|
|
5425
5450
|
},
|
|
5426
5451
|
"engines": {
|
|
5427
5452
|
"node": ">=18.0.0"
|
|
5428
5453
|
}
|
|
5429
5454
|
},
|
|
5430
|
-
"node_modules/@oclif/plugin-not-found/node_modules/
|
|
5431
|
-
"version": "
|
|
5432
|
-
"resolved": "https://registry.npmjs.org/
|
|
5433
|
-
"integrity": "sha512-
|
|
5455
|
+
"node_modules/@oclif/plugin-not-found/node_modules/@oclif/core": {
|
|
5456
|
+
"version": "4.0.0-beta.13",
|
|
5457
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.0-beta.13.tgz",
|
|
5458
|
+
"integrity": "sha512-ug8CZUCJphgetSZVgd4HQgyewlYVGGG1LIeFXGxjgYsjZ/f5I3nSCj7xpAMEDqjVD/lwmSujtVwa7tvEgLGICw==",
|
|
5434
5459
|
"dev": true,
|
|
5435
5460
|
"license": "MIT",
|
|
5461
|
+
"dependencies": {
|
|
5462
|
+
"ansi-escapes": "^4.3.2",
|
|
5463
|
+
"ansis": "^3.0.1",
|
|
5464
|
+
"clean-stack": "^3.0.1",
|
|
5465
|
+
"cli-spinners": "^2.9.2",
|
|
5466
|
+
"cosmiconfig": "^9.0.0",
|
|
5467
|
+
"debug": "^4.3.4",
|
|
5468
|
+
"ejs": "^3.1.10",
|
|
5469
|
+
"get-package-type": "^0.1.0",
|
|
5470
|
+
"globby": "^11.1.0",
|
|
5471
|
+
"indent-string": "^4.0.0",
|
|
5472
|
+
"is-wsl": "^2.2.0",
|
|
5473
|
+
"minimatch": "^9.0.4",
|
|
5474
|
+
"string-width": "^4.2.3",
|
|
5475
|
+
"supports-color": "^9.4.0",
|
|
5476
|
+
"widest-line": "^3.1.0",
|
|
5477
|
+
"wordwrap": "^1.0.0",
|
|
5478
|
+
"wrap-ansi": "^7.0.0"
|
|
5479
|
+
},
|
|
5436
5480
|
"engines": {
|
|
5437
|
-
"node": "
|
|
5481
|
+
"node": ">=18.0.0"
|
|
5482
|
+
}
|
|
5483
|
+
},
|
|
5484
|
+
"node_modules/@oclif/plugin-not-found/node_modules/cosmiconfig": {
|
|
5485
|
+
"version": "9.0.0",
|
|
5486
|
+
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
|
|
5487
|
+
"integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
|
|
5488
|
+
"dev": true,
|
|
5489
|
+
"license": "MIT",
|
|
5490
|
+
"dependencies": {
|
|
5491
|
+
"env-paths": "^2.2.1",
|
|
5492
|
+
"import-fresh": "^3.3.0",
|
|
5493
|
+
"js-yaml": "^4.1.0",
|
|
5494
|
+
"parse-json": "^5.2.0"
|
|
5495
|
+
},
|
|
5496
|
+
"engines": {
|
|
5497
|
+
"node": ">=14"
|
|
5438
5498
|
},
|
|
5439
5499
|
"funding": {
|
|
5440
|
-
"url": "https://github.com/
|
|
5500
|
+
"url": "https://github.com/sponsors/d-fischer"
|
|
5501
|
+
},
|
|
5502
|
+
"peerDependencies": {
|
|
5503
|
+
"typescript": ">=4.9.5"
|
|
5504
|
+
},
|
|
5505
|
+
"peerDependenciesMeta": {
|
|
5506
|
+
"typescript": {
|
|
5507
|
+
"optional": true
|
|
5508
|
+
}
|
|
5509
|
+
}
|
|
5510
|
+
},
|
|
5511
|
+
"node_modules/@oclif/plugin-not-found/node_modules/minimatch": {
|
|
5512
|
+
"version": "9.0.4",
|
|
5513
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
5514
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
5515
|
+
"dev": true,
|
|
5516
|
+
"license": "ISC",
|
|
5517
|
+
"dependencies": {
|
|
5518
|
+
"brace-expansion": "^2.0.1"
|
|
5519
|
+
},
|
|
5520
|
+
"engines": {
|
|
5521
|
+
"node": ">=16 || 14 >=14.17"
|
|
5522
|
+
},
|
|
5523
|
+
"funding": {
|
|
5524
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
5525
|
+
}
|
|
5526
|
+
},
|
|
5527
|
+
"node_modules/@oclif/plugin-not-found/node_modules/supports-color": {
|
|
5528
|
+
"version": "9.4.0",
|
|
5529
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz",
|
|
5530
|
+
"integrity": "sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==",
|
|
5531
|
+
"dev": true,
|
|
5532
|
+
"license": "MIT",
|
|
5533
|
+
"engines": {
|
|
5534
|
+
"node": ">=12"
|
|
5535
|
+
},
|
|
5536
|
+
"funding": {
|
|
5537
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
5441
5538
|
}
|
|
5442
5539
|
},
|
|
5443
5540
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
@@ -5482,22 +5579,22 @@
|
|
|
5482
5579
|
}
|
|
5483
5580
|
},
|
|
5484
5581
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
5485
|
-
"version": "5.3.
|
|
5486
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
5487
|
-
"integrity": "sha512-
|
|
5582
|
+
"version": "5.3.9",
|
|
5583
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.9.tgz",
|
|
5584
|
+
"integrity": "sha512-v9WQZCCX1Izs4e/4hMn5nCsPyoE3iUmdpV5/nT9lfjFdtdUlwpfhdwUJqNczEz8g2qkJnebYETrB+KklHAQj2A==",
|
|
5488
5585
|
"dev": true,
|
|
5489
5586
|
"license": "BSD-3-Clause",
|
|
5490
5587
|
"dependencies": {
|
|
5491
|
-
"@salesforce/core": "^7.3.
|
|
5588
|
+
"@salesforce/core": "^7.3.9",
|
|
5492
5589
|
"@salesforce/kit": "^3.1.2",
|
|
5493
5590
|
"@salesforce/ts-types": "^2.0.9",
|
|
5494
5591
|
"@types/shelljs": "^0.8.15",
|
|
5495
|
-
"debug": "^4.3.
|
|
5592
|
+
"debug": "^4.3.5",
|
|
5496
5593
|
"jszip": "^3.10.1",
|
|
5497
5594
|
"shelljs": "^0.8.4",
|
|
5498
5595
|
"sinon": "^17.0.2",
|
|
5499
5596
|
"strip-ansi": "6.0.1",
|
|
5500
|
-
"ts-retry-promise": "^0.8.
|
|
5597
|
+
"ts-retry-promise": "^0.8.1"
|
|
5501
5598
|
},
|
|
5502
5599
|
"engines": {
|
|
5503
5600
|
"node": ">=16.0.0"
|
|
@@ -5593,9 +5690,9 @@
|
|
|
5593
5690
|
}
|
|
5594
5691
|
},
|
|
5595
5692
|
"node_modules/@salesforce/cli-plugins-testkit/node_modules/ts-retry-promise": {
|
|
5596
|
-
"version": "0.8.
|
|
5597
|
-
"resolved": "https://registry.npmjs.org/ts-retry-promise/-/ts-retry-promise-0.8.
|
|
5598
|
-
"integrity": "sha512
|
|
5693
|
+
"version": "0.8.1",
|
|
5694
|
+
"resolved": "https://registry.npmjs.org/ts-retry-promise/-/ts-retry-promise-0.8.1.tgz",
|
|
5695
|
+
"integrity": "sha512-+AHPUmAhr5bSRRK5CurE9kNH8gZlEHnCgusZ0zy2bjfatUBDX0h6vGQjiT0YrGwSDwRZmU+bapeX6mj55FOPvg==",
|
|
5599
5696
|
"dev": true,
|
|
5600
5697
|
"license": "MIT",
|
|
5601
5698
|
"engines": {
|
|
@@ -5767,15 +5864,15 @@
|
|
|
5767
5864
|
"license": "ISC"
|
|
5768
5865
|
},
|
|
5769
5866
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
5770
|
-
"version": "9.
|
|
5771
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.
|
|
5772
|
-
"integrity": "sha512-
|
|
5867
|
+
"version": "9.1.1",
|
|
5868
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.1.1.tgz",
|
|
5869
|
+
"integrity": "sha512-5d4vGLqb1NZoHvDpuTu96TsFg/lexdnQNWC0h7GhOqxikJBpxk6P1DEbk9HrZWL18Gs1YXO9OCj2g8nKqbIC/Q==",
|
|
5773
5870
|
"license": "BSD-3-Clause",
|
|
5774
5871
|
"dependencies": {
|
|
5775
|
-
"@inquirer/confirm": "^
|
|
5776
|
-
"@inquirer/password": "^
|
|
5872
|
+
"@inquirer/confirm": "^3.1.9",
|
|
5873
|
+
"@inquirer/password": "^2.1.9",
|
|
5777
5874
|
"@oclif/core": "^3.26.6",
|
|
5778
|
-
"@salesforce/core": "^7.3.
|
|
5875
|
+
"@salesforce/core": "^7.3.9",
|
|
5779
5876
|
"@salesforce/kit": "^3.1.2",
|
|
5780
5877
|
"@salesforce/ts-types": "^2.0.9",
|
|
5781
5878
|
"chalk": "^5.3.0"
|
|
@@ -5784,36 +5881,6 @@
|
|
|
5784
5881
|
"node": ">=18.0.0"
|
|
5785
5882
|
}
|
|
5786
5883
|
},
|
|
5787
|
-
"node_modules/@salesforce/sf-plugins-core/node_modules/@inquirer/confirm": {
|
|
5788
|
-
"version": "2.0.17",
|
|
5789
|
-
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-2.0.17.tgz",
|
|
5790
|
-
"integrity": "sha512-EqzhGryzmGpy2aJf6LxJVhndxYmFs+m8cxXzf8nejb1DE3sabf6mUgBcp4J0jAUEiAcYzqmkqRr7LPFh/WdnXA==",
|
|
5791
|
-
"license": "MIT",
|
|
5792
|
-
"dependencies": {
|
|
5793
|
-
"@inquirer/core": "^6.0.0",
|
|
5794
|
-
"@inquirer/type": "^1.1.6",
|
|
5795
|
-
"chalk": "^4.1.2"
|
|
5796
|
-
},
|
|
5797
|
-
"engines": {
|
|
5798
|
-
"node": ">=14.18.0"
|
|
5799
|
-
}
|
|
5800
|
-
},
|
|
5801
|
-
"node_modules/@salesforce/sf-plugins-core/node_modules/@inquirer/confirm/node_modules/chalk": {
|
|
5802
|
-
"version": "4.1.2",
|
|
5803
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
5804
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
5805
|
-
"license": "MIT",
|
|
5806
|
-
"dependencies": {
|
|
5807
|
-
"ansi-styles": "^4.1.0",
|
|
5808
|
-
"supports-color": "^7.1.0"
|
|
5809
|
-
},
|
|
5810
|
-
"engines": {
|
|
5811
|
-
"node": ">=10"
|
|
5812
|
-
},
|
|
5813
|
-
"funding": {
|
|
5814
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
5815
|
-
}
|
|
5816
|
-
},
|
|
5817
5884
|
"node_modules/@salesforce/sf-plugins-core/node_modules/chalk": {
|
|
5818
5885
|
"version": "5.3.0",
|
|
5819
5886
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
@@ -7815,23 +7882,6 @@
|
|
|
7815
7882
|
"dev": true,
|
|
7816
7883
|
"license": "MIT"
|
|
7817
7884
|
},
|
|
7818
|
-
"node_modules/@types/lodash": {
|
|
7819
|
-
"version": "4.14.200",
|
|
7820
|
-
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.200.tgz",
|
|
7821
|
-
"integrity": "sha512-YI/M/4HRImtNf3pJgbF+W6FrXovqj+T+/HpENLTooK9PnkacBsDpeP3IpHab40CClUfhNmdM2WTNP2sa2dni5Q==",
|
|
7822
|
-
"dev": true,
|
|
7823
|
-
"license": "MIT"
|
|
7824
|
-
},
|
|
7825
|
-
"node_modules/@types/lodash.difference": {
|
|
7826
|
-
"version": "4.5.9",
|
|
7827
|
-
"resolved": "https://registry.npmjs.org/@types/lodash.difference/-/lodash.difference-4.5.9.tgz",
|
|
7828
|
-
"integrity": "sha512-MNlajcjtwzLpXk+cw38UkBvEXJNEPhULgS8A4EHwtUwT7f7yFH/SFKD0iw5Rfilwh60yJIgFo0vsMr7xsa5+aw==",
|
|
7829
|
-
"dev": true,
|
|
7830
|
-
"license": "MIT",
|
|
7831
|
-
"dependencies": {
|
|
7832
|
-
"@types/lodash": "*"
|
|
7833
|
-
}
|
|
7834
|
-
},
|
|
7835
7885
|
"node_modules/@types/minimatch": {
|
|
7836
7886
|
"version": "5.1.2",
|
|
7837
7887
|
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz",
|
|
@@ -8312,6 +8362,16 @@
|
|
|
8312
8362
|
"integrity": "sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==",
|
|
8313
8363
|
"license": "MIT"
|
|
8314
8364
|
},
|
|
8365
|
+
"node_modules/ansis": {
|
|
8366
|
+
"version": "3.2.0",
|
|
8367
|
+
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.2.0.tgz",
|
|
8368
|
+
"integrity": "sha512-Yk3BkHH9U7oPyCN3gL5Tc7CpahG/+UFv/6UG03C311Vy9lzRmA5uoxDTpU9CO3rGHL6KzJz/pdDeXZCZ5Mu/Sg==",
|
|
8369
|
+
"dev": true,
|
|
8370
|
+
"license": "ISC",
|
|
8371
|
+
"engines": {
|
|
8372
|
+
"node": ">=15"
|
|
8373
|
+
}
|
|
8374
|
+
},
|
|
8315
8375
|
"node_modules/anymatch": {
|
|
8316
8376
|
"version": "3.1.3",
|
|
8317
8377
|
"resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
|
|
@@ -9126,6 +9186,21 @@
|
|
|
9126
9186
|
"wrap-ansi": "^6.2.0"
|
|
9127
9187
|
}
|
|
9128
9188
|
},
|
|
9189
|
+
"node_modules/cliui/node_modules/wrap-ansi": {
|
|
9190
|
+
"version": "6.2.0",
|
|
9191
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
9192
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
9193
|
+
"dev": true,
|
|
9194
|
+
"license": "MIT",
|
|
9195
|
+
"dependencies": {
|
|
9196
|
+
"ansi-styles": "^4.0.0",
|
|
9197
|
+
"string-width": "^4.1.0",
|
|
9198
|
+
"strip-ansi": "^6.0.0"
|
|
9199
|
+
},
|
|
9200
|
+
"engines": {
|
|
9201
|
+
"node": ">=8"
|
|
9202
|
+
}
|
|
9203
|
+
},
|
|
9129
9204
|
"node_modules/color": {
|
|
9130
9205
|
"version": "4.2.3",
|
|
9131
9206
|
"resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
|
|
@@ -9434,9 +9509,9 @@
|
|
|
9434
9509
|
}
|
|
9435
9510
|
},
|
|
9436
9511
|
"node_modules/debug": {
|
|
9437
|
-
"version": "4.3.
|
|
9438
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.
|
|
9439
|
-
"integrity": "sha512-
|
|
9512
|
+
"version": "4.3.5",
|
|
9513
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz",
|
|
9514
|
+
"integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==",
|
|
9440
9515
|
"license": "MIT",
|
|
9441
9516
|
"dependencies": {
|
|
9442
9517
|
"ms": "2.1.2"
|
|
@@ -9802,6 +9877,16 @@
|
|
|
9802
9877
|
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
9803
9878
|
}
|
|
9804
9879
|
},
|
|
9880
|
+
"node_modules/env-paths": {
|
|
9881
|
+
"version": "2.2.1",
|
|
9882
|
+
"resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
|
|
9883
|
+
"integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
|
|
9884
|
+
"dev": true,
|
|
9885
|
+
"license": "MIT",
|
|
9886
|
+
"engines": {
|
|
9887
|
+
"node": ">=6"
|
|
9888
|
+
}
|
|
9889
|
+
},
|
|
9805
9890
|
"node_modules/error-ex": {
|
|
9806
9891
|
"version": "1.3.2",
|
|
9807
9892
|
"resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
|
|
@@ -10619,30 +10704,6 @@
|
|
|
10619
10704
|
"node": ">=0.8.0"
|
|
10620
10705
|
}
|
|
10621
10706
|
},
|
|
10622
|
-
"node_modules/figures": {
|
|
10623
|
-
"version": "3.2.0",
|
|
10624
|
-
"resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz",
|
|
10625
|
-
"integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==",
|
|
10626
|
-
"license": "MIT",
|
|
10627
|
-
"dependencies": {
|
|
10628
|
-
"escape-string-regexp": "^1.0.5"
|
|
10629
|
-
},
|
|
10630
|
-
"engines": {
|
|
10631
|
-
"node": ">=8"
|
|
10632
|
-
},
|
|
10633
|
-
"funding": {
|
|
10634
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
10635
|
-
}
|
|
10636
|
-
},
|
|
10637
|
-
"node_modules/figures/node_modules/escape-string-regexp": {
|
|
10638
|
-
"version": "1.0.5",
|
|
10639
|
-
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
|
10640
|
-
"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
|
|
10641
|
-
"license": "MIT",
|
|
10642
|
-
"engines": {
|
|
10643
|
-
"node": ">=0.8.0"
|
|
10644
|
-
}
|
|
10645
|
-
},
|
|
10646
10707
|
"node_modules/file-entry-cache": {
|
|
10647
10708
|
"version": "6.0.1",
|
|
10648
10709
|
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
|
|
@@ -13249,6 +13310,31 @@
|
|
|
13249
13310
|
"node": ">= 14.0.0"
|
|
13250
13311
|
}
|
|
13251
13312
|
},
|
|
13313
|
+
"node_modules/mocha/node_modules/debug": {
|
|
13314
|
+
"version": "4.3.4",
|
|
13315
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
|
|
13316
|
+
"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
|
|
13317
|
+
"dev": true,
|
|
13318
|
+
"license": "MIT",
|
|
13319
|
+
"dependencies": {
|
|
13320
|
+
"ms": "2.1.2"
|
|
13321
|
+
},
|
|
13322
|
+
"engines": {
|
|
13323
|
+
"node": ">=6.0"
|
|
13324
|
+
},
|
|
13325
|
+
"peerDependenciesMeta": {
|
|
13326
|
+
"supports-color": {
|
|
13327
|
+
"optional": true
|
|
13328
|
+
}
|
|
13329
|
+
}
|
|
13330
|
+
},
|
|
13331
|
+
"node_modules/mocha/node_modules/debug/node_modules/ms": {
|
|
13332
|
+
"version": "2.1.2",
|
|
13333
|
+
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
|
|
13334
|
+
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
|
|
13335
|
+
"dev": true,
|
|
13336
|
+
"license": "MIT"
|
|
13337
|
+
},
|
|
13252
13338
|
"node_modules/mocha/node_modules/diff": {
|
|
13253
13339
|
"version": "5.0.0",
|
|
13254
13340
|
"resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz",
|
|
@@ -13764,20 +13850,20 @@
|
|
|
13764
13850
|
}
|
|
13765
13851
|
},
|
|
13766
13852
|
"node_modules/oclif": {
|
|
13767
|
-
"version": "4.
|
|
13768
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
13769
|
-
"integrity": "sha512-
|
|
13853
|
+
"version": "4.12.0",
|
|
13854
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.12.0.tgz",
|
|
13855
|
+
"integrity": "sha512-yTDd7LLAVGKe8c9qt20UgVszMDok3I5mz8l/opy1IC2+0epxR+AQH0BQOJ3sn+vIY6fH89MVRngvfJRq5SJ00g==",
|
|
13770
13856
|
"dev": true,
|
|
13771
13857
|
"license": "MIT",
|
|
13772
13858
|
"dependencies": {
|
|
13773
13859
|
"@aws-sdk/client-cloudfront": "^3.574.0",
|
|
13774
13860
|
"@aws-sdk/client-s3": "^3.583.0",
|
|
13775
13861
|
"@inquirer/confirm": "^3.1.6",
|
|
13776
|
-
"@inquirer/input": "^2.1.
|
|
13862
|
+
"@inquirer/input": "^2.1.8",
|
|
13777
13863
|
"@inquirer/select": "^2.3.4",
|
|
13778
|
-
"@oclif/core": "^
|
|
13864
|
+
"@oclif/core": "^4.0.0-beta.12",
|
|
13779
13865
|
"@oclif/plugin-help": "^6.0.21",
|
|
13780
|
-
"@oclif/plugin-not-found": "^3.1.
|
|
13866
|
+
"@oclif/plugin-not-found": "^3.1.10",
|
|
13781
13867
|
"@oclif/plugin-warn-if-update-available": "^3.0.19",
|
|
13782
13868
|
"async-retry": "^1.3.3",
|
|
13783
13869
|
"chalk": "^4",
|
|
@@ -13802,6 +13888,62 @@
|
|
|
13802
13888
|
"node": ">=18.0.0"
|
|
13803
13889
|
}
|
|
13804
13890
|
},
|
|
13891
|
+
"node_modules/oclif/node_modules/@oclif/core": {
|
|
13892
|
+
"version": "4.0.0-beta.13",
|
|
13893
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.0-beta.13.tgz",
|
|
13894
|
+
"integrity": "sha512-ug8CZUCJphgetSZVgd4HQgyewlYVGGG1LIeFXGxjgYsjZ/f5I3nSCj7xpAMEDqjVD/lwmSujtVwa7tvEgLGICw==",
|
|
13895
|
+
"dev": true,
|
|
13896
|
+
"license": "MIT",
|
|
13897
|
+
"dependencies": {
|
|
13898
|
+
"ansi-escapes": "^4.3.2",
|
|
13899
|
+
"ansis": "^3.0.1",
|
|
13900
|
+
"clean-stack": "^3.0.1",
|
|
13901
|
+
"cli-spinners": "^2.9.2",
|
|
13902
|
+
"cosmiconfig": "^9.0.0",
|
|
13903
|
+
"debug": "^4.3.4",
|
|
13904
|
+
"ejs": "^3.1.10",
|
|
13905
|
+
"get-package-type": "^0.1.0",
|
|
13906
|
+
"globby": "^11.1.0",
|
|
13907
|
+
"indent-string": "^4.0.0",
|
|
13908
|
+
"is-wsl": "^2.2.0",
|
|
13909
|
+
"minimatch": "^9.0.4",
|
|
13910
|
+
"string-width": "^4.2.3",
|
|
13911
|
+
"supports-color": "^9.4.0",
|
|
13912
|
+
"widest-line": "^3.1.0",
|
|
13913
|
+
"wordwrap": "^1.0.0",
|
|
13914
|
+
"wrap-ansi": "^7.0.0"
|
|
13915
|
+
},
|
|
13916
|
+
"engines": {
|
|
13917
|
+
"node": ">=18.0.0"
|
|
13918
|
+
}
|
|
13919
|
+
},
|
|
13920
|
+
"node_modules/oclif/node_modules/cosmiconfig": {
|
|
13921
|
+
"version": "9.0.0",
|
|
13922
|
+
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
|
|
13923
|
+
"integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
|
|
13924
|
+
"dev": true,
|
|
13925
|
+
"license": "MIT",
|
|
13926
|
+
"dependencies": {
|
|
13927
|
+
"env-paths": "^2.2.1",
|
|
13928
|
+
"import-fresh": "^3.3.0",
|
|
13929
|
+
"js-yaml": "^4.1.0",
|
|
13930
|
+
"parse-json": "^5.2.0"
|
|
13931
|
+
},
|
|
13932
|
+
"engines": {
|
|
13933
|
+
"node": ">=14"
|
|
13934
|
+
},
|
|
13935
|
+
"funding": {
|
|
13936
|
+
"url": "https://github.com/sponsors/d-fischer"
|
|
13937
|
+
},
|
|
13938
|
+
"peerDependencies": {
|
|
13939
|
+
"typescript": ">=4.9.5"
|
|
13940
|
+
},
|
|
13941
|
+
"peerDependenciesMeta": {
|
|
13942
|
+
"typescript": {
|
|
13943
|
+
"optional": true
|
|
13944
|
+
}
|
|
13945
|
+
}
|
|
13946
|
+
},
|
|
13805
13947
|
"node_modules/oclif/node_modules/hosted-git-info": {
|
|
13806
13948
|
"version": "7.0.2",
|
|
13807
13949
|
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz",
|
|
@@ -13815,6 +13957,22 @@
|
|
|
13815
13957
|
"node": "^16.14.0 || >=18.0.0"
|
|
13816
13958
|
}
|
|
13817
13959
|
},
|
|
13960
|
+
"node_modules/oclif/node_modules/minimatch": {
|
|
13961
|
+
"version": "9.0.4",
|
|
13962
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
13963
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
13964
|
+
"dev": true,
|
|
13965
|
+
"license": "ISC",
|
|
13966
|
+
"dependencies": {
|
|
13967
|
+
"brace-expansion": "^2.0.1"
|
|
13968
|
+
},
|
|
13969
|
+
"engines": {
|
|
13970
|
+
"node": ">=16 || 14 >=14.17"
|
|
13971
|
+
},
|
|
13972
|
+
"funding": {
|
|
13973
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
13974
|
+
}
|
|
13975
|
+
},
|
|
13818
13976
|
"node_modules/oclif/node_modules/normalize-package-data": {
|
|
13819
13977
|
"version": "6.0.1",
|
|
13820
13978
|
"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-6.0.1.tgz",
|
|
@@ -13831,6 +13989,19 @@
|
|
|
13831
13989
|
"node": "^16.14.0 || >=18.0.0"
|
|
13832
13990
|
}
|
|
13833
13991
|
},
|
|
13992
|
+
"node_modules/oclif/node_modules/supports-color": {
|
|
13993
|
+
"version": "9.4.0",
|
|
13994
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz",
|
|
13995
|
+
"integrity": "sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==",
|
|
13996
|
+
"dev": true,
|
|
13997
|
+
"license": "MIT",
|
|
13998
|
+
"engines": {
|
|
13999
|
+
"node": ">=12"
|
|
14000
|
+
},
|
|
14001
|
+
"funding": {
|
|
14002
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
14003
|
+
}
|
|
14004
|
+
},
|
|
13834
14005
|
"node_modules/on-exit-leak-free": {
|
|
13835
14006
|
"version": "2.1.0",
|
|
13836
14007
|
"resolved": "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-2.1.0.tgz",
|
|
@@ -14874,15 +15045,6 @@
|
|
|
14874
15045
|
"url": "https://github.com/sponsors/isaacs"
|
|
14875
15046
|
}
|
|
14876
15047
|
},
|
|
14877
|
-
"node_modules/run-async": {
|
|
14878
|
-
"version": "3.0.0",
|
|
14879
|
-
"resolved": "https://registry.npmjs.org/run-async/-/run-async-3.0.0.tgz",
|
|
14880
|
-
"integrity": "sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==",
|
|
14881
|
-
"license": "MIT",
|
|
14882
|
-
"engines": {
|
|
14883
|
-
"node": ">=0.12.0"
|
|
14884
|
-
}
|
|
14885
|
-
},
|
|
14886
15048
|
"node_modules/run-parallel": {
|
|
14887
15049
|
"version": "1.2.0",
|
|
14888
15050
|
"resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
|
|
@@ -16440,9 +16602,9 @@
|
|
|
16440
16602
|
"license": "Apache-2.0"
|
|
16441
16603
|
},
|
|
16442
16604
|
"node_modules/wrap-ansi": {
|
|
16443
|
-
"version": "
|
|
16444
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-
|
|
16445
|
-
"integrity": "sha512-
|
|
16605
|
+
"version": "7.0.0",
|
|
16606
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
16607
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
16446
16608
|
"license": "MIT",
|
|
16447
16609
|
"dependencies": {
|
|
16448
16610
|
"ansi-styles": "^4.0.0",
|
|
@@ -16450,7 +16612,10 @@
|
|
|
16450
16612
|
"strip-ansi": "^6.0.0"
|
|
16451
16613
|
},
|
|
16452
16614
|
"engines": {
|
|
16453
|
-
"node": ">=
|
|
16615
|
+
"node": ">=10"
|
|
16616
|
+
},
|
|
16617
|
+
"funding": {
|
|
16618
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
16454
16619
|
}
|
|
16455
16620
|
},
|
|
16456
16621
|
"node_modules/wrap-ansi-cjs": {
|
|
@@ -16629,24 +16794,6 @@
|
|
|
16629
16794
|
"wrap-ansi": "^7.0.0"
|
|
16630
16795
|
}
|
|
16631
16796
|
},
|
|
16632
|
-
"node_modules/yargs/node_modules/wrap-ansi": {
|
|
16633
|
-
"version": "7.0.0",
|
|
16634
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
16635
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
16636
|
-
"dev": true,
|
|
16637
|
-
"license": "MIT",
|
|
16638
|
-
"dependencies": {
|
|
16639
|
-
"ansi-styles": "^4.0.0",
|
|
16640
|
-
"string-width": "^4.1.0",
|
|
16641
|
-
"strip-ansi": "^6.0.0"
|
|
16642
|
-
},
|
|
16643
|
-
"engines": {
|
|
16644
|
-
"node": ">=10"
|
|
16645
|
-
},
|
|
16646
|
-
"funding": {
|
|
16647
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
16648
|
-
}
|
|
16649
|
-
},
|
|
16650
16797
|
"node_modules/yn": {
|
|
16651
16798
|
"version": "3.1.1",
|
|
16652
16799
|
"resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz",
|