diff --git a/package-lock.json b/package-lock.json index 10059a4..96fd9b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "winston": "^3.14.2" + "winston": "^3.15.0" }, "devDependencies": { "@rdfc/file-utils-processors-ts": "^0.5.4", @@ -4909,9 +4909,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==", "license": "MIT", "dependencies": { "@colors/colors": "^1.6.0", diff --git a/package.json b/package.json index 7d4cac7..adfd915 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,6 @@ "vitest": "^1.6.0" }, "dependencies": { - "winston": "^3.14.2" + "winston": "^3.15.0" } }