From e700f43624377219bcda82fb9857e71ad0dfa5f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 05:19:30 +0000 Subject: [PATCH] build(deps): bump winston from 3.9.0 to 3.10.0 Bumps [winston](https://github.com/winstonjs/winston) from 3.9.0 to 3.10.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.9.0...v3.10.0) --- updated-dependencies: - dependency-name: winston dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5971f56d..1d238fdb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "http-proxy": "^1.18.1", "prom-client": "14.2.0", "strftime": "~0.10.0", - "winston": "~3.9.0" + "winston": "~3.10.0" }, "bin": { "configurable-http-proxy": "bin/configurable-http-proxy" @@ -2399,9 +2399,9 @@ "dev": true }, "node_modules/winston": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.9.0.tgz", - "integrity": "sha512-jW51iW/X95BCW6MMtZWr2jKQBP4hV5bIDq9QrIjfDk6Q9QuxvTKEAlpUNAzP+HYHFFCeENhph16s0zEunu4uuQ==", + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.10.0.tgz", + "integrity": "sha512-nT6SIDaE9B7ZRO0u3UvdrimG0HkB7dSTAgInQnNR2SOPJ4bvq5q79+pXLftKmP52lJGW15+H5MCK0nM9D3KB/g==", "dependencies": { "@colors/colors": "1.5.0", "@dabh/diagnostics": "^2.0.2", @@ -4454,9 +4454,9 @@ "dev": true }, "winston": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.9.0.tgz", - "integrity": "sha512-jW51iW/X95BCW6MMtZWr2jKQBP4hV5bIDq9QrIjfDk6Q9QuxvTKEAlpUNAzP+HYHFFCeENhph16s0zEunu4uuQ==", + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.10.0.tgz", + "integrity": "sha512-nT6SIDaE9B7ZRO0u3UvdrimG0HkB7dSTAgInQnNR2SOPJ4bvq5q79+pXLftKmP52lJGW15+H5MCK0nM9D3KB/g==", "requires": { "@colors/colors": "1.5.0", "@dabh/diagnostics": "^2.0.2", diff --git a/package.json b/package.json index 9f2e0111..30145485 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "http-proxy": "^1.18.1", "prom-client": "14.2.0", "strftime": "~0.10.0", - "winston": "~3.9.0" + "winston": "~3.10.0" }, "devDependencies": { "jasmine": "^3.5.0",