diff --git a/package-lock.json b/package-lock.json index eda5aa1..d48cf62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,10 +9,10 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "winston": "^3.15.0" + "winston": "^3.16.0" }, "devDependencies": { - "@rdfc/file-utils-processors-ts": "^0.5.5", + "@rdfc/file-utils-processors-ts": "^0.5.6", "@rdfc/js-runner": "^0.2.2", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", @@ -810,9 +810,9 @@ } }, "node_modules/@rdfc/file-utils-processors-ts": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/@rdfc/file-utils-processors-ts/-/file-utils-processors-ts-0.5.5.tgz", - "integrity": "sha512-w0BQKemkghqgFWOSM2rkaDCbU/nyh3hRVJBNrbWt6dZYqnepLLdAL5cq9+1GGJKJ8IjtW+3m3GjDPFPD0mrKtg==", + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/@rdfc/file-utils-processors-ts/-/file-utils-processors-ts-0.5.6.tgz", + "integrity": "sha512-0e3a9gCg3+aQQu8qU+9otIAQwoqTootxNIKC9JyuqD1ACHC3ipSLD/wZfwStoOb6Q1QwjYqWPOk67TIrG3EwOA==", "dev": true, "license": "MIT", "dependencies": { @@ -4998,9 +4998,9 @@ } }, "node_modules/winston": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.15.0.tgz", - "integrity": "sha512-RhruH2Cj0bV0WgNL+lOfoUBI4DVfdUNjVnJGVovWZmrcKtrFTTRzgXYK2O9cymSGjrERCtaAeHwMNnUWXlwZow==", + "version": "3.16.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.16.0.tgz", + "integrity": "sha512-xz7+cyGN5M+4CmmD4Npq1/4T+UZaz7HaeTlAruFUTjk79CNMq+P6H30vlE4z0qfqJ01VHYQwd7OZo03nYm/+lg==", "license": "MIT", "dependencies": { "@colors/colors": "^1.6.0", diff --git a/package.json b/package.json index dd519e2..ccf3428 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "author": "Ieben Smessaert", "license": "MIT", "devDependencies": { - "@rdfc/file-utils-processors-ts": "^0.5.5", + "@rdfc/file-utils-processors-ts": "^0.5.6", "@rdfc/js-runner": "^0.2.2", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", @@ -38,6 +38,6 @@ "vitest": "^1.6.0" }, "dependencies": { - "winston": "^3.15.0" + "winston": "^3.16.0" } }