diff --git a/package-lock.json b/package-lock.json index 24e485573..886bc3a1f 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.5", @@ -61,7 +61,7 @@ "typescript": "^4.9.5" }, "engines": { - "node": ">16.0.0", + "node": ">=14.0.0", "npm": ">8.0.0" } }, @@ -7715,13 +7715,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": { @@ -29882,12 +29882,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 5328b9e90..ddc40ff81 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.5",