From 7a2236e66bf272f03d61f7253aebd912a4359f7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Dec 2021 06:01:40 +0000 Subject: [PATCH] Bump cli-table from 0.3.1 to 0.3.11 Bumps [cli-table](https://github.com/Automattic/cli-table) from 0.3.1 to 0.3.11. - [Release notes](https://github.com/Automattic/cli-table/releases) - [Changelog](https://github.com/Automattic/cli-table/blob/master/History.md) - [Commits](https://github.com/Automattic/cli-table/compare/0.3.1...v0.3.11) --- updated-dependencies: - dependency-name: cli-table dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 54d9b76..02537a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -434,9 +434,9 @@ } }, "cli-table": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/cli-table/-/cli-table-0.3.1.tgz", - "integrity": "sha1-9TsFJmqLGguTSz0IIebi3FkUriM=", + "version": "0.3.11", + "resolved": "https://registry.npmjs.org/cli-table/-/cli-table-0.3.11.tgz", + "integrity": "sha512-IqLQi4lO0nIB4tcdTpN4LCB9FI3uqrJZK7RC515EnhZ6qBaglkIgICb1wjeAqpdoOabm1+SuQtkXIPdYC93jhQ==", "dev": true, "requires": { "colors": "1.0.3"