diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d80aae6..52aa820d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to the z/OS FTP Plug-in for Zowe CLI will be documented in this file. +## Recent Changes + +- Update the version of zos-node-accessor to 1.0.16 + + ## `2.1.6` - BugFix: Add missing npm-shrinkwrap diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 401e658d..846a42f2 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -9,7 +9,7 @@ "version": "2.1.6", "license": "EPL-2.0", "dependencies": { - "zos-node-accessor": "1.0.14" + "zos-node-accessor": "1.0.16" }, "devDependencies": { "@types/fs-extra": "^5.0.5", @@ -13018,9 +13018,9 @@ } }, "node_modules/zos-node-accessor": { - "version": "1.0.14", - "resolved": "https://registry.npmjs.org/zos-node-accessor/-/zos-node-accessor-1.0.14.tgz", - "integrity": "sha512-+DXcOSBcixulEGPXVEn8ktXZqIP/eSzrQLO8daIELcak1zP89z7rdFRhMcKmEXk11PLq2wcoDzzIq3KPSHBLiA==", + "version": "1.0.16", + "resolved": "https://registry.npmjs.org/zos-node-accessor/-/zos-node-accessor-1.0.16.tgz", + "integrity": "sha512-7IsneaFw7sryn2ovopz4lr3W57LRXZ3p4tEdnRLSJav3xYY7qkbnfV5nni5kdWusd2rLaArf4omZY1O/LD4lhA==", "dependencies": { "debug": "3.1.0", "ftp4": "~0.3.13", @@ -22830,9 +22830,9 @@ "dev": true }, "zos-node-accessor": { - "version": "1.0.14", - "resolved": "https://registry.npmjs.org/zos-node-accessor/-/zos-node-accessor-1.0.14.tgz", - "integrity": "sha512-+DXcOSBcixulEGPXVEn8ktXZqIP/eSzrQLO8daIELcak1zP89z7rdFRhMcKmEXk11PLq2wcoDzzIq3KPSHBLiA==", + "version": "1.0.16", + "resolved": "https://registry.npmjs.org/zos-node-accessor/-/zos-node-accessor-1.0.16.tgz", + "integrity": "sha512-7IsneaFw7sryn2ovopz4lr3W57LRXZ3p4tEdnRLSJav3xYY7qkbnfV5nni5kdWusd2rLaArf4omZY1O/LD4lhA==", "requires": { "debug": "3.1.0", "ftp4": "~0.3.13", diff --git a/package.json b/package.json index e0f55438..4584751a 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@zowe/imperative": "^5.0.0" }, "dependencies": { - "zos-node-accessor": "1.0.14" + "zos-node-accessor": "1.0.16" }, "devDependencies": { "@types/fs-extra": "^5.0.5",