From f1a8946f447aeb5fdca6d001361a3ae6a20bae2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 01:44:53 +0000 Subject: [PATCH] Bump rotating-file-stream from 3.2.1 to 3.2.2 Bumps [rotating-file-stream](https://github.com/iccicci/rotating-file-stream) from 3.2.1 to 3.2.2. - [Changelog](https://github.com/iccicci/rotating-file-stream/blob/master/CHANGELOG.md) - [Commits](https://github.com/iccicci/rotating-file-stream/compare/v3.2.1...v3.2.2) --- updated-dependencies: - dependency-name: rotating-file-stream dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9670fa5..3a9924f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "pg-error-enum": "^0.7.1", "pg-query-stream": "^4.6.0", "postgres-array": "^3.0.2", - "rotating-file-stream": "^3.2.1", + "rotating-file-stream": "^3.2.2", "socket.io": "^4.7.5", "uglify-js": "^3.17.4", "useragent": "^2.3.0" @@ -4460,9 +4460,9 @@ } }, "node_modules/rotating-file-stream": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/rotating-file-stream/-/rotating-file-stream-3.2.1.tgz", - "integrity": "sha512-n2B18CJb+n2VA5Tdle+1NP2toEcRv68CjAOBjHmwcyswNwMVsrN3gVRZ9ymH3sapaiGY8jc9OhhV5b6I5rAeiA==", + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/rotating-file-stream/-/rotating-file-stream-3.2.2.tgz", + "integrity": "sha512-d33hF7eyb2Q79eVncK9Z5mEbnzONj9BqyKRX3acN5qCNkw6k8s34ip8X7/geSeL6GuBlONKPzE35WLh/wysBAg==", "engines": { "node": ">=14.0" }, diff --git a/package.json b/package.json index 05c224f..9ed8f16 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "pg-error-enum": "^0.7.1", "pg-query-stream": "^4.6.0", "postgres-array": "^3.0.2", - "rotating-file-stream": "^3.2.1", + "rotating-file-stream": "^3.2.2", "socket.io": "^4.7.5", "uglify-js": "^3.17.4", "useragent": "^2.3.0"