@zowe/db2-for-zowe-cli 6.1.6 → 6.1.7
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 +12 -11
- package/package.json +3 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zowe/db2-for-zowe-cli",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.7",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@zowe/db2-for-zowe-cli",
|
|
9
|
-
"version": "6.1.
|
|
9
|
+
"version": "6.1.7",
|
|
10
10
|
"license": "EPL-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"ibm_db": "3.3.1"
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"@types/node": "^18.18.2",
|
|
18
18
|
"@typescript-eslint/eslint-plugin": "^7.1.0",
|
|
19
19
|
"@typescript-eslint/parser": "^7.1.0",
|
|
20
|
-
"@zowe/cli": "^8.
|
|
21
|
-
"@zowe/cli-test-utils": "^8.
|
|
20
|
+
"@zowe/cli": "^8.27.0",
|
|
21
|
+
"@zowe/cli-test-utils": "^8.27.0",
|
|
22
22
|
"@zowe/imperative": "^8.0.0",
|
|
23
23
|
"env-cmd": "^10.1.0",
|
|
24
24
|
"eslint": "^8.57.0",
|
|
@@ -55,12 +55,13 @@
|
|
|
55
55
|
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
|
|
56
56
|
},
|
|
57
57
|
"node_modules/axios": {
|
|
58
|
-
"version": "1.
|
|
59
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.
|
|
60
|
-
"integrity": "sha512-
|
|
58
|
+
"version": "1.12.0",
|
|
59
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.12.0.tgz",
|
|
60
|
+
"integrity": "sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==",
|
|
61
|
+
"license": "MIT",
|
|
61
62
|
"dependencies": {
|
|
62
63
|
"follow-redirects": "^1.15.6",
|
|
63
|
-
"form-data": "^4.0.
|
|
64
|
+
"form-data": "^4.0.4",
|
|
64
65
|
"proxy-from-env": "^1.1.0"
|
|
65
66
|
}
|
|
66
67
|
},
|
|
@@ -445,9 +446,9 @@
|
|
|
445
446
|
}
|
|
446
447
|
},
|
|
447
448
|
"node_modules/nan": {
|
|
448
|
-
"version": "2.
|
|
449
|
-
"resolved": "https://registry.npmjs.org/nan/-/nan-2.
|
|
450
|
-
"integrity": "sha512-
|
|
449
|
+
"version": "2.23.0",
|
|
450
|
+
"resolved": "https://registry.npmjs.org/nan/-/nan-2.23.0.tgz",
|
|
451
|
+
"integrity": "sha512-1UxuyYGdoQHcGg87Lkqm3FzefucTa0NAiOcuRsDmysep3c1LVCRK2krrUDafMWtjSG04htvAmvg96+SDknOmgQ==",
|
|
451
452
|
"license": "MIT"
|
|
452
453
|
},
|
|
453
454
|
"node_modules/once": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zowe/db2-for-zowe-cli",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.7",
|
|
4
4
|
"description": "IBM® Db2® Plug-in for Zowe CLI",
|
|
5
5
|
"author": "Zowe",
|
|
6
6
|
"license": "EPL-2.0",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"@types/node": "^18.18.2",
|
|
49
49
|
"@typescript-eslint/eslint-plugin": "^7.1.0",
|
|
50
50
|
"@typescript-eslint/parser": "^7.1.0",
|
|
51
|
-
"@zowe/cli": "^8.
|
|
52
|
-
"@zowe/cli-test-utils": "^8.
|
|
51
|
+
"@zowe/cli": "^8.27.0",
|
|
52
|
+
"@zowe/cli-test-utils": "^8.27.0",
|
|
53
53
|
"@zowe/imperative": "^8.0.0",
|
|
54
54
|
"env-cmd": "^10.1.0",
|
|
55
55
|
"eslint": "^8.57.0",
|