diff --git a/package-lock.json b/package-lock.json index 546bb1e..658cf21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "mongoose": "^8.5.1", "sanitize-html": "^2.13.0", "validator": "^13.12.0", - "winston": "^3.13.1" + "winston": "^3.14.0" }, "devDependencies": { "eslint": "^9.8.0", @@ -5803,9 +5803,10 @@ } }, "node_modules/winston": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.13.1.tgz", - "integrity": "sha512-SvZit7VFNvXRzbqGHsv5KSmgbEYR5EiQfDAL9gxYkRqa934Hnk++zze0wANKtMHcy/gI4W/3xmSDwlhf865WGw==", + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.14.0.tgz", + "integrity": "sha512-XEJvmKJglhTW2TgfpKdkpj0119Yn5AClR7LJ0rBNUQFx20mNQj3s1ukTA1i77q+YBaHYbcKtXpxgPqfdUPCIYA==", + "license": "MIT", "dependencies": { "@colors/colors": "^1.6.0", "@dabh/diagnostics": "^2.0.2", diff --git a/package.json b/package.json index 9c6a02c..d1900d4 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "mongoose": "^8.5.1", "sanitize-html": "^2.13.0", "validator": "^13.12.0", - "winston": "^3.13.1" + "winston": "^3.14.0" }, "devDependencies": { "eslint": "^9.8.0",