From c4c41be81aa3560ff879548001d2e9ff3bd7b916 Mon Sep 17 00:00:00 2001 From: Jaeseo Park <20038316+jaeseopark@users.noreply.github.com> Date: Thu, 7 Sep 2023 17:30:34 -0600 Subject: [PATCH] chore: upgrade markdown-it-pivot-table version (#6707) --- package.json | 2 +- yarn.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 131a8f87..e78c91b1 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "markdown-it-mark": "3.0.1", "markdown-it-mathjax": "2.0.0", "markdown-it-multimd-table": "4.0.3", - "markdown-it-pivot-table": "1.0.1", + "markdown-it-pivot-table": "1.0.5", "markdown-it-sub": "1.0.0", "markdown-it-sup": "1.0.0", "markdown-it-task-lists": "2.1.1", diff --git a/yarn.lock b/yarn.lock index 505baa68..d7003475 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7618,11 +7618,6 @@ cssstyle@^2.2.0: dependencies: cssom "~0.3.6" -csv-to-markdown-table@^1.3.1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/csv-to-markdown-table/-/csv-to-markdown-table-1.3.1.tgz#a102137dd060726d94802e2bfa5c2d6992311cc6" - integrity sha512-ocr1MXWLFrc7la7fE4/2876XsBc9ajCeYZnXJrszSdyyIWMSVOYTg/Ol9W1xku8SZxBNsFhNECNmiZqo6OPsEg== - cuint@0.2.2: version "0.2.2" resolved "https://registry.yarnpkg.com/cuint/-/cuint-0.2.2.tgz#408086d409550c2631155619e9fa7bcadc3b991b" @@ -13195,13 +13190,13 @@ markdown-it-multimd-table@4.0.3: dependencies: markdown-it "^11.0.0" -markdown-it-pivot-table@1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/markdown-it-pivot-table/-/markdown-it-pivot-table-1.0.1.tgz#bdab793d59160b7c4fa0dffcff4b75b42aac246a" - integrity sha512-oqpwXfqtupZnDfZOL3S3Pmf+nr01Qhg3f97CIbURwcPDsrNTxOHn+kXANv1oe1ZEczQ8bEHe0Xw+1q+EKDmgEQ== +markdown-it-pivot-table@1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/markdown-it-pivot-table/-/markdown-it-pivot-table-1.0.5.tgz#53a9f5032d3ef1e5e9f7a8f94495b8ce113a6ac8" + integrity sha512-LJzfG7BuyW6STQ1pFpnoNHPlf3qfVqWVUqV9zJWwENCyEH0aSgGqnE5bcfZ5rc4aG9z1XTu7d4kppxhQBqlRag== dependencies: - csv-to-markdown-table "^1.3.1" group-by "^0.0.1" + nd-table "^1.2.2" string-math "^1.2.2" markdown-it-sub@1.0.0: @@ -13868,6 +13863,11 @@ ncp@~2.0.0: resolved "https://registry.yarnpkg.com/ncp/-/ncp-2.0.0.tgz#195a21d6c46e361d2fb1281ba38b91e9df7bdbb3" integrity sha1-GVoh1sRuNh0vsSgbo4uR6d9727M= +nd-table@^1.2.2: + version "1.2.2" + resolved "https://registry.yarnpkg.com/nd-table/-/nd-table-1.2.2.tgz#9bfcf424fdd865544b27dd6761a8ab65810e3168" + integrity sha512-T/ALZyo4g15iRJ9TK7mo9Ny0CQvYcDGSZ8k9/6/CpGIisfITm91skQzXYas2ALyhIafxV4bmcL2gzCFh1cJCpQ== + needle@^2.2.1: version "2.4.0" resolved "https://registry.yarnpkg.com/needle/-/needle-2.4.0.tgz#6833e74975c444642590e15a750288c5f939b57c"