@zowe/db2-for-zowe-cli 5.0.8 → 5.0.9

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 +13 -11
  2. package/package.json +3 -3
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@zowe/db2-for-zowe-cli",
3
- "version": "5.0.8",
3
+ "version": "5.0.9",
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.8",
9
+ "version": "5.0.9",
10
10
  "license": "EPL-2.0",
11
11
  "dependencies": {
12
12
  "ibm_db": "3.2.2"
@@ -20,8 +20,8 @@
20
20
  "@types/yargs": "^8.0.2",
21
21
  "@typescript-eslint/eslint-plugin": "^4.29.0",
22
22
  "@typescript-eslint/parser": "^4.29.0",
23
- "@zowe/cli": "^7.23.7",
24
- "@zowe/cli-test-utils": "^7.27.0",
23
+ "@zowe/cli": "^7.29.0",
24
+ "@zowe/cli-test-utils": "^7.29.0",
25
25
  "@zowe/imperative": "^5.6.0",
26
26
  "env-cmd": "^8.0.2",
27
27
  "eslint": "^7.32.0",
@@ -59,9 +59,10 @@
59
59
  "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
60
60
  },
61
61
  "node_modules/axios": {
62
- "version": "1.7.2",
63
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz",
64
- "integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==",
62
+ "version": "1.7.4",
63
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz",
64
+ "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==",
65
+ "license": "MIT",
65
66
  "dependencies": {
66
67
  "follow-redirects": "^1.15.6",
67
68
  "form-data": "^4.0.0",
@@ -247,7 +248,8 @@
247
248
  "node_modules/isarray": {
248
249
  "version": "1.0.0",
249
250
  "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
250
- "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
251
+ "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
252
+ "license": "MIT"
251
253
  },
252
254
  "node_modules/lodash": {
253
255
  "version": "4.17.21",
@@ -438,9 +440,9 @@
438
440
  "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
439
441
  },
440
442
  "axios": {
441
- "version": "1.7.2",
442
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz",
443
- "integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==",
443
+ "version": "1.7.4",
444
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz",
445
+ "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==",
444
446
  "requires": {
445
447
  "follow-redirects": "^1.15.6",
446
448
  "form-data": "^4.0.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zowe/db2-for-zowe-cli",
3
- "version": "5.0.8",
3
+ "version": "5.0.9",
4
4
  "description": "IBM® Db2® Plug-in for Zowe CLI",
5
5
  "author": "Zowe",
6
6
  "license": "EPL-2.0",
@@ -51,8 +51,8 @@
51
51
  "@types/yargs": "^8.0.2",
52
52
  "@typescript-eslint/eslint-plugin": "^4.29.0",
53
53
  "@typescript-eslint/parser": "^4.29.0",
54
- "@zowe/cli": "^7.23.7",
55
- "@zowe/cli-test-utils": "^7.27.0",
54
+ "@zowe/cli": "^7.29.0",
55
+ "@zowe/cli-test-utils": "^7.29.0",
56
56
  "@zowe/imperative": "^5.6.0",
57
57
  "env-cmd": "^8.0.2",
58
58
  "eslint": "^7.32.0",