Skip to content

Commit c52812a

Browse files
fix: bump basic-ftp from 5.0.5 to 5.2.0
TICKET: CSHLD-364
1 parent 2a8ed94 commit c52812a

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
@@ -7762,10 +7762,10 @@ basic-auth@~2.0.1:
77627762
dependencies:
77637763
safe-buffer "5.1.2"
77647764

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

77707770
batch@0.6.1:
77717771
version "0.6.1"

0 commit comments

Comments
 (0)