diff --git a/lambda/package-lock.json b/lambda/package-lock.json index 3bf3e107..97e174ee 100644 --- a/lambda/package-lock.json +++ b/lambda/package-lock.json @@ -12,7 +12,7 @@ "agentkeepalive": "^4.5.0", "axios": "^1.7.7", "uuid": "^10.0.0", - "winston": "^3.14.2" + "winston": "^3.15.0" }, "devDependencies": { "@eslint/js": "^9.13.0", @@ -2900,9 +2900,9 @@ } }, "node_modules/winston": { - "version": "3.14.2", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.14.2.tgz", - "integrity": "sha512-CO8cdpBB2yqzEf8v895L+GNKYJiEq8eKlHU38af3snQBQ+sdAIUepjMSguOIJC7ICbzm0ZI+Af2If4vIJrtmOg==", + "version": "3.15.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.15.0.tgz", + "integrity": "sha512-RhruH2Cj0bV0WgNL+lOfoUBI4DVfdUNjVnJGVovWZmrcKtrFTTRzgXYK2O9cymSGjrERCtaAeHwMNnUWXlwZow==", "dependencies": { "@colors/colors": "^1.6.0", "@dabh/diagnostics": "^2.0.2", @@ -5145,9 +5145,9 @@ } }, "winston": { - "version": "3.14.2", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.14.2.tgz", - "integrity": "sha512-CO8cdpBB2yqzEf8v895L+GNKYJiEq8eKlHU38af3snQBQ+sdAIUepjMSguOIJC7ICbzm0ZI+Af2If4vIJrtmOg==", + "version": "3.15.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.15.0.tgz", + "integrity": "sha512-RhruH2Cj0bV0WgNL+lOfoUBI4DVfdUNjVnJGVovWZmrcKtrFTTRzgXYK2O9cymSGjrERCtaAeHwMNnUWXlwZow==", "requires": { "@colors/colors": "^1.6.0", "@dabh/diagnostics": "^2.0.2", diff --git a/lambda/package.json b/lambda/package.json index 59ebaec7..3a3a33d8 100644 --- a/lambda/package.json +++ b/lambda/package.json @@ -30,7 +30,7 @@ "agentkeepalive": "^4.5.0", "axios": "^1.7.7", "uuid": "^10.0.0", - "winston": "^3.14.2" + "winston": "^3.15.0" }, "devDependencies": { "@eslint/js": "^9.13.0",