From 9d0670ed3343f1f3723cc130f80df860c72e6699 Mon Sep 17 00:00:00 2001 From: ehmicky Date: Sun, 22 Oct 2023 21:44:35 +0100 Subject: [PATCH] Upgrade figures 6.0.0 -> 6.0.1 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a2c8158..9c559fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "chalk": "^5.3.0", "execa": "^8.0.1", - "figures": "^6.0.0", + "figures": "^6.0.1", "filter-obj": "^5.1.0", "get-stdin": "^9.0.0", "handle-cli-error": "^5.0.0", @@ -8359,9 +8359,9 @@ } }, "node_modules/figures": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/figures/-/figures-6.0.0.tgz", - "integrity": "sha512-iFYUmtsOUeDFPdgzcIr6DLAH1d1x87NVPbPfMofNmTzBV3bMK5ugiMp72wuZ5mir+bsxppvczUqV8S9zXey0hw==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/figures/-/figures-6.0.1.tgz", + "integrity": "sha512-0oY/olScYD4IhQ8u//gCPA4F3mlTn2dacYmiDm/mbDQvpmLjV4uH+zhsQ5IyXRyvqkvtUkXkNdGvg5OFJTCsuQ==", "dependencies": { "is-unicode-supported": "^2.0.0" }, diff --git a/package.json b/package.json index 854f42b..1a5b0da 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "dependencies": { "chalk": "^5.3.0", "execa": "^8.0.1", - "figures": "^6.0.0", + "figures": "^6.0.1", "filter-obj": "^5.1.0", "get-stdin": "^9.0.0", "handle-cli-error": "^5.0.0",