chore(deps): bump winston from 3.2.1 to 3.3.3

Bumps [winston](https://github.com/winstonjs/winston) from 3.2.1 to 3.3.3.
- [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/3.2.1...v3.3.3)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
dependabot[bot]
2021-05-03 04:44:03 +00:00
committed by Fredrik Adelöw
parent 2e506a571c
commit 1268d64f0e
2 changed files with 47 additions and 55 deletions
+1 -2
View File
@@ -12,7 +12,6 @@ import cors from 'cors';
import Docker from 'dockerode';
import { ErrorRequestHandler } from 'express';
import express from 'express';
import { Format } from 'logform';
import { GithubCredentialsProvider } from '@backstage/integration';
import { GitHubIntegration } from '@backstage/integration';
import { GitLabIntegration } from '@backstage/integration';
@@ -64,7 +63,7 @@ export class BitbucketUrlReader implements UrlReader {
}
// @public (undocumented)
export const coloredFormat: Format;
export const coloredFormat: winston.Logform.Format;
// @public @deprecated
export const createDatabase: typeof createDatabaseClient;