Skip to content

Commit c4c41be

Browse files
authored
chore: upgrade markdown-it-pivot-table version (#6707)
1 parent ef17414 commit c4c41be

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"markdown-it-mark": "3.0.1",
118118
"markdown-it-mathjax": "2.0.0",
119119
"markdown-it-multimd-table": "4.0.3",
120-
"markdown-it-pivot-table": "1.0.1",
120+
"markdown-it-pivot-table": "1.0.5",
121121
"markdown-it-sub": "1.0.0",
122122
"markdown-it-sup": "1.0.0",
123123
"markdown-it-task-lists": "2.1.1",

yarn.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -7618,11 +7618,6 @@ cssstyle@^2.2.0:
76187618
dependencies:
76197619
cssom "~0.3.6"
76207620

7621-
csv-to-markdown-table@^1.3.1:
7622-
version "1.3.1"
7623-
resolved "https://registry.yarnpkg.com/csv-to-markdown-table/-/csv-to-markdown-table-1.3.1.tgz#a102137dd060726d94802e2bfa5c2d6992311cc6"
7624-
integrity sha512-ocr1MXWLFrc7la7fE4/2876XsBc9ajCeYZnXJrszSdyyIWMSVOYTg/Ol9W1xku8SZxBNsFhNECNmiZqo6OPsEg==
7625-
76267621
cuint@0.2.2:
76277622
version "0.2.2"
76287623
resolved "https://registry.yarnpkg.com/cuint/-/cuint-0.2.2.tgz#408086d409550c2631155619e9fa7bcadc3b991b"
@@ -13195,13 +13190,13 @@ markdown-it-multimd-table@4.0.3:
1319513190
dependencies:
1319613191
markdown-it "^11.0.0"
1319713192

13198-
markdown-it-pivot-table@1.0.1:
13199-
version "1.0.1"
13200-
resolved "https://registry.yarnpkg.com/markdown-it-pivot-table/-/markdown-it-pivot-table-1.0.1.tgz#bdab793d59160b7c4fa0dffcff4b75b42aac246a"
13201-
integrity sha512-oqpwXfqtupZnDfZOL3S3Pmf+nr01Qhg3f97CIbURwcPDsrNTxOHn+kXANv1oe1ZEczQ8bEHe0Xw+1q+EKDmgEQ==
13193+
markdown-it-pivot-table@1.0.5:
13194+
version "1.0.5"
13195+
resolved "https://registry.yarnpkg.com/markdown-it-pivot-table/-/markdown-it-pivot-table-1.0.5.tgz#53a9f5032d3ef1e5e9f7a8f94495b8ce113a6ac8"
13196+
integrity sha512-LJzfG7BuyW6STQ1pFpnoNHPlf3qfVqWVUqV9zJWwENCyEH0aSgGqnE5bcfZ5rc4aG9z1XTu7d4kppxhQBqlRag==
1320213197
dependencies:
13203-
csv-to-markdown-table "^1.3.1"
1320413198
group-by "^0.0.1"
13199+
nd-table "^1.2.2"
1320513200
string-math "^1.2.2"
1320613201

1320713202
markdown-it-sub@1.0.0:
@@ -13868,6 +13863,11 @@ ncp@~2.0.0:
1386813863
resolved "https://registry.yarnpkg.com/ncp/-/ncp-2.0.0.tgz#195a21d6c46e361d2fb1281ba38b91e9df7bdbb3"
1386913864
integrity sha1-GVoh1sRuNh0vsSgbo4uR6d9727M=
1387013865

13866+
nd-table@^1.2.2:
13867+
version "1.2.2"
13868+
resolved "https://registry.yarnpkg.com/nd-table/-/nd-table-1.2.2.tgz#9bfcf424fdd865544b27dd6761a8ab65810e3168"
13869+
integrity sha512-T/ALZyo4g15iRJ9TK7mo9Ny0CQvYcDGSZ8k9/6/CpGIisfITm91skQzXYas2ALyhIafxV4bmcL2gzCFh1cJCpQ==
13870+
1387113871
needle@^2.2.1:
1387213872
version "2.4.0"
1387313873
resolved "https://registry.yarnpkg.com/needle/-/needle-2.4.0.tgz#6833e74975c444642590e15a750288c5f939b57c"

0 commit comments

Comments
 (0)