From: Jérôme Benoit Date: Mon, 3 May 2021 08:14:34 +0000 (+0200) Subject: Update dependencies. X-Git-Tag: v1.0.1-0~39 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=2ae70ea5d045162a22323e6a9199eee352395f7c;p=e-mobility-charging-stations-simulator.git Update dependencies. Signed-off-by: Jérôme Benoit --- diff --git a/package-lock.json b/package-lock.json index 3706f3c8..417de9e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10501,14 +10501,39 @@ } }, "winston-daily-rotate-file": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/winston-daily-rotate-file/-/winston-daily-rotate-file-4.5.2.tgz", - "integrity": "sha512-DpAz9djExzFGVGRIKCKzsjOQaIINbjOUJ8CRsZGz0SQOMMcO1kM7jqTdzQAM9CRTEksZV9bBw9TT0ddQBGxs9g==", + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/winston-daily-rotate-file/-/winston-daily-rotate-file-4.5.3.tgz", + "integrity": "sha512-/V0wWnxK6RviPIKJ4ZNgBxj2BMHWHMvaBpUsY4wietLsdmoUS77w+XXtAZ2ed44FxaD3n3K8XE2r0J6527uHkw==", "requires": { "file-stream-rotator": "^0.5.7", "object-hash": "^2.0.1", "triple-beam": "^1.3.0", - "winston-transport": "^4.4.0" + "winston-transport": "github:winstonjs/winston-transport#868d657" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "winston-transport": { + "version": "github:winstonjs/winston-transport#868d6577956f82ee0b021b119a4de938c61645f7", + "from": "github:winstonjs/winston-transport#868d657", + "requires": { + "logform": "^2.2.0", + "readable-stream": "^2.3.7", + "triple-beam": "^1.2.0" + } + } } }, "winston-transport": { diff --git a/package.json b/package.json index adca5292..c72e9407 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "tslib": "^2.2.0", "uuid": "^8.3.2", "winston": "^3.3.3", - "winston-daily-rotate-file": "^4.5.2", + "winston-daily-rotate-file": "^4.5.3", "ws": "^7.4.5" }, "optionalDependencies": {