From 71573017660806ebfb358871a4ba5af1deb7d474 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 12:53:33 +0000 Subject: [PATCH] fix: bump winston from 3.17.0 to 3.18.1 Bumps [winston](https://github.com/winstonjs/winston) from 3.17.0 to 3.18.1. - [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.17.0...v3.18.1) --- updated-dependencies: - dependency-name: winston dependency-version: 3.18.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- core/cli/package.json | 2 +- lib/base/package.json | 4 +- lib/doppler/package.json | 2 +- lib/logger/package.json | 2 +- lib/wait-for-ok/package.json | 2 +- package-lock.json | 179 ++++++++++++++++------- package.json | 2 +- plugins/babel/package.json | 2 +- plugins/circleci-deploy/package.json | 2 +- plugins/circleci/package.json | 2 +- plugins/eslint/package.json | 2 +- plugins/heroku/package.json | 2 +- plugins/jest/package.json | 2 +- plugins/mocha/package.json | 2 +- plugins/n-test/package.json | 2 +- plugins/npm/package.json | 2 +- plugins/package-json-hook/package.json | 2 +- plugins/prettier/package.json | 2 +- plugins/typescript/package.json | 2 +- plugins/upload-assets-to-s3/package.json | 2 +- plugins/webpack/package.json | 2 +- 21 files changed, 145 insertions(+), 76 deletions(-) diff --git a/core/cli/package.json b/core/cli/package.json index b09a69e1e..ad93798be 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.1", "zod": "^3.24.4" }, "dependencies": { diff --git a/lib/base/package.json b/lib/base/package.json index 7af371bc3..44fb2cafc 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.2", - "winston": "^3.17.0" + "winston": "^3.18.1" }, "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.1", "zod": "^3.24.4" }, "peerDependencies": { diff --git a/lib/doppler/package.json b/lib/doppler/package.json index aa2d630ae..098e00b15 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.1" }, "engines": { "node": "18.x || 20.x || 22.x" diff --git a/lib/logger/package.json b/lib/logger/package.json index bbf56c09a..a55200560 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.1", "winston-transport": "^4.9.0" }, "devDependencies": { diff --git a/lib/wait-for-ok/package.json b/lib/wait-for-ok/package.json index ae63555ee..1147f486e 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.1" }, "files": [ "/lib", diff --git a/package-lock.json b/package-lock.json index d3c7350d4..0e1562fd8 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.1", "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.1", "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.2", - "winston": "^3.17.0" + "winston": "^3.18.1" }, "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.1", "zod": "^3.24.4" }, "peerDependencies": { @@ -270,7 +270,7 @@ }, "devDependencies": { "spawk": "^1.8.2", - "winston": "^3.17.0" + "winston": "^3.18.1" }, "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.1", "winston-transport": "^4.9.0" }, "devDependencies": { @@ -341,7 +341,7 @@ "tslib": "^2.8.1" }, "devDependencies": { - "winston": "^3.17.0" + "winston": "^3.18.1" }, "engines": { "node": "18.x || 20.x || 22.x" @@ -3895,6 +3895,23 @@ "@babel/core": "^7.0.0" } }, + "node_modules/@babel/plugin-proposal-export-namespace-from": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz", + "integrity": "sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-export-namespace-from instead.", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, "node_modules/@babel/plugin-proposal-private-property-in-object": { "version": "7.21.0-placeholder-for-preset-env.2", "dev": true, @@ -3936,6 +3953,18 @@ "@babel/core": "^7.0.0-0" } }, + "node_modules/@babel/plugin-syntax-export-namespace-from": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", + "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.3" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, "node_modules/@babel/plugin-syntax-import-assertions": { "version": "7.27.1", "dev": true, @@ -4448,7 +4477,6 @@ }, "node_modules/@babel/plugin-transform-modules-commonjs": { "version": "7.27.1", - "dev": true, "license": "MIT", "dependencies": { "@babel/helper-module-transforms": "^7.27.1", @@ -5378,11 +5406,14 @@ } }, "node_modules/@dabh/diagnostics": { - "version": "2.0.3", + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@dabh/diagnostics/-/diagnostics-2.0.6.tgz", + "integrity": "sha512-fuB2/plPknb9zp6TyJpnvEXYJddd4xEGoOMraVdK2bq99xpECHuTpqKJ+N40DGHLx1i4jiFzmX9Ti7hh6KLIbw==", "license": "MIT", "dependencies": { - "colorspace": "1.1.x", + "@so-ric/colorspace": "^1.1.4", "enabled": "2.0.x", + "fix-esm": "^1.0.1", "kuler": "^2.0.0" } }, @@ -12838,6 +12869,16 @@ "node": ">=18.0.0" } }, + "node_modules/@so-ric/colorspace": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/@so-ric/colorspace/-/colorspace-1.1.5.tgz", + "integrity": "sha512-m2yI81kZ+2J2psTYtmBs3lfl/LM4WgLMCzkweMfQdbbyndcyOmFa6pblHjvjfblphPaGDzTDK+lmC/dUMSnv0A==", + "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 +15999,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 +16026,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 +16054,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 +17639,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": { @@ -18875,6 +18938,17 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/fix-esm": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/fix-esm/-/fix-esm-1.0.1.tgz", + "integrity": "sha512-EZtb7wPXZS54GaGxaWxMlhd1DUDCnAg5srlYdu/1ZVeW+7wwR3Tp59nu52dXByFs3MBRq+SByx1wDOJpRvLEXw==", + "license": "WTFPL OR CC0-1.0", + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/plugin-proposal-export-namespace-from": "^7.14.5", + "@babel/plugin-transform-modules-commonjs": "^7.14.5" + } + }, "node_modules/flat": { "version": "5.0.2", "license": "BSD-3-Clause", @@ -23121,6 +23195,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": { @@ -29538,17 +29614,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" @@ -30431,6 +30496,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": { @@ -31903,11 +31970,13 @@ "license": "MIT" }, "node_modules/winston": { - "version": "3.17.0", + "version": "3.18.1", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.18.1.tgz", + "integrity": "sha512-EaQ6y7b9h6q7UJQn4/xlOsiu0I8844FfMdbN6V2I2i4528qeEWqRUcHzhvkseckAb1QxMhwX5V2YYiABkOfGfg==", "license": "MIT", "dependencies": { "@colors/colors": "^1.6.0", - "@dabh/diagnostics": "^2.0.2", + "@dabh/diagnostics": "^2.0.6", "async": "^3.2.3", "is-stream": "^2.0.0", "logform": "^2.7.0", @@ -32398,7 +32467,7 @@ "devDependencies": { "@babel/preset-env": "^7.27.2", "@jest/globals": "^29.7.0", - "winston": "^3.17.0" + "winston": "^3.18.1" }, "engines": { "node": "18.x || 20.x || 22.x" @@ -32464,7 +32533,7 @@ "@types/jest": "^29.5.14", "@types/lodash": "^4.17.20", "type-fest": "^4.41.0", - "winston": "^3.17.0" + "winston": "^3.18.1" }, "engines": { "node": "18.x || 20.x || 22.x" @@ -32483,7 +32552,7 @@ "tslib": "^2.8.1" }, "devDependencies": { - "winston": "^3.17.0" + "winston": "^3.18.1" }, "engines": { "node": "18.x || 20.x || 22.x" @@ -32650,7 +32719,7 @@ "@types/temp": "^0.9.4", "eslint": "^8.15.0", "temp": "^0.9.4", - "winston": "^3.17.0" + "winston": "^3.18.1" }, "engines": { "node": "18.x || 20.x || 22.x" @@ -32718,7 +32787,7 @@ "devDependencies": { "@types/financial-times__package-json": "^1.9.0", "@types/p-retry": "^3.0.1", - "winston": "^3.17.0" + "winston": "^3.18.1" }, "engines": { "node": "18.x || 20.x || 22.x" @@ -32754,7 +32823,7 @@ "zod": "^3.24.4" }, "devDependencies": { - "winston": "^3.17.0" + "winston": "^3.18.1" }, "engines": { "node": "18.x || 20.x || 22.x" @@ -32866,7 +32935,7 @@ "@jest/globals": "^29.7.0", "@types/glob": "^7.1.3", "@types/mocha": "^8.2.2", - "winston": "^3.17.0" + "winston": "^3.18.1" }, "engines": { "node": "18.x || 20.x || 22.x" @@ -32918,7 +32987,7 @@ "devDependencies": { "@jest/globals": "^29.7.0", "@types/jest": "^29.5.14", - "winston": "^3.17.0" + "winston": "^3.18.1" }, "engines": { "node": "18.x || 20.x || 22.x" @@ -33109,7 +33178,7 @@ "@npm/types": "^1.0.2", "@types/libnpmpublish": "^4.0.6", "@types/pacote": "^11.1.3", - "winston": "^3.17.0" + "winston": "^3.18.1" }, "engines": { "node": "18.x || 20.x || 22.x" @@ -33312,7 +33381,7 @@ "devDependencies": { "@jest/globals": "^29.7.0", "@types/lodash": "^4.17.20", - "winston": "^3.17.0" + "winston": "^3.18.1" }, "engines": { "node": "18.x || 20.x || 22.x" @@ -33352,7 +33421,7 @@ }, "devDependencies": { "@types/prettier": "^2.7.3", - "winston": "^3.17.0" + "winston": "^3.18.1" }, "engines": { "node": "18.x || 20.x || 22.x" @@ -33401,7 +33470,7 @@ "devDependencies": { "@jest/globals": "^29.7.0", "typescript": "^5.8.3", - "winston": "^3.17.0" + "winston": "^3.18.1" }, "engines": { "node": "18.x || 20.x || 22.x" @@ -33430,7 +33499,7 @@ "@types/glob": "^7.1.3", "@types/jest": "^29.5.14", "@types/mime": "^3.0.4", - "winston": "^3.17.0" + "winston": "^3.18.1" }, "engines": { "node": "18.x || 20.x || 22.x" @@ -33454,7 +33523,7 @@ "devDependencies": { "@jest/globals": "^29.7.0", "webpack": "^5.99.9", - "winston": "^3.17.0" + "winston": "^3.18.1" }, "engines": { "node": "18.x || 20.x || 22.x" diff --git a/package.json b/package.json index ed7c93ccc..15293dfed 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.1", "zod2md": "^0.1.8" }, "workspaces": [ diff --git a/plugins/babel/package.json b/plugins/babel/package.json index f95f14736..89bfc17fc 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.1" }, "peerDependencies": { "@babel/core": "7.x", diff --git a/plugins/circleci-deploy/package.json b/plugins/circleci-deploy/package.json index 4f17ff1d9..ad09dbb20 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.1" }, "peerDependencies": { "dotcom-tool-kit": "4.x" diff --git a/plugins/circleci/package.json b/plugins/circleci/package.json index e221cb43b..3a7de2497 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.1" }, "files": [ "/lib", diff --git a/plugins/eslint/package.json b/plugins/eslint/package.json index bfa6a7a04..d0b1a5091 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.1" }, "files": [ "/lib", diff --git a/plugins/heroku/package.json b/plugins/heroku/package.json index ef58411c5..7d97cb2d9 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.1" }, "files": [ "/lib", diff --git a/plugins/jest/package.json b/plugins/jest/package.json index 8c84d7948..26f6ed1be 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.1" }, "engines": { "node": "18.x || 20.x || 22.x" diff --git a/plugins/mocha/package.json b/plugins/mocha/package.json index 86e6f5cc2..953866c42 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.1" }, "files": [ "/lib", diff --git a/plugins/n-test/package.json b/plugins/n-test/package.json index 1edaad609..81e4f91f3 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.1" }, "files": [ "/lib", diff --git a/plugins/npm/package.json b/plugins/npm/package.json index 5b56131fa..8330cc5b1 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.1" }, "files": [ "/lib", diff --git a/plugins/package-json-hook/package.json b/plugins/package-json-hook/package.json index 610ad41ee..472e046d8 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.1" }, "files": [ "/lib", diff --git a/plugins/prettier/package.json b/plugins/prettier/package.json index d15740a1b..d5c835462 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.1" }, "volta": { "extends": "../../package.json" diff --git a/plugins/typescript/package.json b/plugins/typescript/package.json index 3266e1297..ed9f37dbd 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.1" }, "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 096b4d670..55c4c4268 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.1" }, "files": [ "/lib", diff --git a/plugins/webpack/package.json b/plugins/webpack/package.json index e48cae7ae..6b4c88fbf 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.1" }, "files": [ "/lib",