From e054c3b1a62ce9d171bc4a4a0f1dec8d73ed0c81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 13:48:59 +0000 Subject: [PATCH] Bump rotating-file-stream from 3.2.7 to 3.2.9 Bumps [rotating-file-stream](https://github.com/iccicci/rotating-file-stream) from 3.2.7 to 3.2.9. - [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.9) --- updated-dependencies: - dependency-name: rotating-file-stream dependency-version: 3.2.9 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..d899303 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.9", "serve-favicon": "~2.5.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 2de04c8..6d92bbc 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.9: + version "3.2.9" + resolved "https://registry.yarnpkg.com/rotating-file-stream/-/rotating-file-stream-3.2.9.tgz#da1c76a03617e34544692689ab1dc51e260b19bd" + integrity sha512-i9i0KkHh12ryl4xtELg+0gyoFre2PJ9RcQQLzquWsiqygyYsrZLckrqqYrthhnJZGZb4g+KUHtcoWYVq34gaug== router@^2.2.0: version "2.2.0"