@zowe/cli 8.29.11 → 8.29.12
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 +5 -5
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zowe/cli",
|
|
3
|
-
"version": "8.29.
|
|
3
|
+
"version": "8.29.12",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@zowe/cli",
|
|
9
|
-
"version": "8.29.
|
|
9
|
+
"version": "8.29.12",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "EPL-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"find-process": "^1.4.7",
|
|
25
25
|
"lodash": "^4.17.23",
|
|
26
26
|
"minimatch": "^9.0.5",
|
|
27
|
-
"tar": "^7.5.
|
|
27
|
+
"tar": "^7.5.7"
|
|
28
28
|
},
|
|
29
29
|
"bin": {
|
|
30
30
|
"zowe": "lib/main.js"
|
|
@@ -1550,8 +1550,8 @@
|
|
|
1550
1550
|
}
|
|
1551
1551
|
},
|
|
1552
1552
|
"node_modules/tar": {
|
|
1553
|
-
"version": "7.5.
|
|
1554
|
-
"integrity": "sha512-
|
|
1553
|
+
"version": "7.5.7",
|
|
1554
|
+
"integrity": "sha512-fov56fJiRuThVFXD6o6/Q354S7pnWMJIVlDBYijsTNx6jKSE4pvrDTs6lUnmGvNyfJwFQQwWy3owKz1ucIhveQ==",
|
|
1555
1555
|
"license": "BlueOak-1.0.0",
|
|
1556
1556
|
"dependencies": {
|
|
1557
1557
|
"@isaacs/fs-minipass": "^4.0.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zowe/cli",
|
|
3
|
-
"version": "8.29.
|
|
3
|
+
"version": "8.29.12",
|
|
4
4
|
"zoweVersion": "v3.4.1",
|
|
5
5
|
"description": "Zowe CLI is a command line interface (CLI) that provides a simple and streamlined way to interact with IBM z/OS.",
|
|
6
6
|
"author": "Zowe",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"find-process": "^1.4.7",
|
|
72
72
|
"lodash": "^4.17.23",
|
|
73
73
|
"minimatch": "^9.0.5",
|
|
74
|
-
"tar": "^7.5.
|
|
74
|
+
"tar": "^7.5.7"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
77
|
"@types/diff": "^5.0.9",
|