From e8d7728a66ab936b74372cdd7f27396a3e59594a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 08:53:00 +0000 Subject: [PATCH] chore(deps): update dependency @types/winston to v2.4.4 --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index a624ed9cd..e34b28b9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "@types/source-map-support": "0.5.4", "@types/supertest": "2.0.11", "@types/uuid": "3.4.10", - "@types/winston": "2.3.9", + "@types/winston": "2.4.4", "@typescript-eslint/eslint-plugin": "^5.53.0", "assert": "1.5.0", "commitizen": "4.2.4", @@ -7661,13 +7661,13 @@ } }, "node_modules/@types/winston": { - "version": "2.3.9", - "resolved": "https://registry.npmjs.org/@types/winston/-/winston-2.3.9.tgz", - "integrity": "sha512-zzruYOEtNgfS3SBjcij1F6HlH6My5n8WrBNhP3fzaRM22ba70QBC2ATs18jGr88Fy43c0z8vFJv5wJankfxv2A==", + "version": "2.4.4", + "resolved": "https://registry.npmjs.org/@types/winston/-/winston-2.4.4.tgz", + "integrity": "sha512-BVGCztsypW8EYwJ+Hq+QNYiT/MUyCif0ouBH+flrY66O5W+KIXAMML6E/0fJpm7VjIzgangahl5S03bJJQGrZw==", "deprecated": "This is a stub types definition. winston provides its own type definitions, so you do not need this installed.", "dev": true, "dependencies": { - "@types/node": "*" + "winston": "*" } }, "node_modules/@typescript-eslint/eslint-plugin": { @@ -29586,12 +29586,12 @@ } }, "@types/winston": { - "version": "2.3.9", - "resolved": "https://registry.npmjs.org/@types/winston/-/winston-2.3.9.tgz", - "integrity": "sha512-zzruYOEtNgfS3SBjcij1F6HlH6My5n8WrBNhP3fzaRM22ba70QBC2ATs18jGr88Fy43c0z8vFJv5wJankfxv2A==", + "version": "2.4.4", + "resolved": "https://registry.npmjs.org/@types/winston/-/winston-2.4.4.tgz", + "integrity": "sha512-BVGCztsypW8EYwJ+Hq+QNYiT/MUyCif0ouBH+flrY66O5W+KIXAMML6E/0fJpm7VjIzgangahl5S03bJJQGrZw==", "dev": true, "requires": { - "@types/node": "*" + "winston": "*" } }, "@typescript-eslint/eslint-plugin": { diff --git a/package.json b/package.json index fdde02f74..0a23b1725 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@types/source-map-support": "0.5.4", "@types/supertest": "2.0.11", "@types/uuid": "3.4.10", - "@types/winston": "2.3.9", + "@types/winston": "2.4.4", "@typescript-eslint/eslint-plugin": "^5.53.0", "assert": "1.5.0", "commitizen": "4.2.4",