From 0dd615fa49a76fb3b5bfbb171b3b132716a115ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 07:13:28 +0000 Subject: [PATCH] Bump winston-daily-rotate-file from 4.7.1 to 5.0.0 Bumps [winston-daily-rotate-file](https://github.com/winstonjs/winston-daily-rotate-file) from 4.7.1 to 5.0.0. - [Release notes](https://github.com/winstonjs/winston-daily-rotate-file/releases) - [Changelog](https://github.com/winstonjs/winston-daily-rotate-file/blob/master/CHANGELOG.md) - [Commits](https://github.com/winstonjs/winston-daily-rotate-file/compare/v4.7.1...v5.0.0) --- updated-dependencies: - dependency-name: winston-daily-rotate-file dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/package.json | 2 +- core/package.json | 2 +- ddnsserver/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/package.json b/backend/package.json index 5bc3f2f..58f60f6 100644 --- a/backend/package.json +++ b/backend/package.json @@ -70,6 +70,6 @@ "uuid": "^9.0.0", "vts": "git+https://github.com/OpenSourcePKG/vts.git", "winston": "^3.10.0", - "winston-daily-rotate-file": "^4.7.1" + "winston-daily-rotate-file": "^5.0.0" } } diff --git a/core/package.json b/core/package.json index dfd5479..bdc110d 100644 --- a/core/package.json +++ b/core/package.json @@ -46,6 +46,6 @@ "typeorm": "0.3.16", "vts": "git+https://github.com/OpenSourcePKG/vts.git", "winston": "^3.8.2", - "winston-daily-rotate-file": "^4.7.1" + "winston-daily-rotate-file": "^5.0.0" } } diff --git a/ddnsserver/package.json b/ddnsserver/package.json index bf6b9fd..b087c62 100644 --- a/ddnsserver/package.json +++ b/ddnsserver/package.json @@ -49,6 +49,6 @@ "uuid": "^9.0.0", "vts": "git+https://github.com/OpenSourcePKG/vts.git", "winston": "^3.10.0", - "winston-daily-rotate-file": "^4.7.1" + "winston-daily-rotate-file": "^5.0.0" } }