diff --git a/core/cli/package.json b/core/cli/package.json index 64768e7de..8ac5a4297 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 c03b809e3..2675a5cd3 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 aa2d630ae..25bd132a5 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": "18.x || 20.x || 22.x" diff --git a/lib/logger/package.json b/lib/logger/package.json index bbf56c09a..fd918b522 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 ae63555ee..ae3b13985 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 5716e371b..bd3da6a8d 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" }, "peerDependencies": { @@ -270,7 +270,7 @@ }, "devDependencies": { "spawk": "^1.8.2", - "winston": "^3.17.0" + "winston": "^3.18.3" }, "engines": { "node": "18.x || 20.x || 22.x" @@ -298,7 +298,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": { @@ -341,7 +341,7 @@ "tslib": "^2.8.1" }, "devDependencies": { - "winston": "^3.17.0" + "winston": "^3.18.3" }, "engines": { "node": "18.x || 20.x || 22.x" @@ -5378,10 +5378,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" } @@ -12838,6 +12840,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", @@ -15958,11 +15970,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": { @@ -15980,11 +15997,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": { @@ -15995,28 +16025,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", @@ -17578,6 +17610,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": { @@ -23121,6 +23155,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": { @@ -29540,17 +29576,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" @@ -30433,6 +30458,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": { @@ -31905,11 +31932,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", @@ -32382,7 +32411,7 @@ "node": "18.x || 20.x || 22.x" }, "peerDependencies": { - "dotcom-tool-kit": "4.10.1" + "dotcom-tool-kit": "4.x" } }, "plugins/babel": { @@ -32400,14 +32429,14 @@ "devDependencies": { "@babel/preset-env": "^7.27.2", "@jest/globals": "^29.7.0", - "winston": "^3.17.0" + "winston": "^3.18.3" }, "engines": { "node": "18.x || 20.x || 22.x" }, "peerDependencies": { "@babel/core": "7.x", - "dotcom-tool-kit": "4.10.1" + "dotcom-tool-kit": "4.x" } }, "plugins/backend-heroku-app": { @@ -32424,7 +32453,7 @@ "node": "18.x || 20.x || 22.x" }, "peerDependencies": { - "dotcom-tool-kit": "4.10.1" + "dotcom-tool-kit": "4.x" } }, "plugins/backend-serverless-app": { @@ -32441,7 +32470,7 @@ "node": "18.x || 20.x || 22.x" }, "peerDependencies": { - "dotcom-tool-kit": "4.10.1" + "dotcom-tool-kit": "4.x" } }, "plugins/circleci": { @@ -32466,13 +32495,13 @@ "@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": "18.x || 20.x || 22.x" }, "peerDependencies": { - "dotcom-tool-kit": "4.10.1", + "dotcom-tool-kit": "4.x", "zod": "^3.24.4" } }, @@ -32485,13 +32514,13 @@ "tslib": "^2.8.1" }, "devDependencies": { - "winston": "^3.17.0" + "winston": "^3.18.3" }, "engines": { "node": "18.x || 20.x || 22.x" }, "peerDependencies": { - "dotcom-tool-kit": "4.10.1" + "dotcom-tool-kit": "4.x" } }, "plugins/circleci-npm": { @@ -32507,7 +32536,7 @@ "node": "18.x || 20.x || 22.x" }, "peerDependencies": { - "dotcom-tool-kit": "4.10.1" + "dotcom-tool-kit": "4.x" } }, "plugins/cloudsmith": { @@ -32540,7 +32569,7 @@ }, "peerDependencies": { "@commitlint/cli": ">=16.x <=19.x", - "dotcom-tool-kit": "4.10.1" + "dotcom-tool-kit": "4.x" } }, "plugins/component": { @@ -32555,7 +32584,7 @@ "node": "18.x || 20.x || 22.x" }, "peerDependencies": { - "dotcom-tool-kit": "4.10.1" + "dotcom-tool-kit": "4.x" } }, "plugins/containerised-app": { @@ -32577,7 +32606,7 @@ "node": "18.x || 20.x || 22.x" }, "peerDependencies": { - "dotcom-tool-kit": "^4.10.1" + "dotcom-tool-kit": "^4.8.0" } }, "plugins/containerised-app-with-assets": { @@ -32594,7 +32623,7 @@ "node": "18.x || 20.x || 22.x" }, "peerDependencies": { - "dotcom-tool-kit": "^4.10.1" + "dotcom-tool-kit": "^4.8.0" } }, "plugins/cypress": { @@ -32613,7 +32642,7 @@ "node": "18.x || 20.x || 22.x" }, "peerDependencies": { - "dotcom-tool-kit": "4.10.1" + "dotcom-tool-kit": "4.x" } }, "plugins/docker": { @@ -32632,7 +32661,7 @@ "node": "18.x || 20.x || 22.x" }, "peerDependencies": { - "dotcom-tool-kit": "4.10.1" + "dotcom-tool-kit": "4.x" } }, "plugins/eslint": { @@ -32652,13 +32681,13 @@ "@types/temp": "^0.9.4", "eslint": "^8.15.0", "temp": "^0.9.4", - "winston": "^3.17.0" + "winston": "^3.18.3" }, "engines": { "node": "18.x || 20.x || 22.x" }, "peerDependencies": { - "dotcom-tool-kit": "4.10.1", + "dotcom-tool-kit": "4.x", "eslint": "7.x || 8.x" } }, @@ -32675,7 +32704,7 @@ "node": "18.x || 20.x || 22.x" }, "peerDependencies": { - "dotcom-tool-kit": "4.10.1" + "dotcom-tool-kit": "4.x" } }, "plugins/hako": { @@ -32694,7 +32723,7 @@ "node": "18.x || 20.x || 22.x" }, "peerDependencies": { - "dotcom-tool-kit": "4.10.1" + "dotcom-tool-kit": "4.x" } }, "plugins/heroku": { @@ -32720,13 +32749,13 @@ "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": "18.x || 20.x || 22.x" }, "peerDependencies": { - "dotcom-tool-kit": "4.10.1" + "dotcom-tool-kit": "4.x" } }, "plugins/husky-npm": { @@ -32741,7 +32770,7 @@ "node": "18.x || 20.x || 22.x" }, "peerDependencies": { - "dotcom-tool-kit": "4.10.1", + "dotcom-tool-kit": "4.x", "husky": "4.x" } }, @@ -32756,13 +32785,13 @@ "zod": "^3.24.4" }, "devDependencies": { - "winston": "^3.17.0" + "winston": "^3.18.3" }, "engines": { "node": "18.x || 20.x || 22.x" }, "peerDependencies": { - "dotcom-tool-kit": "4.10.1", + "dotcom-tool-kit": "4.x", "jest-cli": "27.x || 28.x || 29.x" } }, @@ -32781,7 +32810,7 @@ "node": "18.x || 20.x || 22.x" }, "peerDependencies": { - "dotcom-tool-kit": "4.10.1" + "dotcom-tool-kit": "4.x" } }, "plugins/lint-staged-npm": { @@ -32799,7 +32828,7 @@ "node": "18.x || 20.x || 22.x" }, "peerDependencies": { - "dotcom-tool-kit": "4.10.1" + "dotcom-tool-kit": "4.x" } }, "plugins/lint-staged/node_modules/colorette": { @@ -32868,13 +32897,13 @@ "@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": "18.x || 20.x || 22.x" }, "peerDependencies": { - "dotcom-tool-kit": "4.10.1", + "dotcom-tool-kit": "4.x", "mocha": ">=6.x <=11.x" } }, @@ -32901,7 +32930,7 @@ "npm": "7.x || 8.x || 9.x" }, "peerDependencies": { - "dotcom-tool-kit": "4.10.1" + "dotcom-tool-kit": "4.x" } }, "plugins/n-test": { @@ -32920,13 +32949,13 @@ "devDependencies": { "@jest/globals": "^29.7.0", "@types/jest": "^29.5.14", - "winston": "^3.17.0" + "winston": "^3.18.3" }, "engines": { "node": "18.x || 20.x || 22.x" }, "peerDependencies": { - "dotcom-tool-kit": "4.10.1" + "dotcom-tool-kit": "4.x" } }, "plugins/next-router": { @@ -32947,7 +32976,7 @@ "node": "18.x || 20.x || 22.x" }, "peerDependencies": { - "dotcom-tool-kit": "4.10.1" + "dotcom-tool-kit": "4.x" } }, "plugins/node": { @@ -32968,7 +32997,7 @@ "node": "18.x || 20.x || 22.x" }, "peerDependencies": { - "dotcom-tool-kit": "4.10.1" + "dotcom-tool-kit": "4.x" } }, "plugins/node-test": { @@ -32990,7 +33019,7 @@ "node": "20.x || 22.x" }, "peerDependencies": { - "dotcom-tool-kit": "4.10.1" + "dotcom-tool-kit": "4.x" } }, "plugins/node-test/node_modules/@types/node": { @@ -33088,7 +33117,7 @@ "node": "18.x || 20.x || 22.x" }, "peerDependencies": { - "dotcom-tool-kit": "4.10.1", + "dotcom-tool-kit": "4.x", "nodemon": "2.x" } }, @@ -33111,13 +33140,13 @@ "@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": "18.x || 20.x || 22.x" }, "peerDependencies": { - "dotcom-tool-kit": "4.10.1" + "dotcom-tool-kit": "4.x" } }, "plugins/npm/node_modules/@npmcli/git": { @@ -33314,7 +33343,7 @@ "devDependencies": { "@jest/globals": "^29.7.0", "@types/lodash": "^4.17.20", - "winston": "^3.17.0" + "winston": "^3.18.3" }, "engines": { "node": "18.x || 20.x || 22.x" @@ -33335,7 +33364,7 @@ "node": "20.x || 22.x" }, "peerDependencies": { - "dotcom-tool-kit": "^4.10.1" + "dotcom-tool-kit": "^4.10.0" } }, "plugins/prettier": { @@ -33354,13 +33383,13 @@ }, "devDependencies": { "@types/prettier": "^2.7.3", - "winston": "^3.17.0" + "winston": "^3.18.3" }, "engines": { "node": "18.x || 20.x || 22.x" }, "peerDependencies": { - "dotcom-tool-kit": "4.10.1" + "dotcom-tool-kit": "4.x" } }, "plugins/prettier/node_modules/@types/prettier": { @@ -33387,7 +33416,7 @@ "node": "18.x || 20.x || 22.x" }, "peerDependencies": { - "dotcom-tool-kit": "4.10.1", + "dotcom-tool-kit": "4.x", "serverless-offline": "12.x || 13.x" } }, @@ -33403,13 +33432,13 @@ "devDependencies": { "@jest/globals": "^29.7.0", "typescript": "^5.8.3", - "winston": "^3.17.0" + "winston": "^3.18.3" }, "engines": { "node": "18.x || 20.x || 22.x" }, "peerDependencies": { - "dotcom-tool-kit": "4.10.1", + "dotcom-tool-kit": "4.x", "typescript": "3.x || 4.x || 5.x" } }, @@ -33432,13 +33461,13 @@ "@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": "18.x || 20.x || 22.x" }, "peerDependencies": { - "dotcom-tool-kit": "4.10.1" + "dotcom-tool-kit": "4.x" } }, "plugins/webpack": { @@ -33456,13 +33485,13 @@ "devDependencies": { "@jest/globals": "^29.7.0", "webpack": "^5.99.9", - "winston": "^3.17.0" + "winston": "^3.18.3" }, "engines": { "node": "18.x || 20.x || 22.x" }, "peerDependencies": { - "dotcom-tool-kit": "4.10.1", + "dotcom-tool-kit": "4.x", "webpack": "4.x.x || 5.x.x" } }, diff --git a/package.json b/package.json index ed7c93ccc..4ddbacdbc 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 a45930c46..0f64098ed 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 17cd7f5ed..9682f2c25 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 ea656bae9..cf33573bc 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 1f6fa9608..fcfe5cbae 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 b9499b090..c4bebd704 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 df35ee0ba..60a1827e7 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": "18.x || 20.x || 22.x" diff --git a/plugins/mocha/package.json b/plugins/mocha/package.json index bad1bbadf..d9e0b79d9 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 2148bc820..07dab195b 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 eceead825..54887a30b 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 dc4d1648d..6a24650e7 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 cf8e6d599..ec793bbdd 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 b18f168e7..6189754cf 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": "18.x || 20.x || 22.x" diff --git a/plugins/upload-assets-to-s3/package.json b/plugins/upload-assets-to-s3/package.json index 810a072ec..19895b553 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 6622a59d2..e6779e9f0 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",