Skip to content

Commit c4a83e9

Browse files
fix: bump winston from 3.17.0 to 3.18.3
Bumps [winston](https://github.com/winstonjs/winston) from 3.17.0 to 3.18.3. - [Release notes](https://github.com/winstonjs/winston/releases) - [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md) - [Commits](winstonjs/winston@v3.17.0...v3.18.3) --- updated-dependencies: - dependency-name: winston dependency-version: 3.18.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c3349e8 commit c4a83e9

File tree

21 files changed

+104
-75
lines changed

21 files changed

+104
-75
lines changed

core/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/pluralize": "^0.0.33",
2727
"globby": "^10.0.2",
2828
"type-fest": "^4.41.0",
29-
"winston": "^3.17.0",
29+
"winston": "^3.18.3",
3030
"zod": "^3.24.4"
3131
},
3232
"dependencies": {

lib/base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"@dotcom-tool-kit/logger": "^4.2.2",
1515
"@dotcom-tool-kit/validated": "^1.0.3",
1616
"semver": "^7.7.3",
17-
"winston": "^3.17.0"
17+
"winston": "^3.18.3"
1818
},
1919
"devDependencies": {
2020
"@dotcom-tool-kit/config": "^1.1.1",
2121
"@dotcom-tool-kit/plugin": "^1.1.0",
2222
"type-fest": "^4.41.0",
23-
"winston": "^3.17.0",
23+
"winston": "^3.18.3",
2424
"zod": "^3.24.4"
2525
},
2626
"peerDependencies": {

lib/doppler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"spawk": "^1.8.2",
34-
"winston": "^3.17.0"
34+
"winston": "^3.18.3"
3535
},
3636
"engines": {
3737
"node": "18.x || 20.x || 22.x"

lib/logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"chalk": "^4.1.0",
3030
"triple-beam": "^1.4.1",
3131
"tslib": "^2.8.1",
32-
"winston": "^3.17.0",
32+
"winston": "^3.18.3",
3333
"winston-transport": "^4.9.0"
3434
},
3535
"devDependencies": {

lib/wait-for-ok/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"bugs": "https://github.com/financial-times/dotcom-tool-kit/issues",
2121
"homepage": "https://github.com/financial-times/dotcom-tool-kit/tree/main/lib/wait-for-ok",
2222
"devDependencies": {
23-
"winston": "^3.17.0"
23+
"winston": "^3.18.3"
2424
},
2525
"files": [
2626
"/lib",

0 commit comments

Comments
 (0)