chore(deps): bump winston from 3.11.0 to 3.12.0 (#14657)
* chore(deps): bump winston from 3.11.0 to 3.12.0 Bumps [winston](https://github.com/winstonjs/winston) from 3.11.0 to 3.12.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.11.0...v3.12.0) --- updated-dependencies: - dependency-name: winston dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore: fix pnpm install --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
17452fa23e
commit
6d9adcae45
|
|
@ -116,7 +116,7 @@
|
|||
"tsx": "4.7.1",
|
||||
"twitter-api-v2": "1.16.0",
|
||||
"uuid": "9.0.1",
|
||||
"winston": "3.11.0",
|
||||
"winston": "3.12.0",
|
||||
"xxhash-wasm": "1.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
|
|
@ -207,8 +207,8 @@ dependencies:
|
|||
specifier: 9.0.1
|
||||
version: 9.0.1
|
||||
winston:
|
||||
specifier: 3.11.0
|
||||
version: 3.11.0
|
||||
specifier: 3.12.0
|
||||
version: 3.12.0
|
||||
xxhash-wasm:
|
||||
specifier: 1.0.2
|
||||
version: 1.0.2
|
||||
|
|
@ -10164,8 +10164,8 @@ packages:
|
|||
triple-beam: 1.4.1
|
||||
dev: false
|
||||
|
||||
/winston@3.11.0:
|
||||
resolution: {integrity: sha512-L3yR6/MzZAOl0DsysUXHVjOwv8mKZ71TrA/41EIduGpOOV5LQVodqN+QdQ6BS6PJ/RdIshZhq84P/fStEZkk7g==}
|
||||
/winston@3.12.0:
|
||||
resolution: {integrity: sha512-OwbxKaOlESDi01mC9rkM0dQqQt2I8DAUMRLZ/HpbwvDXm85IryEHgoogy5fziQy38PntgZsLlhAYHz//UPHZ5w==}
|
||||
engines: {node: '>= 12.0.0'}
|
||||
dependencies:
|
||||
'@colors/colors': 1.6.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue