From 5251efd0fa57dc1b5cb516ebc835a6f2f11bb96c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Jan 2025 06:58:37 +0000 Subject: [PATCH] fix: upgrade consola from 3.2.3 to 3.3.0 Snyk has created this PR to upgrade consola from 3.2.3 to 3.3.0. See this package in npm: consola See this project in Snyk: https://app.snyk.io/org/stephangerbeth/project/d3c6644e-3d6a-4f06-b6fe-4eb12d18cfeb?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/operators/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/operators/package.json b/packages/operators/package.json index 1938fc0..0d757cc 100644 --- a/packages/operators/package.json +++ b/packages/operators/package.json @@ -24,7 +24,7 @@ "dependencies": { "@rxjs-collection/observables": "*", "ansi-colors": "4.1.3", - "consola": "3.2.3", + "consola": "3.3.0", "fast-equals": "5.0.1", "rxjs": "7.8.1" },