diff --git a/commitlint.config.js b/commitlint.config.js index abf9c14a2e..9e69f2af05 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -74,6 +74,7 @@ module.exports = { 'CGARD-', 'CHALO-', 'CECHO-', + 'CSHLD-', '#', // Prefix used by GitHub issues ], }, diff --git a/package.json b/package.json index 875c9731c4..d9b5e0fca3 100644 --- a/package.json +++ b/package.json @@ -118,7 +118,8 @@ "memfs": "4.46.0", "**/iota-sdk/**/valibot": "1.2.0", "**/tronweb/**/validator": "13.15.23", - "@isaacs/brace-expansion": "5.0.1" + "@isaacs/brace-expansion": "5.0.1", + "basic-ftp": ">=5.2.0" }, "workspaces": [ "modules/*" diff --git a/yarn.lock b/yarn.lock index 392e1780ee..6fb077a91e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7762,10 +7762,10 @@ basic-auth@~2.0.1: dependencies: safe-buffer "5.1.2" -basic-ftp@^5.0.2: - version "5.0.5" - resolved "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.0.5.tgz" - integrity sha512-4Bcg1P8xhUuqcii/S0Z9wiHIrQVPMermM1any+MX5GeGD7faD3/msQUDGLol9wOcz4/jbg/WJnGqoJF6LiBdtg== +basic-ftp@>=5.2.0, basic-ftp@^5.0.2: + version "5.2.0" + resolved "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.2.0.tgz#7c2dff63c918bde60e6bad1f2ff93dcf5137a40a" + integrity sha512-VoMINM2rqJwJgfdHq6RiUudKt2BV+FY5ZFezP/ypmwayk68+NzzAQy4XXLlqsGD4MCzq3DrmNFD/uUmBJuGoXw== batch@0.6.1: version "0.6.1"