From ac0612c35f02d6f71248f83601c9981251630036 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 14:24:08 +0000 Subject: [PATCH] Bump rotating-file-stream from 3.2.7 to 3.2.8 Bumps [rotating-file-stream](https://github.com/iccicci/rotating-file-stream) from 3.2.7 to 3.2.8. - [Changelog](https://github.com/iccicci/rotating-file-stream/blob/master/CHANGELOG.md) - [Commits](https://github.com/iccicci/rotating-file-stream/compare/v3.2.7...v3.2.8) --- updated-dependencies: - dependency-name: rotating-file-stream dependency-version: 3.2.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bac5094..240775b 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "pg-monitor": "^3.1.0", "pg-promise": "^11.15.0", "read-last-lines": "^1.8.0", - "rotating-file-stream": "^3.2.7", + "rotating-file-stream": "^3.2.8", "serve-favicon": "~2.5.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 2de04c8..82fcc6b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1975,10 +1975,10 @@ resolve@^1.10.1, resolve@^1.22.4: path-parse "^1.0.7" supports-preserve-symlinks-flag "^1.0.0" -rotating-file-stream@^3.2.7: - version "3.2.7" - resolved "https://registry.yarnpkg.com/rotating-file-stream/-/rotating-file-stream-3.2.7.tgz#db41fce36d0a10de3e27f028aa8d5f587f1ca916" - integrity sha512-SVquhBEVvRFY+nWLUc791Y0MIlyZrEClRZwZFLLRgJKldHyV1z4e2e/dp9LPqCS3AM//uq/c3PnOFgjqnm5P+A== +rotating-file-stream@^3.2.8: + version "3.2.8" + resolved "https://registry.yarnpkg.com/rotating-file-stream/-/rotating-file-stream-3.2.8.tgz#4912bbe626a05e3f1faae929f3464671bf5d4013" + integrity sha512-b+5jU0GM4JJnk+++zYPNBb7Hq3qCj02LcuzTpDmHCbphoGl4rp/CLa7AwEQjVs4vWJVy3Cba8ar6ZlFip5fnDA== router@^2.2.0: version "2.2.0"