[Snyk] Upgrade winston from 3.3.0 to 3.15.0 #40
+299
−350
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade winston from 3.3.0 to 3.15.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 24 versions ahead of your current version.
The recommended version was released on a month ago.
Issues fixed by the recommended upgrade:
SNYK-JS-MOMENT-2440688
SNYK-JS-MOMENT-2944238
SNYK-JS-LODASHMERGEWITH-174136
SNYK-JS-LODASH-1040724
SNYK-JS-LODASH-450202
SNYK-JS-LODASH-567746
SNYK-JS-LODASH-608086
SNYK-JS-LODASH-6139239
SNYK-JS-LODASH-73638
SNYK-JS-POSTCSS-1255640
SNYK-JS-LODASH-73639
SNYK-JS-LODASH-1018905
Release notes
Package name: winston
Note: we removed LogCallback from the TS definitions because the underlying library didn't actually support these. If this causes issues in your apps, we recommend you remove references to LogCallbacks, since such code was not being executed anyways. See #2513 and the issue linked therein.
v3.14.2...v3.15.0
v3.14.1...v3.14.2
forceConsole
toConsoleTransportOptions
(#2496) 4ff0538v3.14.0...v3.14.1
v3.13.1...v3.14.0
v3.13.0...v3.13.1
v3.12.1...v3.13.0
v3.12.0...v3.12.1
v3.11.0...v3.12.0
v3.10.0...v3.11.0
v3.9.0...v3.10.0
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
Description by Korbit AI
What change is being made?
Upgrade the dependency
winston
from version 3.3.0 to 3.15.0 in bothpackage-lock.json
andpackage.json
files.Why are these changes being made?
This upgrade is intended to improve security and utilize new features, bug fixes, and performance improvements provided by the latest version of
winston
. The upgrade also includes dependency updates for other packages required by this version ofwinston
, ensuring compatibility and stability within the application.