From 07999935c58e21ea05fa2ad2fcea8235fde24150 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Nov 2022 22:20:03 +0000 Subject: [PATCH] fix: upgrade table from 6.8.0 to 6.8.1 Snyk has created this PR to upgrade table from 6.8.0 to 6.8.1. See this package in npm: https://www.npmjs.com/package/table See this project in Snyk: https://app.snyk.io/org/community-suite/project/cb2df016-8c4b-4556-b829-1dbd0d3be1db?utm_source=github-enterprise&utm_medium=referral&page=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8d5de33..d109c82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1870,7 +1870,7 @@ "lodash.truncate": { "version": "4.4.2", "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz", - "integrity": "sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=" + "integrity": "sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==" }, "lodash.union": { "version": "4.6.0", @@ -2728,9 +2728,9 @@ } }, "table": { - "version": "6.8.0", - "resolved": "https://registry.npmjs.org/table/-/table-6.8.0.tgz", - "integrity": "sha512-s/fitrbVeEyHKFa7mFdkuQMWlH1Wgw/yEXMt5xACT4ZpzWFluehAxRtUUQKPuWhaLAWhFcVx6w3oC8VKaUfPGA==", + "version": "6.8.1", + "resolved": "https://registry.npmjs.org/table/-/table-6.8.1.tgz", + "integrity": "sha512-Y4X9zqrCftUhMeH2EptSSERdVKt/nEdijTOacGD/97EKjhQ/Qs8RTlEGABSJNNN8lac9kheH+af7yAkEWlgneA==", "requires": { "ajv": "^8.0.1", "lodash.truncate": "^4.4.2", @@ -2740,9 +2740,9 @@ }, "dependencies": { "ajv": { - "version": "8.9.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.9.0.tgz", - "integrity": "sha512-qOKJyNj/h+OWx7s5DePL6Zu1KeM9jPZhwBqs+7DzP6bGOvqzVCSf0xueYmVuaC/oQ/VtS2zLMLHdQFbkka+XDQ==", + "version": "8.11.2", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.2.tgz", + "integrity": "sha512-E4bfmKAhGiSTvMfL1Myyycaub+cUEU2/IvpylXkUu7CHBkBj1f/ikdzbD7YQ6FKUbixDxeYvB/xY4fvyroDlQg==", "requires": { "fast-deep-equal": "^3.1.1", "json-schema-traverse": "^1.0.0", diff --git a/package.json b/package.json index f62c861..795b7b6 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "request": "^2.88.0", "request-debug": "^0.2.0", "snyk": "^1.996.0", - "table": "^6.8.0" + "table": "^6.8.1" }, "devDependencies": { "archiver": "^5.3.1",