Skip to content

Commit 45285a1

Browse files
authored
Merge pull request #8203 from BitGo/CSHLD-364-upgrade-basic-ftp-lib
fix: bump basic-ftp from 5.0.5 to 5.2.0
2 parents 3218e9d + c52812a commit 45285a1

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

commitlint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ module.exports = {
7474
'CGARD-',
7575
'CHALO-',
7676
'CECHO-',
77+
'CSHLD-',
7778
'#', // Prefix used by GitHub issues
7879
],
7980
},

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@
118118
"memfs": "4.46.0",
119119
"**/iota-sdk/**/valibot": "1.2.0",
120120
"**/tronweb/**/validator": "13.15.23",
121-
"@isaacs/brace-expansion": "5.0.1"
121+
"@isaacs/brace-expansion": "5.0.1",
122+
"basic-ftp": ">=5.2.0"
122123
},
123124
"workspaces": [
124125
"modules/*"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7751,10 +7751,10 @@ basic-auth@~2.0.1:
77517751
dependencies:
77527752
safe-buffer "5.1.2"
77537753

7754-
basic-ftp@^5.0.2:
7755-
version "5.0.5"
7756-
resolved "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.0.5.tgz"
7757-
integrity sha512-4Bcg1P8xhUuqcii/S0Z9wiHIrQVPMermM1any+MX5GeGD7faD3/msQUDGLol9wOcz4/jbg/WJnGqoJF6LiBdtg==
7754+
basic-ftp@>=5.2.0, basic-ftp@^5.0.2:
7755+
version "5.2.0"
7756+
resolved "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.2.0.tgz#7c2dff63c918bde60e6bad1f2ff93dcf5137a40a"
7757+
integrity sha512-VoMINM2rqJwJgfdHq6RiUudKt2BV+FY5ZFezP/ypmwayk68+NzzAQy4XXLlqsGD4MCzq3DrmNFD/uUmBJuGoXw==
77587758

77597759
batch@0.6.1:
77607760
version "0.6.1"

0 commit comments

Comments
 (0)