diff --git a/package-lock.json b/package-lock.json index 12cba58..4fa4728 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5341,9 +5341,12 @@ } }, "markdown-table": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-1.1.3.tgz", - "integrity": "sha512-1RUZVgQlpJSPWYbFSpmudq5nHY1doEIv89gBtF0s4gW1GF2XorxcA/70M5vq7rLv0a6mhOUccRsqkwhwLCIQ2Q==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-2.0.0.tgz", + "integrity": "sha512-Ezda85ToJUBhM6WGaG6veasyym+Tbs3cMAw/ZhOPqXiYsr0jgocBV3j3nx+4lk47plLlIqjwuTm/ywVI+zjJ/A==", + "requires": { + "repeat-string": "^1.0.0" + } }, "matcher": { "version": "1.1.0", @@ -7322,8 +7325,7 @@ "repeat-string": { "version": "1.6.1", "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", - "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=", - "dev": true + "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=" }, "repeating": { "version": "2.0.1", diff --git a/package.json b/package.json index 20981e5..857d4c0 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": "^2.0.0", "micro": "^9.3.4", "microfeedback-core": "^3.0.0", "mustache": "^2.3.2",