From f8c7575f4e15d0d29a972ac94b4ed632755d3813 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 05:13:56 +0000 Subject: [PATCH] Update cfonts requirement from ^3.1.0 to ^3.1.1 Updates the requirements on [cfonts](https://github.com/dominikwilkowski/cfonts) to permit the latest version. - [Release notes](https://github.com/dominikwilkowski/cfonts/releases) - [Commits](https://github.com/dominikwilkowski/cfonts/commits) --- updated-dependencies: - dependency-name: cfonts dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 176b43b..f5e41bc 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@oclif/plugin-help": "^5", "apisauce": "^2.1.5", "async-folder-walker": "^2.2.1", - "cfonts": "^3.1.0", + "cfonts": "^3.1.1", "cids": "^1.1.9", "conf": "^10.1.2", "content-hash": "^2.5.2",