Skip to content

Commit

Permalink
Update FTP plug-in version
Browse files Browse the repository at this point in the history
Resolves #2533

Signed-off-by: zFernand0 <[email protected]>
  • Loading branch information
zFernand0 committed Feb 12, 2024
1 parent 04de484 commit d54b263
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/zowe-explorer-ftp-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"vscode": "^1.53.2"
},
"dependencies": {
"@zowe/zos-ftp-for-zowe-cli": "2.1.2",
"@zowe/zos-ftp-for-zowe-cli": "2.1.8",
"@zowe/zowe-explorer-api": "2.15.0-SNAPSHOT",
"tmp": "0.2.1"
},
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2741,12 +2741,12 @@
get-stream "6.0.1"
minimatch "5.0.1"

"@zowe/[email protected].2":
version "2.1.2"
resolved "https://registry.npmjs.org/@zowe/zos-ftp-for-zowe-cli/-/zos-ftp-for-zowe-cli-2.1.2.tgz"
integrity sha512-YWojS16Vr79tNV+3Rm9mfNwTYISCDvQ3NUSiQ3WajNrJ4GEmEnsB1RRSpUwb7CSmpbVlbs5n2JUY3jL8u30tlg==
"@zowe/[email protected].8":
version "2.1.8"
resolved "https://registry.npmjs.org/@zowe/zos-ftp-for-zowe-cli/-/zos-ftp-for-zowe-cli-2.1.8.tgz#887aea58f12e5cea880d5829b93a0c8c33fd20a8"
integrity sha512-TDLiECMYQsmD5R7ndUnt2cft49Xd8zkXdkZenhRpowTvOTsrZYYj85JfIcwBglrjGER8APAfWH0+lSfTqCkOhw==
dependencies:
zos-node-accessor "1.0.14"
zos-node-accessor "1.0.16"

"@zowe/[email protected]":
version "7.22.0"
Expand Down Expand Up @@ -12260,10 +12260,10 @@ yocto-queue@^0.1.0:
resolved "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz"
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==

[email protected].14:
version "1.0.14"
resolved "https://registry.npmjs.org/zos-node-accessor/-/zos-node-accessor-1.0.14.tgz"
integrity sha512-+DXcOSBcixulEGPXVEn8ktXZqIP/eSzrQLO8daIELcak1zP89z7rdFRhMcKmEXk11PLq2wcoDzzIq3KPSHBLiA==
[email protected].16:
version "1.0.16"
resolved "https://registry.npmjs.org/zos-node-accessor/-/zos-node-accessor-1.0.16.tgz#4011410efe6c5924c7a1ea84d950c80031eafafc"
integrity sha512-7IsneaFw7sryn2ovopz4lr3W57LRXZ3p4tEdnRLSJav3xYY7qkbnfV5nni5kdWusd2rLaArf4omZY1O/LD4lhA==
dependencies:
debug "3.1.0"
ftp4 "~0.3.13"
Expand Down

0 comments on commit d54b263

Please sign in to comment.