From 99bbc1737a96c07e8a02ccdbd8e7460b543d97ad Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Mar 2020 06:21:22 +0000 Subject: [PATCH] fix: upgrade cli-table3 from 0.5.0 to 0.5.1 Snyk has created this PR to upgrade cli-table3 from 0.5.0 to 0.5.1. See this package in NPM: https://www.npmjs.com/package/cli-table3 See this project in Snyk: https://app.snyk.io/org/godaddy/project/65431ef2-c1ca-4db7-a51d-1f970ca1466c?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 19 +++++++------------ package.json | 2 +- 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index f23fc5c..c7a7986 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@godaddy/jiractl", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -505,9 +505,9 @@ } }, "cli-table3": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.5.0.tgz", - "integrity": "sha512-c7YHpUyO1SaKaO7kYtxd5NZ8FjAmSK3LpKkuzdwn+2CwpFxBpdoQLm+OAnnCfoEl7onKhN9PKQi1lsHuAIUqGQ==", + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.5.1.tgz", + "integrity": "sha512-7Qg2Jrep1S/+Q3EceiZtQcDPWxhAvBw+ERf1162v4sikJrvojMHFqXt8QIVha8UlH9rgU0BeWPytZ9/TzYqlUw==", "requires": { "colors": "^1.1.2", "object-assign": "^4.1.0", @@ -519,11 +519,6 @@ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=" }, - "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=" - }, "string-width": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", @@ -635,9 +630,9 @@ } }, "colors": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/colors/-/colors-1.2.5.tgz", - "integrity": "sha512-erNRLao/Y3Fv54qUa0LBB+//Uf3YwMUmdJinN20yMXm9zdKKqH9wt7R9IIVZ+K7ShzfpLV/Zg8+VyrBJYB4lpg==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz", + "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==", "optional": true }, "colorspace": { diff --git a/package.json b/package.json index cf21b44..260ada8 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "author": "GoDaddy Operating Company, LLC", "license": "MIT", "dependencies": { - "cli-table3": "^0.5.0", + "cli-table3": "^0.5.1", "diagnostics": "^2.0.2", "editor2": "^1.0.3", "make-promises-safe": "^5.1.0",