@zowe/db2-for-zowe-cli 5.0.21 → 5.0.22
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 +77 -8
- package/package.json +1 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zowe/db2-for-zowe-cli",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.22",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@zowe/db2-for-zowe-cli",
|
|
9
|
-
"version": "5.0.
|
|
9
|
+
"version": "5.0.22",
|
|
10
10
|
"license": "EPL-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"ibm_db": "3.3.4"
|
|
@@ -53,17 +53,28 @@
|
|
|
53
53
|
"node": ">=12.0"
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
|
+
"node_modules/agent-base": {
|
|
57
|
+
"version": "6.0.2",
|
|
58
|
+
"integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
|
|
59
|
+
"dependencies": {
|
|
60
|
+
"debug": "4"
|
|
61
|
+
},
|
|
62
|
+
"engines": {
|
|
63
|
+
"node": ">= 6.0.0"
|
|
64
|
+
}
|
|
65
|
+
},
|
|
56
66
|
"node_modules/asynckit": {
|
|
57
67
|
"version": "0.4.0",
|
|
58
68
|
"integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
|
|
59
69
|
},
|
|
60
70
|
"node_modules/axios": {
|
|
61
|
-
"version": "1.
|
|
62
|
-
"integrity": "sha512-
|
|
71
|
+
"version": "1.17.0",
|
|
72
|
+
"integrity": "sha512-J8SwNxprqqpbfenehxWYXE7CW+wM1BB4w3+N+g+/Wx40xM4rsLrfPmHHxSWIxJLYDgSY/HqlFPIYb2/S3rxafw==",
|
|
63
73
|
"license": "MIT",
|
|
64
74
|
"dependencies": {
|
|
65
|
-
"follow-redirects": "^1.
|
|
75
|
+
"follow-redirects": "^1.16.0",
|
|
66
76
|
"form-data": "^4.0.5",
|
|
77
|
+
"https-proxy-agent": "^5.0.1",
|
|
67
78
|
"proxy-from-env": "^2.1.0"
|
|
68
79
|
}
|
|
69
80
|
},
|
|
@@ -142,6 +153,21 @@
|
|
|
142
153
|
"version": "1.0.3",
|
|
143
154
|
"integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
|
|
144
155
|
},
|
|
156
|
+
"node_modules/debug": {
|
|
157
|
+
"version": "4.3.4",
|
|
158
|
+
"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
|
|
159
|
+
"dependencies": {
|
|
160
|
+
"ms": "2.1.2"
|
|
161
|
+
},
|
|
162
|
+
"engines": {
|
|
163
|
+
"node": ">=6.0"
|
|
164
|
+
},
|
|
165
|
+
"peerDependenciesMeta": {
|
|
166
|
+
"supports-color": {
|
|
167
|
+
"optional": true
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
},
|
|
145
171
|
"node_modules/delayed-stream": {
|
|
146
172
|
"version": "1.0.0",
|
|
147
173
|
"integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=",
|
|
@@ -331,6 +357,18 @@
|
|
|
331
357
|
"node": ">= 0.4"
|
|
332
358
|
}
|
|
333
359
|
},
|
|
360
|
+
"node_modules/https-proxy-agent": {
|
|
361
|
+
"version": "5.0.1",
|
|
362
|
+
"integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
|
|
363
|
+
"license": "MIT",
|
|
364
|
+
"dependencies": {
|
|
365
|
+
"agent-base": "6",
|
|
366
|
+
"debug": "4"
|
|
367
|
+
},
|
|
368
|
+
"engines": {
|
|
369
|
+
"node": ">= 6"
|
|
370
|
+
}
|
|
371
|
+
},
|
|
334
372
|
"node_modules/ibm_db": {
|
|
335
373
|
"version": "3.3.4",
|
|
336
374
|
"integrity": "sha512-H8JrfyPIz8UmI3llP2JKroYcacegml7+sjLJBvdVTsuNUDWzbZ+FEefNMvH+VRHSgNwKZQUIAHSUHhXay7iaJw==",
|
|
@@ -430,6 +468,10 @@
|
|
|
430
468
|
"mkdirp": "bin/cmd.js"
|
|
431
469
|
}
|
|
432
470
|
},
|
|
471
|
+
"node_modules/ms": {
|
|
472
|
+
"version": "2.1.2",
|
|
473
|
+
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
|
|
474
|
+
},
|
|
433
475
|
"node_modules/nan": {
|
|
434
476
|
"version": "2.23.0",
|
|
435
477
|
"integrity": "sha512-1UxuyYGdoQHcGg87Lkqm3FzefucTa0NAiOcuRsDmysep3c1LVCRK2krrUDafMWtjSG04htvAmvg96+SDknOmgQ==",
|
|
@@ -565,16 +607,24 @@
|
|
|
565
607
|
"version": "0.5.16",
|
|
566
608
|
"integrity": "sha512-TGw5yVi4saajsSEgz25grObGHEUaDrniwvA2qwSC060KfqGPdglhvPMA2lPIoxs3PQIItj2iag35fONcQqgUaQ=="
|
|
567
609
|
},
|
|
610
|
+
"agent-base": {
|
|
611
|
+
"version": "6.0.2",
|
|
612
|
+
"integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
|
|
613
|
+
"requires": {
|
|
614
|
+
"debug": "4"
|
|
615
|
+
}
|
|
616
|
+
},
|
|
568
617
|
"asynckit": {
|
|
569
618
|
"version": "0.4.0",
|
|
570
619
|
"integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
|
|
571
620
|
},
|
|
572
621
|
"axios": {
|
|
573
|
-
"version": "1.
|
|
574
|
-
"integrity": "sha512-
|
|
622
|
+
"version": "1.17.0",
|
|
623
|
+
"integrity": "sha512-J8SwNxprqqpbfenehxWYXE7CW+wM1BB4w3+N+g+/Wx40xM4rsLrfPmHHxSWIxJLYDgSY/HqlFPIYb2/S3rxafw==",
|
|
575
624
|
"requires": {
|
|
576
|
-
"follow-redirects": "^1.
|
|
625
|
+
"follow-redirects": "^1.16.0",
|
|
577
626
|
"form-data": "^4.0.5",
|
|
627
|
+
"https-proxy-agent": "^5.0.1",
|
|
578
628
|
"proxy-from-env": "^2.1.0"
|
|
579
629
|
},
|
|
580
630
|
"dependencies": {
|
|
@@ -641,6 +691,13 @@
|
|
|
641
691
|
"version": "1.0.3",
|
|
642
692
|
"integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
|
|
643
693
|
},
|
|
694
|
+
"debug": {
|
|
695
|
+
"version": "4.3.4",
|
|
696
|
+
"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
|
|
697
|
+
"requires": {
|
|
698
|
+
"ms": "2.1.2"
|
|
699
|
+
}
|
|
700
|
+
},
|
|
644
701
|
"delayed-stream": {
|
|
645
702
|
"version": "1.0.0",
|
|
646
703
|
"integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk="
|
|
@@ -752,6 +809,14 @@
|
|
|
752
809
|
"function-bind": "^1.1.2"
|
|
753
810
|
}
|
|
754
811
|
},
|
|
812
|
+
"https-proxy-agent": {
|
|
813
|
+
"version": "5.0.1",
|
|
814
|
+
"integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
|
|
815
|
+
"requires": {
|
|
816
|
+
"agent-base": "6",
|
|
817
|
+
"debug": "4"
|
|
818
|
+
}
|
|
819
|
+
},
|
|
755
820
|
"ibm_db": {
|
|
756
821
|
"version": "3.3.4",
|
|
757
822
|
"integrity": "sha512-H8JrfyPIz8UmI3llP2JKroYcacegml7+sjLJBvdVTsuNUDWzbZ+FEefNMvH+VRHSgNwKZQUIAHSUHhXay7iaJw==",
|
|
@@ -824,6 +889,10 @@
|
|
|
824
889
|
"minimist": "^1.2.5"
|
|
825
890
|
}
|
|
826
891
|
},
|
|
892
|
+
"ms": {
|
|
893
|
+
"version": "2.1.2",
|
|
894
|
+
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
|
|
895
|
+
},
|
|
827
896
|
"nan": {
|
|
828
897
|
"version": "2.23.0",
|
|
829
898
|
"integrity": "sha512-1UxuyYGdoQHcGg87Lkqm3FzefucTa0NAiOcuRsDmysep3c1LVCRK2krrUDafMWtjSG04htvAmvg96+SDknOmgQ=="
|