From d63b8890d8ff9afad30c173e530ec71a1d41f0a8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Mar 2022 09:08:13 +0000 Subject: [PATCH] chore(deps): update dependency rotating-file-stream to v3 --- packages/@averjs/core/package.json | 2 +- yarn.lock | 13 ++++--------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/packages/@averjs/core/package.json b/packages/@averjs/core/package.json index 3775ec8b..f0c38396 100644 --- a/packages/@averjs/core/package.json +++ b/packages/@averjs/core/package.json @@ -51,7 +51,7 @@ "morgan": "^1.10.0", "multer": "^1.4.3", "ora": "^5.4.1", - "rotating-file-stream": "^2.1.5", + "rotating-file-stream": "^3.0.3", "route-cache": "^0.4.5", "uuid": "^8.3.2", "vue": "^2.6.14", diff --git a/yarn.lock b/yarn.lock index 319e937f..30afb0f7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4237,11 +4237,6 @@ tapable "^2.1.1" webpack "^5.38.1" -"@types/webpack-env@^1.16.0": - version "1.16.2" - resolved "https://registry.yarnpkg.com/@types/webpack-env/-/webpack-env-1.16.2.tgz#8db514b059c1b2ae14ce9d7bb325296de6a9a0fa" - integrity sha512-vKx7WNQNZDyJveYcHAm9ZxhqSGLYwoyLhrHjLBOkw3a7cT76sTdjgtwyijhk1MaHyRIuSztcVwrUOO/NEu68Dw== - "@types/webpack-node-externals@^2.5.2": version "2.5.2" resolved "https://registry.yarnpkg.com/@types/webpack-node-externals/-/webpack-node-externals-2.5.2.tgz#d6e0c90147472304b6b5cfcd1bbd7138e6b9eb65" @@ -15623,10 +15618,10 @@ rollup@^2.43.1: optionalDependencies: fsevents "~2.3.1" -rotating-file-stream@^2.1.5: - version "2.1.5" - resolved "https://registry.yarnpkg.com/rotating-file-stream/-/rotating-file-stream-2.1.5.tgz#6490d0a09e11dd4d441aa5d4d3676debed4a44e4" - integrity sha512-wnYazkT8oD5HXTj44WhB030aKo74OyICrPz/QKCUah59QD7Np4OhdoTC0WNZfhMx1ClsZp4lYMlAdof+DIkZ1Q== +rotating-file-stream@^3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/rotating-file-stream/-/rotating-file-stream-3.0.3.tgz#c2966a5eb6f2caf25cae18ec4fc50c5b1167a0f3" + integrity sha512-lN4tljs2Pv8OkVCw34Fa+jYn9vn98ZxWgBoavKjlT7az25F+oEZT6kKXmzpqovBVz+fW7Mb862tc34rpxKVZFw== route-cache@^0.4.5: version "0.4.5"