From cbb6c154806076ef4ea14332087f741bf2288c3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 07:05:56 +0000 Subject: [PATCH] build(deps): bump consola from 2.15.3 to 3.1.0 Bumps [consola](https://github.com/unjs/consola) from 2.15.3 to 3.1.0. - [Release notes](https://github.com/unjs/consola/releases) - [Changelog](https://github.com/unjs/consola/blob/main/CHANGELOG.md) - [Commits](https://github.com/unjs/consola/compare/v2.15.3...v3.1.0) --- updated-dependencies: - dependency-name: consola dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/stub/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/stub/package.json b/apps/stub/package.json index 30c39c0..67d5438 100644 --- a/apps/stub/package.json +++ b/apps/stub/package.json @@ -31,7 +31,7 @@ "dependencies": { "bcrypt": "^5.1.0", "compression": "^1.7.4", - "consola": "^2.15.3", + "consola": "^3.1.0", "cors": "^2.8.5", "database": "workspace:*", "dotenv": "^16.0.3",