@zowe/cli 7.29.0 → 7.29.1
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 +8 -8
- package/package.json +1 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zowe/cli",
|
|
3
|
-
"version": "7.29.
|
|
3
|
+
"version": "7.29.1",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@zowe/cli",
|
|
9
|
-
"version": "7.29.
|
|
9
|
+
"version": "7.29.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "EPL-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -2002,9 +2002,9 @@
|
|
|
2002
2002
|
}
|
|
2003
2003
|
},
|
|
2004
2004
|
"node_modules/micromatch": {
|
|
2005
|
-
"version": "4.0.
|
|
2006
|
-
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.
|
|
2007
|
-
"integrity": "sha512-
|
|
2005
|
+
"version": "4.0.8",
|
|
2006
|
+
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
|
|
2007
|
+
"integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
|
|
2008
2008
|
"dependencies": {
|
|
2009
2009
|
"braces": "^3.0.3",
|
|
2010
2010
|
"picomatch": "^2.3.1"
|
|
@@ -5328,9 +5328,9 @@
|
|
|
5328
5328
|
"integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg=="
|
|
5329
5329
|
},
|
|
5330
5330
|
"micromatch": {
|
|
5331
|
-
"version": "4.0.
|
|
5332
|
-
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.
|
|
5333
|
-
"integrity": "sha512-
|
|
5331
|
+
"version": "4.0.8",
|
|
5332
|
+
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
|
|
5333
|
+
"integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
|
|
5334
5334
|
"requires": {
|
|
5335
5335
|
"braces": "^3.0.3",
|
|
5336
5336
|
"picomatch": "^2.3.1"
|
package/package.json
CHANGED