From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 20:57:09 +0000 (+0200) Subject: Bump basic-ftp from 5.0.1 to 5.0.2 (#162) X-Git-Tag: v1.1.70~27 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=17db4acc7195b85dd6ed7cb6d96f0d895b287314;p=e-mobility-charging-stations-simulator.git Bump basic-ftp from 5.0.1 to 5.0.2 (#162) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/package-lock.json b/package-lock.json index 52a41a26..f382665c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "ajv": "^8.11.0", "ajv-draft-04": "^1.0.0", "ajv-formats": "^2.1.1", - "basic-ftp": "^5.0.1", + "basic-ftp": "^5.0.2", "chalk": "^4.1.2", "http-status-codes": "^2.2.0", "mnemonist": "^0.39.2", @@ -3008,9 +3008,9 @@ ] }, "node_modules/basic-ftp": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.0.1.tgz", - "integrity": "sha512-0NbZDftWLby3hCH7rVht7dlpp1Bc3Qp3uO99521/6gP9SYWQ6L/e6GBBvKdKZGCdF7bI6us8XhQtgxPefSo+yg==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.0.2.tgz", + "integrity": "sha512-NgkBwqp7rkhIUBaxLwL601lvUuBUvShJocrLYdiyTsH1WeP/wofMdooZ4p6hz+4hqiU59PBOj0EkaqELwFJLuQ==", "engines": { "node": ">=10.0.0" } @@ -19745,9 +19745,9 @@ "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" }, "basic-ftp": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.0.1.tgz", - "integrity": "sha512-0NbZDftWLby3hCH7rVht7dlpp1Bc3Qp3uO99521/6gP9SYWQ6L/e6GBBvKdKZGCdF7bI6us8XhQtgxPefSo+yg==" + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.0.2.tgz", + "integrity": "sha512-NgkBwqp7rkhIUBaxLwL601lvUuBUvShJocrLYdiyTsH1WeP/wofMdooZ4p6hz+4hqiU59PBOj0EkaqELwFJLuQ==" }, "bcrypt-pbkdf": { "version": "1.0.2", diff --git a/package.json b/package.json index d9355b73..328ce7c3 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "ajv": "^8.11.0", "ajv-draft-04": "^1.0.0", "ajv-formats": "^2.1.1", - "basic-ftp": "^5.0.1", + "basic-ftp": "^5.0.2", "chalk": "^4.1.2", "http-status-codes": "^2.2.0", "mnemonist": "^0.39.2",