@instantkom/cli 3.190.0 → 3.191.0
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 +45 -22
- package/oclif.manifest.json +539 -539
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instantkom/cli",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.191.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@instantkom/cli",
|
|
9
|
-
"version": "3.
|
|
9
|
+
"version": "3.191.0",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@oclif/plugin-help": "^6",
|
|
15
15
|
"@oclif/plugin-update": "^4.7.39",
|
|
16
16
|
"cli-table3": "^0.6.5",
|
|
17
|
-
"js-yaml": "^4.
|
|
17
|
+
"js-yaml": "^4.3.1",
|
|
18
18
|
"keytar": "^7",
|
|
19
19
|
"open": "^10",
|
|
20
20
|
"yaml": "^2"
|
|
@@ -3524,15 +3524,28 @@
|
|
|
3524
3524
|
"license": "MIT"
|
|
3525
3525
|
},
|
|
3526
3526
|
"node_modules/@redocly/openapi-core/node_modules/brace-expansion": {
|
|
3527
|
-
"version": "2.1.
|
|
3528
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.
|
|
3529
|
-
"integrity": "sha512-
|
|
3527
|
+
"version": "2.1.4",
|
|
3528
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.4.tgz",
|
|
3529
|
+
"integrity": "sha512-hGfVzPxthbf3+2yjg/RBs60cB0FhqBS/zvdV/4wn4/BmN0bNMMHPc4V/BbFieqf1TKAGGAHnY4eSjajCl0f2Xg==",
|
|
3530
3530
|
"dev": true,
|
|
3531
3531
|
"license": "MIT",
|
|
3532
3532
|
"dependencies": {
|
|
3533
3533
|
"balanced-match": "^1.0.0"
|
|
3534
3534
|
}
|
|
3535
3535
|
},
|
|
3536
|
+
"node_modules/@redocly/openapi-core/node_modules/js-yaml": {
|
|
3537
|
+
"version": "4.1.1",
|
|
3538
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
|
|
3539
|
+
"integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
|
|
3540
|
+
"dev": true,
|
|
3541
|
+
"license": "MIT",
|
|
3542
|
+
"dependencies": {
|
|
3543
|
+
"argparse": "^2.0.1"
|
|
3544
|
+
},
|
|
3545
|
+
"bin": {
|
|
3546
|
+
"js-yaml": "bin/js-yaml.js"
|
|
3547
|
+
}
|
|
3548
|
+
},
|
|
3536
3549
|
"node_modules/@redocly/openapi-core/node_modules/minimatch": {
|
|
3537
3550
|
"version": "5.1.9",
|
|
3538
3551
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.9.tgz",
|
|
@@ -4891,15 +4904,15 @@
|
|
|
4891
4904
|
"license": "MIT"
|
|
4892
4905
|
},
|
|
4893
4906
|
"node_modules/brace-expansion": {
|
|
4894
|
-
"version": "5.0.
|
|
4895
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
4896
|
-
"integrity": "sha512-
|
|
4907
|
+
"version": "5.0.9",
|
|
4908
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.9.tgz",
|
|
4909
|
+
"integrity": "sha512-ScQ4IuvIEF1TMlP7Zt+vjJ//9zlPb2SDcxWxM3bk8s6t6GGdJ7KO1dCcTidOPJKePW30LE/2cT7wCyPho9/Wxg==",
|
|
4897
4910
|
"license": "MIT",
|
|
4898
4911
|
"dependencies": {
|
|
4899
4912
|
"balanced-match": "^4.0.2"
|
|
4900
4913
|
},
|
|
4901
4914
|
"engines": {
|
|
4902
|
-
"node": "
|
|
4915
|
+
"node": "20 || >=22"
|
|
4903
4916
|
}
|
|
4904
4917
|
},
|
|
4905
4918
|
"node_modules/braces": {
|
|
@@ -5875,9 +5888,9 @@
|
|
|
5875
5888
|
"license": "MIT"
|
|
5876
5889
|
},
|
|
5877
5890
|
"node_modules/filelist/node_modules/brace-expansion": {
|
|
5878
|
-
"version": "2.1.
|
|
5879
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.
|
|
5880
|
-
"integrity": "sha512-
|
|
5891
|
+
"version": "2.1.4",
|
|
5892
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.4.tgz",
|
|
5893
|
+
"integrity": "sha512-hGfVzPxthbf3+2yjg/RBs60cB0FhqBS/zvdV/4wn4/BmN0bNMMHPc4V/BbFieqf1TKAGGAHnY4eSjajCl0f2Xg==",
|
|
5881
5894
|
"license": "MIT",
|
|
5882
5895
|
"dependencies": {
|
|
5883
5896
|
"balanced-match": "^1.0.0"
|
|
@@ -6552,9 +6565,9 @@
|
|
|
6552
6565
|
}
|
|
6553
6566
|
},
|
|
6554
6567
|
"node_modules/ip-address": {
|
|
6555
|
-
"version": "10.
|
|
6556
|
-
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.
|
|
6557
|
-
"integrity": "sha512
|
|
6568
|
+
"version": "10.5.0",
|
|
6569
|
+
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.5.0.tgz",
|
|
6570
|
+
"integrity": "sha512-R5SnVLJmgYYvf2F2ZgwSBnelz5G4q5AxIC277GDfUaNbrZKNANcBC7RHqYYePlszf4kBolVkJauG0ZjHHFh55g==",
|
|
6558
6571
|
"license": "MIT",
|
|
6559
6572
|
"engines": {
|
|
6560
6573
|
"node": ">= 12"
|
|
@@ -6806,9 +6819,19 @@
|
|
|
6806
6819
|
"license": "MIT"
|
|
6807
6820
|
},
|
|
6808
6821
|
"node_modules/js-yaml": {
|
|
6809
|
-
"version": "4.
|
|
6810
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.
|
|
6811
|
-
"integrity": "sha512-
|
|
6822
|
+
"version": "4.3.1",
|
|
6823
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.1.tgz",
|
|
6824
|
+
"integrity": "sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==",
|
|
6825
|
+
"funding": [
|
|
6826
|
+
{
|
|
6827
|
+
"type": "github",
|
|
6828
|
+
"url": "https://github.com/sponsors/puzrin"
|
|
6829
|
+
},
|
|
6830
|
+
{
|
|
6831
|
+
"type": "github",
|
|
6832
|
+
"url": "https://github.com/sponsors/nodeca"
|
|
6833
|
+
}
|
|
6834
|
+
],
|
|
6812
6835
|
"license": "MIT",
|
|
6813
6836
|
"dependencies": {
|
|
6814
6837
|
"argparse": "^2.0.1"
|
|
@@ -9388,9 +9411,9 @@
|
|
|
9388
9411
|
"license": "ISC"
|
|
9389
9412
|
},
|
|
9390
9413
|
"node_modules/ws": {
|
|
9391
|
-
"version": "8.
|
|
9392
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.
|
|
9393
|
-
"integrity": "sha512-
|
|
9414
|
+
"version": "8.21.3",
|
|
9415
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.21.3.tgz",
|
|
9416
|
+
"integrity": "sha512-201TZ/kPWxoPr/OKWjquZR1SWKXcvxdH+e1xrx89b3YbmzLMFCLfnaG1HFIgWzJOEWZ7MvpK++odZufgYR50Rw==",
|
|
9394
9417
|
"license": "MIT",
|
|
9395
9418
|
"engines": {
|
|
9396
9419
|
"node": ">=10.0.0"
|