From 2542e000840931a910e95f78de4e23be25e822f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Feb 2022 12:17:53 +0000 Subject: [PATCH] Bump rotating-file-stream from 3.0.1 to 3.0.3 in /api Bumps [rotating-file-stream](https://github.com/iccicci/rotating-file-stream) from 3.0.1 to 3.0.3. - [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.0.3) --- updated-dependencies: - dependency-name: rotating-file-stream dependency-type: direct:production update-type: version-update:semver-patch ... 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..890b06e 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.0.3", "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.0.3", + "resolved": "https://registry.npmjs.org/rotating-file-stream/-/rotating-file-stream-3.0.3.tgz", + "integrity": "sha512-lN4tljs2Pv8OkVCw34Fa+jYn9vn98ZxWgBoavKjlT7az25F+oEZT6kKXmzpqovBVz+fW7Mb862tc34rpxKVZFw==", "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.0.3", + "resolved": "https://registry.npmjs.org/rotating-file-stream/-/rotating-file-stream-3.0.3.tgz", + "integrity": "sha512-lN4tljs2Pv8OkVCw34Fa+jYn9vn98ZxWgBoavKjlT7az25F+oEZT6kKXmzpqovBVz+fW7Mb862tc34rpxKVZFw==" }, "safe-buffer": { "version": "5.1.2", diff --git a/api/package.json b/api/package.json index ba627ad..495a243 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.0.3", "serialize-javascript": "^5.0.1", "winston": "^3.3.3" }