diff --git a/package-lock.json b/package-lock.json index e7cfb30..c39669b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5340,9 +5340,9 @@ } }, "markdown-table": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-1.1.3.tgz", - "integrity": "sha512-1RUZVgQlpJSPWYbFSpmudq5nHY1doEIv89gBtF0s4gW1GF2XorxcA/70M5vq7rLv0a6mhOUccRsqkwhwLCIQ2Q==" + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.1.tgz", + "integrity": "sha512-CBbaYXKSGnE1uLRpKA1SWgIRb2PQrpkllNWpZtZe6VojOJ4ysqiq7/2glYcmKsOYN09QgH/HEBX5hIshAeiK6A==" }, "matcher": { "version": "1.1.0", diff --git a/package.json b/package.json index a800fd4..46127af 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "axios": "^0.18.0", "lodash.trim": "^4.5.1", - "markdown-table": "^1.1.3", + "markdown-table": "^3.0.1", "micro": "^9.3.4", "microfeedback-core": "^3.0.0", "mustache": "^2.3.2",