diff --git a/core/cli/package.json b/core/cli/package.json index e14f58de9..c98219067 100644 --- a/core/cli/package.json +++ b/core/cli/package.json @@ -26,7 +26,7 @@ "@types/pluralize": "^0.0.33", "globby": "^10.0.2", "type-fest": "^4.41.0", - "winston": "^3.17.0", + "winston": "^3.18.3", "zod": "^3.24.4" }, "dependencies": { diff --git a/lib/base/package.json b/lib/base/package.json index 17abefaa3..4ad32f718 100644 --- a/lib/base/package.json +++ b/lib/base/package.json @@ -14,13 +14,13 @@ "@dotcom-tool-kit/logger": "^4.2.2", "@dotcom-tool-kit/validated": "^1.0.3", "semver": "^7.7.3", - "winston": "^3.17.0" + "winston": "^3.18.3" }, "devDependencies": { "@dotcom-tool-kit/config": "^1.1.1", "@dotcom-tool-kit/plugin": "^1.1.0", "type-fest": "^4.41.0", - "winston": "^3.17.0", + "winston": "^3.18.3", "zod": "^3.24.4" }, "peerDependencies": { diff --git a/lib/doppler/package.json b/lib/doppler/package.json index 00ede5bb3..eeac78cc3 100644 --- a/lib/doppler/package.json +++ b/lib/doppler/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "spawk": "^1.8.2", - "winston": "^3.17.0" + "winston": "^3.18.3" }, "engines": { "node": ">=20.x" diff --git a/lib/logger/package.json b/lib/logger/package.json index 399b0ae46..1a58a25dc 100644 --- a/lib/logger/package.json +++ b/lib/logger/package.json @@ -29,7 +29,7 @@ "chalk": "^4.1.0", "triple-beam": "^1.4.1", "tslib": "^2.8.1", - "winston": "^3.17.0", + "winston": "^3.18.3", "winston-transport": "^4.9.0" }, "devDependencies": { diff --git a/lib/wait-for-ok/package.json b/lib/wait-for-ok/package.json index 8a27f1071..15d6ad0b3 100644 --- a/lib/wait-for-ok/package.json +++ b/lib/wait-for-ok/package.json @@ -20,7 +20,7 @@ "bugs": "https://github.com/financial-times/dotcom-tool-kit/issues", "homepage": "https://github.com/financial-times/dotcom-tool-kit/tree/main/lib/wait-for-ok", "devDependencies": { - "winston": "^3.17.0" + "winston": "^3.18.3" }, "files": [ "/lib", diff --git a/package-lock.json b/package-lock.json index 50ca094ab..ed54e5079 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "release-please": "^17.0.0", "ts-jest": "^29.3.4", "typescript": "~5.8.3", - "winston": "^3.17.0", + "winston": "^3.18.3", "zod2md": "^0.1.8" }, "engines": { @@ -77,7 +77,7 @@ "@types/pluralize": "^0.0.33", "globby": "^10.0.2", "type-fest": "^4.41.0", - "winston": "^3.17.0", + "winston": "^3.18.3", "zod": "^3.24.4" }, "engines": { @@ -227,13 +227,13 @@ "@dotcom-tool-kit/logger": "^4.2.2", "@dotcom-tool-kit/validated": "^1.0.3", "semver": "^7.7.3", - "winston": "^3.17.0" + "winston": "^3.18.3" }, "devDependencies": { "@dotcom-tool-kit/config": "^1.1.1", "@dotcom-tool-kit/plugin": "^1.1.0", "type-fest": "^4.41.0", - "winston": "^3.17.0", + "winston": "^3.18.3", "zod": "^3.24.4" }, "engines": { @@ -279,7 +279,7 @@ }, "devDependencies": { "spawk": "^1.8.2", - "winston": "^3.17.0" + "winston": "^3.18.3" }, "engines": { "node": ">=20.x" @@ -307,7 +307,7 @@ "chalk": "^4.1.0", "triple-beam": "^1.4.1", "tslib": "^2.8.1", - "winston": "^3.17.0", + "winston": "^3.18.3", "winston-transport": "^4.9.0" }, "devDependencies": { @@ -356,7 +356,7 @@ "tslib": "^2.8.1" }, "devDependencies": { - "winston": "^3.17.0" + "winston": "^3.18.3" }, "engines": { "node": ">=20.x" @@ -5393,10 +5393,12 @@ } }, "node_modules/@dabh/diagnostics": { - "version": "2.0.3", + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/@dabh/diagnostics/-/diagnostics-2.0.8.tgz", + "integrity": "sha512-R4MSXTVnuMzGD7bzHdW2ZhhdPC/igELENcq5IjEverBvq5hn1SXCWcsi6eSsdWP0/Ur+SItRRjAktmdoX/8R/Q==", "license": "MIT", "dependencies": { - "colorspace": "1.1.x", + "@so-ric/colorspace": "^1.1.6", "enabled": "2.0.x", "kuler": "^2.0.0" } @@ -12853,6 +12855,16 @@ "node": ">=18.0.0" } }, + "node_modules/@so-ric/colorspace": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/@so-ric/colorspace/-/colorspace-1.1.6.tgz", + "integrity": "sha512-/KiKkpHNOBgkFJwu9sh48LkHSMYGyuTcSFK/qMBdnOAlrRJzRSXAOFB5qwzaVQuDl8wAvHVMkaASQDReTahxuw==", + "license": "MIT", + "dependencies": { + "color": "^5.0.2", + "text-hex": "1.0.x" + } + }, "node_modules/@szmarczak/http-timer": { "version": "1.1.2", "license": "MIT", @@ -15955,11 +15967,16 @@ "license": "MIT" }, "node_modules/color": { - "version": "3.2.1", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/color/-/color-5.0.2.tgz", + "integrity": "sha512-e2hz5BzbUPcYlIRHo8ieAhYgoajrJr+hWoceg6E345TPsATMUKqDgzt8fSXZJJbxfpiPzkWyphz8yn8At7q3fA==", "license": "MIT", "dependencies": { - "color-convert": "^1.9.3", - "color-string": "^1.6.0" + "color-convert": "^3.0.1", + "color-string": "^2.0.0" + }, + "engines": { + "node": ">=18" } }, "node_modules/color-convert": { @@ -15977,11 +15994,24 @@ "license": "MIT" }, "node_modules/color-string": { - "version": "1.9.1", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/color-string/-/color-string-2.1.2.tgz", + "integrity": "sha512-RxmjYxbWemV9gKu4zPgiZagUxbH3RQpEIO77XoSSX0ivgABDZ+h8Zuash/EMFLTI4N9QgFPOJ6JQpPZKFxa+dA==", "license": "MIT", "dependencies": { - "color-name": "^1.0.0", - "simple-swizzle": "^0.2.2" + "color-name": "^2.0.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/color-string/node_modules/color-name": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz", + "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==", + "license": "MIT", + "engines": { + "node": ">=12.20" } }, "node_modules/color-support": { @@ -15992,28 +16022,30 @@ } }, "node_modules/color/node_modules/color-convert": { - "version": "1.9.3", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.2.tgz", + "integrity": "sha512-UNqkvCDXstVck3kdowtOTWROIJQwafjOfXSmddoDrXo4cewMKmusCeF22Q24zvjR8nwWib/3S/dfyzPItPEiJg==", "license": "MIT", "dependencies": { - "color-name": "1.1.3" + "color-name": "^2.0.0" + }, + "engines": { + "node": ">=14.6" } }, "node_modules/color/node_modules/color-name": { - "version": "1.1.3", - "license": "MIT" + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz", + "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==", + "license": "MIT", + "engines": { + "node": ">=12.20" + } }, "node_modules/colorette": { "version": "2.0.16", "license": "MIT" }, - "node_modules/colorspace": { - "version": "1.1.4", - "license": "MIT", - "dependencies": { - "color": "^3.1.3", - "text-hex": "1.0.x" - } - }, "node_modules/combined-stream": { "version": "1.0.8", "license": "MIT", @@ -17575,6 +17607,8 @@ }, "node_modules/enabled": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/enabled/-/enabled-2.0.0.tgz", + "integrity": "sha512-AKrN98kuwOzMIdAizXGI86UFBoo26CL21UM763y1h/GMSJ4/OHU9k2YlsmBpyScFo/wbLzWQJBMCW4+IO3/+OQ==", "license": "MIT" }, "node_modules/encodeurl": { @@ -23118,6 +23152,8 @@ }, "node_modules/kuler": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/kuler/-/kuler-2.0.0.tgz", + "integrity": "sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A==", "license": "MIT" }, "node_modules/latest-version": { @@ -29537,17 +29573,6 @@ "version": "2.1.3", "license": "MIT" }, - "node_modules/simple-swizzle": { - "version": "0.2.2", - "license": "MIT", - "dependencies": { - "is-arrayish": "^0.3.1" - } - }, - "node_modules/simple-swizzle/node_modules/is-arrayish": { - "version": "0.3.2", - "license": "MIT" - }, "node_modules/sisteransi": { "version": "1.0.5", "license": "MIT" @@ -30430,6 +30455,8 @@ }, "node_modules/text-hex": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/text-hex/-/text-hex-1.0.0.tgz", + "integrity": "sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==", "license": "MIT" }, "node_modules/text-table": { @@ -31882,11 +31909,13 @@ "license": "MIT" }, "node_modules/winston": { - "version": "3.17.0", + "version": "3.18.3", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.18.3.tgz", + "integrity": "sha512-NoBZauFNNWENgsnC9YpgyYwOVrl2m58PpQ8lNHjV3kosGs7KJ7Npk9pCUE+WJlawVSe8mykWDKWFSVfs3QO9ww==", "license": "MIT", "dependencies": { "@colors/colors": "^1.6.0", - "@dabh/diagnostics": "^2.0.2", + "@dabh/diagnostics": "^2.0.8", "async": "^3.2.3", "is-stream": "^2.0.0", "logform": "^2.7.0", @@ -32377,7 +32406,7 @@ "devDependencies": { "@babel/preset-env": "^7.27.2", "@jest/globals": "^29.7.0", - "winston": "^3.17.0" + "winston": "^3.18.3" }, "engines": { "node": ">=20.x" @@ -32443,7 +32472,7 @@ "@types/jest": "^29.5.14", "@types/lodash": "^4.17.20", "type-fest": "^4.41.0", - "winston": "^3.17.0" + "winston": "^3.18.3" }, "engines": { "node": ">=20.x" @@ -32462,7 +32491,7 @@ "tslib": "^2.8.1" }, "devDependencies": { - "winston": "^3.17.0" + "winston": "^3.18.3" }, "engines": { "node": ">=20.x" @@ -32629,7 +32658,7 @@ "@types/temp": "^0.9.4", "eslint": "^8.15.0", "temp": "^0.9.4", - "winston": "^3.17.0" + "winston": "^3.18.3" }, "engines": { "node": ">=20.x" @@ -32697,7 +32726,7 @@ "devDependencies": { "@types/financial-times__package-json": "^1.9.0", "@types/p-retry": "^3.0.1", - "winston": "^3.17.0" + "winston": "^3.18.3" }, "engines": { "node": ">=20.x" @@ -32733,7 +32762,7 @@ "zod": "^3.24.4" }, "devDependencies": { - "winston": "^3.17.0" + "winston": "^3.18.3" }, "engines": { "node": ">=20.x" @@ -32845,7 +32874,7 @@ "@jest/globals": "^29.7.0", "@types/glob": "^7.1.3", "@types/mocha": "^8.2.2", - "winston": "^3.17.0" + "winston": "^3.18.3" }, "engines": { "node": ">=20.x" @@ -32897,7 +32926,7 @@ "devDependencies": { "@jest/globals": "^29.7.0", "@types/jest": "^29.5.14", - "winston": "^3.17.0" + "winston": "^3.18.3" }, "engines": { "node": ">=20.x" @@ -33075,7 +33104,7 @@ "@npm/types": "^1.0.2", "@types/libnpmpublish": "^4.0.6", "@types/pacote": "^11.1.3", - "winston": "^3.17.0" + "winston": "^3.18.3" }, "engines": { "node": ">=20.x" @@ -33278,7 +33307,7 @@ "devDependencies": { "@jest/globals": "^29.7.0", "@types/lodash": "^4.17.20", - "winston": "^3.17.0" + "winston": "^3.18.3" }, "engines": { "node": ">=20.x" @@ -33318,7 +33347,7 @@ }, "devDependencies": { "@types/prettier": "^2.7.3", - "winston": "^3.17.0" + "winston": "^3.18.3" }, "engines": { "node": ">=20.x" @@ -33367,7 +33396,7 @@ "devDependencies": { "@jest/globals": "^29.7.0", "typescript": "^5.8.3", - "winston": "^3.17.0" + "winston": "^3.18.3" }, "engines": { "node": ">=20.x" @@ -33396,7 +33425,7 @@ "@types/glob": "^7.1.3", "@types/jest": "^29.5.14", "@types/mime": "^3.0.4", - "winston": "^3.17.0" + "winston": "^3.18.3" }, "engines": { "node": ">=20.x" @@ -33420,7 +33449,7 @@ "devDependencies": { "@jest/globals": "^29.7.0", "webpack": "^5.99.9", - "winston": "^3.17.0" + "winston": "^3.18.3" }, "engines": { "node": ">=20.x" diff --git a/package.json b/package.json index 8ebc5b270..a8d44dc06 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "release-please": "^17.0.0", "ts-jest": "^29.3.4", "typescript": "~5.8.3", - "winston": "^3.17.0", + "winston": "^3.18.3", "zod2md": "^0.1.8" }, "workspaces": [ diff --git a/plugins/babel/package.json b/plugins/babel/package.json index 2ad019507..e71fce16a 100644 --- a/plugins/babel/package.json +++ b/plugins/babel/package.json @@ -33,7 +33,7 @@ "devDependencies": { "@babel/preset-env": "^7.27.2", "@jest/globals": "^29.7.0", - "winston": "^3.17.0" + "winston": "^3.18.3" }, "peerDependencies": { "@babel/core": "7.x", diff --git a/plugins/circleci-deploy/package.json b/plugins/circleci-deploy/package.json index 3fa2b0955..ed8456102 100644 --- a/plugins/circleci-deploy/package.json +++ b/plugins/circleci-deploy/package.json @@ -28,7 +28,7 @@ "extends": "../../package.json" }, "devDependencies": { - "winston": "^3.17.0" + "winston": "^3.18.3" }, "peerDependencies": { "dotcom-tool-kit": "4.x" diff --git a/plugins/circleci/package.json b/plugins/circleci/package.json index 266788d87..dda55a170 100644 --- a/plugins/circleci/package.json +++ b/plugins/circleci/package.json @@ -34,7 +34,7 @@ "@types/jest": "^29.5.14", "@types/lodash": "^4.17.20", "type-fest": "^4.41.0", - "winston": "^3.17.0" + "winston": "^3.18.3" }, "files": [ "/lib", diff --git a/plugins/eslint/package.json b/plugins/eslint/package.json index 124acc3a2..3913f78d3 100644 --- a/plugins/eslint/package.json +++ b/plugins/eslint/package.json @@ -29,7 +29,7 @@ "@types/temp": "^0.9.4", "eslint": "^8.15.0", "temp": "^0.9.4", - "winston": "^3.17.0" + "winston": "^3.18.3" }, "files": [ "/lib", diff --git a/plugins/heroku/package.json b/plugins/heroku/package.json index 74cba61d8..0308c67b2 100644 --- a/plugins/heroku/package.json +++ b/plugins/heroku/package.json @@ -35,7 +35,7 @@ "devDependencies": { "@types/financial-times__package-json": "^1.9.0", "@types/p-retry": "^3.0.1", - "winston": "^3.17.0" + "winston": "^3.18.3" }, "files": [ "/lib", diff --git a/plugins/jest/package.json b/plugins/jest/package.json index de4e2a8be..9a6627ff4 100644 --- a/plugins/jest/package.json +++ b/plugins/jest/package.json @@ -31,7 +31,7 @@ ".toolkitrc.yml" ], "devDependencies": { - "winston": "^3.17.0" + "winston": "^3.18.3" }, "engines": { "node": ">=20.x" diff --git a/plugins/mocha/package.json b/plugins/mocha/package.json index e1d29c53f..eee34ed93 100644 --- a/plugins/mocha/package.json +++ b/plugins/mocha/package.json @@ -28,7 +28,7 @@ "@jest/globals": "^29.7.0", "@types/glob": "^7.1.3", "@types/mocha": "^8.2.2", - "winston": "^3.17.0" + "winston": "^3.18.3" }, "files": [ "/lib", diff --git a/plugins/n-test/package.json b/plugins/n-test/package.json index 1a9d7cb0e..7fc72bc64 100644 --- a/plugins/n-test/package.json +++ b/plugins/n-test/package.json @@ -28,7 +28,7 @@ "devDependencies": { "@jest/globals": "^29.7.0", "@types/jest": "^29.5.14", - "winston": "^3.17.0" + "winston": "^3.18.3" }, "files": [ "/lib", diff --git a/plugins/npm/package.json b/plugins/npm/package.json index 1de200f8a..24e9df9c2 100644 --- a/plugins/npm/package.json +++ b/plugins/npm/package.json @@ -31,7 +31,7 @@ "@npm/types": "^1.0.2", "@types/libnpmpublish": "^4.0.6", "@types/pacote": "^11.1.3", - "winston": "^3.17.0" + "winston": "^3.18.3" }, "files": [ "/lib", diff --git a/plugins/package-json-hook/package.json b/plugins/package-json-hook/package.json index 28e0814f4..a442922a1 100644 --- a/plugins/package-json-hook/package.json +++ b/plugins/package-json-hook/package.json @@ -31,7 +31,7 @@ "devDependencies": { "@jest/globals": "^29.7.0", "@types/lodash": "^4.17.20", - "winston": "^3.17.0" + "winston": "^3.18.3" }, "files": [ "/lib", diff --git a/plugins/prettier/package.json b/plugins/prettier/package.json index 70bb1463b..3ffd4c56e 100644 --- a/plugins/prettier/package.json +++ b/plugins/prettier/package.json @@ -32,7 +32,7 @@ ], "devDependencies": { "@types/prettier": "^2.7.3", - "winston": "^3.17.0" + "winston": "^3.18.3" }, "volta": { "extends": "../../package.json" diff --git a/plugins/typescript/package.json b/plugins/typescript/package.json index ebbf422d4..e61d17b0c 100644 --- a/plugins/typescript/package.json +++ b/plugins/typescript/package.json @@ -32,7 +32,7 @@ "devDependencies": { "@jest/globals": "^29.7.0", "typescript": "^5.8.3", - "winston": "^3.17.0" + "winston": "^3.18.3" }, "engines": { "node": ">=20.x" diff --git a/plugins/upload-assets-to-s3/package.json b/plugins/upload-assets-to-s3/package.json index e2c917c8b..470c9ef73 100644 --- a/plugins/upload-assets-to-s3/package.json +++ b/plugins/upload-assets-to-s3/package.json @@ -31,7 +31,7 @@ "@types/glob": "^7.1.3", "@types/jest": "^29.5.14", "@types/mime": "^3.0.4", - "winston": "^3.17.0" + "winston": "^3.18.3" }, "files": [ "/lib", diff --git a/plugins/webpack/package.json b/plugins/webpack/package.json index 0d406abce..72faa3547 100644 --- a/plugins/webpack/package.json +++ b/plugins/webpack/package.json @@ -31,7 +31,7 @@ "devDependencies": { "@jest/globals": "^29.7.0", "webpack": "^5.99.9", - "winston": "^3.17.0" + "winston": "^3.18.3" }, "files": [ "/lib",