@zowe/db2-for-zowe-cli 5.0.20 → 5.0.21
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 +27 -23
- package/package.json +4 -4
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.21",
|
|
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.21",
|
|
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.
|
|
23
|
-
"@zowe/cli-test-utils": "^7.29.
|
|
24
|
-
"@zowe/imperative": "^5.
|
|
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",
|
|
@@ -58,13 +58,13 @@
|
|
|
58
58
|
"integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
|
|
59
59
|
},
|
|
60
60
|
"node_modules/axios": {
|
|
61
|
-
"version": "1.
|
|
62
|
-
"integrity": "sha512-
|
|
61
|
+
"version": "1.15.0",
|
|
62
|
+
"integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==",
|
|
63
63
|
"license": "MIT",
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"follow-redirects": "^1.15.11",
|
|
66
66
|
"form-data": "^4.0.5",
|
|
67
|
-
"proxy-from-env": "^
|
|
67
|
+
"proxy-from-env": "^2.1.0"
|
|
68
68
|
}
|
|
69
69
|
},
|
|
70
70
|
"node_modules/axios/node_modules/form-data": {
|
|
@@ -215,8 +215,8 @@
|
|
|
215
215
|
"integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw=="
|
|
216
216
|
},
|
|
217
217
|
"node_modules/follow-redirects": {
|
|
218
|
-
"version": "1.
|
|
219
|
-
"integrity": "sha512-
|
|
218
|
+
"version": "1.16.0",
|
|
219
|
+
"integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==",
|
|
220
220
|
"funding": [
|
|
221
221
|
{
|
|
222
222
|
"type": "individual",
|
|
@@ -385,8 +385,8 @@
|
|
|
385
385
|
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
|
|
386
386
|
},
|
|
387
387
|
"node_modules/lodash": {
|
|
388
|
-
"version": "4.
|
|
389
|
-
"integrity": "sha512-
|
|
388
|
+
"version": "4.18.1",
|
|
389
|
+
"integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
|
|
390
390
|
"license": "MIT"
|
|
391
391
|
},
|
|
392
392
|
"node_modules/math-intrinsics": {
|
|
@@ -447,8 +447,12 @@
|
|
|
447
447
|
"integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
|
|
448
448
|
},
|
|
449
449
|
"node_modules/proxy-from-env": {
|
|
450
|
-
"version": "
|
|
451
|
-
"integrity": "sha512-
|
|
450
|
+
"version": "2.1.0",
|
|
451
|
+
"integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==",
|
|
452
|
+
"license": "MIT",
|
|
453
|
+
"engines": {
|
|
454
|
+
"node": ">=10"
|
|
455
|
+
}
|
|
452
456
|
},
|
|
453
457
|
"node_modules/q": {
|
|
454
458
|
"version": "1.5.1",
|
|
@@ -566,12 +570,12 @@
|
|
|
566
570
|
"integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
|
|
567
571
|
},
|
|
568
572
|
"axios": {
|
|
569
|
-
"version": "1.
|
|
570
|
-
"integrity": "sha512-
|
|
573
|
+
"version": "1.15.0",
|
|
574
|
+
"integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==",
|
|
571
575
|
"requires": {
|
|
572
576
|
"follow-redirects": "^1.15.11",
|
|
573
577
|
"form-data": "^4.0.5",
|
|
574
|
-
"proxy-from-env": "^
|
|
578
|
+
"proxy-from-env": "^2.1.0"
|
|
575
579
|
},
|
|
576
580
|
"dependencies": {
|
|
577
581
|
"form-data": {
|
|
@@ -687,8 +691,8 @@
|
|
|
687
691
|
"integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw=="
|
|
688
692
|
},
|
|
689
693
|
"follow-redirects": {
|
|
690
|
-
"version": "1.
|
|
691
|
-
"integrity": "sha512-
|
|
694
|
+
"version": "1.16.0",
|
|
695
|
+
"integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw=="
|
|
692
696
|
},
|
|
693
697
|
"fs-constants": {
|
|
694
698
|
"version": "1.0.0",
|
|
@@ -791,8 +795,8 @@
|
|
|
791
795
|
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
|
|
792
796
|
},
|
|
793
797
|
"lodash": {
|
|
794
|
-
"version": "4.
|
|
795
|
-
"integrity": "sha512-
|
|
798
|
+
"version": "4.18.1",
|
|
799
|
+
"integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q=="
|
|
796
800
|
},
|
|
797
801
|
"math-intrinsics": {
|
|
798
802
|
"version": "1.1.0",
|
|
@@ -836,8 +840,8 @@
|
|
|
836
840
|
"integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
|
|
837
841
|
},
|
|
838
842
|
"proxy-from-env": {
|
|
839
|
-
"version": "
|
|
840
|
-
"integrity": "sha512-
|
|
843
|
+
"version": "2.1.0",
|
|
844
|
+
"integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA=="
|
|
841
845
|
},
|
|
842
846
|
"q": {
|
|
843
847
|
"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.
|
|
3
|
+
"version": "5.0.21",
|
|
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.
|
|
54
|
-
"@zowe/cli-test-utils": "^7.29.
|
|
55
|
-
"@zowe/imperative": "^5.
|
|
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",
|