diff --git a/bun.lockb b/bun.lockb index 7aaed52..fe5f114 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package-lock.json b/package-lock.json index 362948c..477c3a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "rdf-dereference": "^3.0.0", "rdf-lens": "^1.3.0", "rdf-stores": "^1.0.0", - "winston": "^3.14.2" + "winston": "^3.15.0" }, "bin": { "ldes-client": "dist/bin/cli.js" @@ -10731,9 +10731,10 @@ } }, "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", "@dabh/diagnostics": "^2.0.2", @@ -10781,6 +10782,7 @@ "version": "3.6.2", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "license": "MIT", "dependencies": { "inherits": "^2.0.3", "string_decoder": "^1.1.1", diff --git a/package.json b/package.json index cec33dd..092a58a 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "rdf-dereference": "^3.0.0", "rdf-lens": "^1.3.0", "rdf-stores": "^1.0.0", - "winston": "^3.14.2" + "winston": "^3.15.0" }, "devDependencies": { "@fastify/static": "^7.0.4",