From c2af3053d11352841eed306cd56744b970329a64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 12:59:28 +0000 Subject: [PATCH] Bump rotating-file-stream from 3.0.1 to 3.1.0 in /api Bumps [rotating-file-stream](https://github.com/iccicci/rotating-file-stream) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/iccicci/rotating-file-stream/releases) - [Changelog](https://github.com/iccicci/rotating-file-stream/blob/master/CHANGELOG.md) - [Commits](https://github.com/iccicci/rotating-file-stream/compare/v3.0.1...v3.1.0) --- updated-dependencies: - dependency-name: rotating-file-stream dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- api/package-lock.json | 16 ++++++++-------- api/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/api/package-lock.json b/api/package-lock.json index 258891a..a34cf03 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -14,7 +14,7 @@ "morgan": "^1.10.0", "path": "^0.12.7", "pg": "^8.3.0", - "rotating-file-stream": "^3.0.1", + "rotating-file-stream": "^3.1.0", "serialize-javascript": "^5.0.1", "winston": "^3.3.3" }, @@ -1722,11 +1722,11 @@ } }, "node_modules/rotating-file-stream": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/rotating-file-stream/-/rotating-file-stream-3.0.1.tgz", - "integrity": "sha512-f2JswqnOG1md26qdf5kDBmNBn6XOojm0z3GyjtjnykQhSOMg4DD+4DCstDvsHVx94vqd8vaKXB3KjT4vtP0iDQ==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/rotating-file-stream/-/rotating-file-stream-3.1.0.tgz", + "integrity": "sha512-TkMF6cP1/QDcon9D71mjxHoflNuznNOrY5JJQfuxkKklZRmoow/lWBLNxXVjb6KcjAU8BDCV145buLgOx9Px1Q==", "engines": { - "node": ">=10.0" + "node": ">=14.0" }, "funding": { "url": "https://www.blockchain.com/btc/address/12p1p5q7sK75tPyuesZmssiMYr4TKzpSCN" @@ -3637,9 +3637,9 @@ } }, "rotating-file-stream": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/rotating-file-stream/-/rotating-file-stream-3.0.1.tgz", - "integrity": "sha512-f2JswqnOG1md26qdf5kDBmNBn6XOojm0z3GyjtjnykQhSOMg4DD+4DCstDvsHVx94vqd8vaKXB3KjT4vtP0iDQ==" + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/rotating-file-stream/-/rotating-file-stream-3.1.0.tgz", + "integrity": "sha512-TkMF6cP1/QDcon9D71mjxHoflNuznNOrY5JJQfuxkKklZRmoow/lWBLNxXVjb6KcjAU8BDCV145buLgOx9Px1Q==" }, "safe-buffer": { "version": "5.1.2", diff --git a/api/package.json b/api/package.json index ba627ad..1c000df 100644 --- a/api/package.json +++ b/api/package.json @@ -21,7 +21,7 @@ "morgan": "^1.10.0", "path": "^0.12.7", "pg": "^8.3.0", - "rotating-file-stream": "^3.0.1", + "rotating-file-stream": "^3.1.0", "serialize-javascript": "^5.0.1", "winston": "^3.3.3" }