From d87de4fc86a5f3c64783f6e5c7bac1ca71403045 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 20:20:45 +0000 Subject: [PATCH] chore(deps): bump winston from 3.14.1 to 3.14.2 Bumps [winston](https://github.com/winstonjs/winston) from 3.14.1 to 3.14.2. - [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.14.1...v3.14.2) --- updated-dependencies: - dependency-name: winston dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5cc692e..eb508a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@sentry/tracing": "^7.114.0", "commander": "^12.1.0", "smpp": "^0.6.0-rc.4", - "winston": "^3.14.1", + "winston": "^3.14.2", "ws": "^8.18.0" }, "bin": { @@ -7257,9 +7257,9 @@ } }, "node_modules/winston": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.14.1.tgz", - "integrity": "sha512-CJi4Il/msz8HkdDfXOMu+r5Au/oyEjFiOZzbX2d23hRLY0narGjqfE5lFlrT5hfYJhPtM8b85/GNFsxIML/RVA==", + "version": "3.14.2", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.14.2.tgz", + "integrity": "sha512-CO8cdpBB2yqzEf8v895L+GNKYJiEq8eKlHU38af3snQBQ+sdAIUepjMSguOIJC7ICbzm0ZI+Af2If4vIJrtmOg==", "dependencies": { "@colors/colors": "^1.6.0", "@dabh/diagnostics": "^2.0.2", diff --git a/package.json b/package.json index 2277b44..d13668a 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@sentry/tracing": "^7.114.0", "commander": "^12.1.0", "smpp": "^0.6.0-rc.4", - "winston": "^3.14.1", + "winston": "^3.14.2", "ws": "^8.18.0" }, "devDependencies": {