From 0bc7dbfccb740f12701f9743a6bd49d5ad0f070b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 04:28:45 +0000 Subject: [PATCH] chore(deps): bump winston from 3.10.0 to 3.11.0 (#13487) * chore(deps): bump winston from 3.10.0 to 3.11.0 Bumps [winston](https://github.com/winstonjs/winston) from 3.10.0 to 3.11.0. - [Release notes](https://github.com/winstonjs/winston/releases) - [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md) - [Commits](https://github.com/winstonjs/winston/compare/v3.10.0...v3.11.0) --- updated-dependencies: - dependency-name: winston dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * chore: fix pnpm install --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 15 ++++++++++----- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 5710d03ce08622..621010f4546aa7 100644 --- a/package.json +++ b/package.json @@ -146,7 +146,7 @@ "tiny-async-pool": "2.1.0", "tough-cookie": "4.1.3", "twitter-api-v2": "1.15.1", - "winston": "3.10.0" + "winston": "3.11.0" }, "devDependencies": { "@microsoft/eslint-formatter-sarif": "3.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3c569b124cc273..8dcc70ea292b72 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -195,8 +195,8 @@ dependencies: specifier: 1.15.1 version: 1.15.1 winston: - specifier: 3.10.0 - version: 3.10.0 + specifier: 3.11.0 + version: 3.11.0 devDependencies: '@microsoft/eslint-formatter-sarif': @@ -731,6 +731,11 @@ packages: engines: {node: '>=0.1.90'} dev: false + /@colors/colors@1.6.0: + resolution: {integrity: sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==} + engines: {node: '>=0.1.90'} + dev: false + /@dabh/diagnostics@2.0.3: resolution: {integrity: sha512-hrlQOIi7hAfzsMqlGSFyVucrx38O+j6wiGOf//H2ecvIEqYN4ADBSS2iLMh5UFyDunCNniUIPk/q3riFv45xRA==} dependencies: @@ -7967,11 +7972,11 @@ packages: triple-beam: 1.4.1 dev: false - /winston@3.10.0: - resolution: {integrity: sha512-nT6SIDaE9B7ZRO0u3UvdrimG0HkB7dSTAgInQnNR2SOPJ4bvq5q79+pXLftKmP52lJGW15+H5MCK0nM9D3KB/g==} + /winston@3.11.0: + resolution: {integrity: sha512-L3yR6/MzZAOl0DsysUXHVjOwv8mKZ71TrA/41EIduGpOOV5LQVodqN+QdQ6BS6PJ/RdIshZhq84P/fStEZkk7g==} engines: {node: '>= 12.0.0'} dependencies: - '@colors/colors': 1.5.0 + '@colors/colors': 1.6.0 '@dabh/diagnostics': 2.0.3 async: 3.2.4 is-stream: 2.0.1