@zowe/db2-for-zowe-cli 5.0.20 → 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.
Files changed (2) hide show
  1. package/npm-shrinkwrap.json +98 -25
  2. package/package.json +4 -4
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@zowe/db2-for-zowe-cli",
3
- "version": "5.0.20",
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.20",
9
+ "version": "5.0.22",
10
10
  "license": "EPL-2.0",
11
11
  "dependencies": {
12
12
  "ibm_db": "3.3.4"
@@ -19,9 +19,9 @@
19
19
  "@types/yargs": "^8.0.2",
20
20
  "@typescript-eslint/eslint-plugin": "^4.29.0",
21
21
  "@typescript-eslint/parser": "^4.29.0",
22
- "@zowe/cli": "^7.29.16",
23
- "@zowe/cli-test-utils": "^7.29.20",
24
- "@zowe/imperative": "^5.6.0",
22
+ "@zowe/cli": "^7.29.25",
23
+ "@zowe/cli-test-utils": "^7.29.25",
24
+ "@zowe/imperative": "^5.27.16",
25
25
  "env-cmd": "^8.0.2",
26
26
  "eslint": "^7.32.0",
27
27
  "eslint-plugin-deprecation": "^1.5.0",
@@ -53,18 +53,29 @@
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.13.5",
62
- "integrity": "sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==",
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.15.11",
75
+ "follow-redirects": "^1.16.0",
66
76
  "form-data": "^4.0.5",
67
- "proxy-from-env": "^1.1.0"
77
+ "https-proxy-agent": "^5.0.1",
78
+ "proxy-from-env": "^2.1.0"
68
79
  }
69
80
  },
70
81
  "node_modules/axios/node_modules/form-data": {
@@ -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=",
@@ -215,8 +241,8 @@
215
241
  "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw=="
216
242
  },
217
243
  "node_modules/follow-redirects": {
218
- "version": "1.15.11",
219
- "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==",
244
+ "version": "1.16.0",
245
+ "integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==",
220
246
  "funding": [
221
247
  {
222
248
  "type": "individual",
@@ -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==",
@@ -385,8 +423,8 @@
385
423
  "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
386
424
  },
387
425
  "node_modules/lodash": {
388
- "version": "4.17.23",
389
- "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
426
+ "version": "4.18.1",
427
+ "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
390
428
  "license": "MIT"
391
429
  },
392
430
  "node_modules/math-intrinsics": {
@@ -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==",
@@ -447,8 +489,12 @@
447
489
  "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
448
490
  },
449
491
  "node_modules/proxy-from-env": {
450
- "version": "1.1.0",
451
- "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
492
+ "version": "2.1.0",
493
+ "integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==",
494
+ "license": "MIT",
495
+ "engines": {
496
+ "node": ">=10"
497
+ }
452
498
  },
453
499
  "node_modules/q": {
454
500
  "version": "1.5.1",
@@ -561,17 +607,25 @@
561
607
  "version": "0.5.16",
562
608
  "integrity": "sha512-TGw5yVi4saajsSEgz25grObGHEUaDrniwvA2qwSC060KfqGPdglhvPMA2lPIoxs3PQIItj2iag35fONcQqgUaQ=="
563
609
  },
610
+ "agent-base": {
611
+ "version": "6.0.2",
612
+ "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
613
+ "requires": {
614
+ "debug": "4"
615
+ }
616
+ },
564
617
  "asynckit": {
565
618
  "version": "0.4.0",
566
619
  "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
567
620
  },
568
621
  "axios": {
569
- "version": "1.13.5",
570
- "integrity": "sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==",
622
+ "version": "1.17.0",
623
+ "integrity": "sha512-J8SwNxprqqpbfenehxWYXE7CW+wM1BB4w3+N+g+/Wx40xM4rsLrfPmHHxSWIxJLYDgSY/HqlFPIYb2/S3rxafw==",
571
624
  "requires": {
572
- "follow-redirects": "^1.15.11",
625
+ "follow-redirects": "^1.16.0",
573
626
  "form-data": "^4.0.5",
574
- "proxy-from-env": "^1.1.0"
627
+ "https-proxy-agent": "^5.0.1",
628
+ "proxy-from-env": "^2.1.0"
575
629
  },
576
630
  "dependencies": {
577
631
  "form-data": {
@@ -637,6 +691,13 @@
637
691
  "version": "1.0.3",
638
692
  "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
639
693
  },
694
+ "debug": {
695
+ "version": "4.3.4",
696
+ "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
697
+ "requires": {
698
+ "ms": "2.1.2"
699
+ }
700
+ },
640
701
  "delayed-stream": {
641
702
  "version": "1.0.0",
642
703
  "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk="
@@ -687,8 +748,8 @@
687
748
  "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw=="
688
749
  },
689
750
  "follow-redirects": {
690
- "version": "1.15.11",
691
- "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ=="
751
+ "version": "1.16.0",
752
+ "integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw=="
692
753
  },
693
754
  "fs-constants": {
694
755
  "version": "1.0.0",
@@ -748,6 +809,14 @@
748
809
  "function-bind": "^1.1.2"
749
810
  }
750
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
+ },
751
820
  "ibm_db": {
752
821
  "version": "3.3.4",
753
822
  "integrity": "sha512-H8JrfyPIz8UmI3llP2JKroYcacegml7+sjLJBvdVTsuNUDWzbZ+FEefNMvH+VRHSgNwKZQUIAHSUHhXay7iaJw==",
@@ -791,8 +860,8 @@
791
860
  "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
792
861
  },
793
862
  "lodash": {
794
- "version": "4.17.23",
795
- "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w=="
863
+ "version": "4.18.1",
864
+ "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q=="
796
865
  },
797
866
  "math-intrinsics": {
798
867
  "version": "1.1.0",
@@ -820,6 +889,10 @@
820
889
  "minimist": "^1.2.5"
821
890
  }
822
891
  },
892
+ "ms": {
893
+ "version": "2.1.2",
894
+ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
895
+ },
823
896
  "nan": {
824
897
  "version": "2.23.0",
825
898
  "integrity": "sha512-1UxuyYGdoQHcGg87Lkqm3FzefucTa0NAiOcuRsDmysep3c1LVCRK2krrUDafMWtjSG04htvAmvg96+SDknOmgQ=="
@@ -836,8 +909,8 @@
836
909
  "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
837
910
  },
838
911
  "proxy-from-env": {
839
- "version": "1.1.0",
840
- "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
912
+ "version": "2.1.0",
913
+ "integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA=="
841
914
  },
842
915
  "q": {
843
916
  "version": "1.5.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zowe/db2-for-zowe-cli",
3
- "version": "5.0.20",
3
+ "version": "5.0.22",
4
4
  "description": "IBM® Db2® Plug-in for Zowe CLI",
5
5
  "author": "Zowe",
6
6
  "license": "EPL-2.0",
@@ -50,9 +50,9 @@
50
50
  "@types/yargs": "^8.0.2",
51
51
  "@typescript-eslint/eslint-plugin": "^4.29.0",
52
52
  "@typescript-eslint/parser": "^4.29.0",
53
- "@zowe/cli": "^7.29.16",
54
- "@zowe/cli-test-utils": "^7.29.20",
55
- "@zowe/imperative": "^5.6.0",
53
+ "@zowe/cli": "^7.29.25",
54
+ "@zowe/cli-test-utils": "^7.29.25",
55
+ "@zowe/imperative": "^5.27.16",
56
56
  "env-cmd": "^8.0.2",
57
57
  "eslint": "^7.32.0",
58
58
  "eslint-plugin-deprecation": "^1.5.0",