mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-16 02:42:57 +08:00
chore(deps): bump markdown-it from 9.1.0 to 10.0.0 (#3249)
* chore(deps): bump markdown-it from 9.1.0 to 10.0.0 * chore(deps): bump markdown-it from 9.1.0 to 10.0.0
This commit is contained in:
@@ -125,6 +125,12 @@ pageClass: routes
|
||||
|
||||
<Route author="Cerebrater" example="/matters/author/az" path="/matters/author/:uid" :paramsDesc="['作者 id,可在作者主頁的 URL 找到']"/>
|
||||
|
||||
## Nautilus
|
||||
|
||||
### 话题
|
||||
|
||||
<Route author="emdoe" example="/nautilus/topic/Art" path="/nautilus/topic/:tid" :paramsDesc="['话题 id, 可在页面上方 TOPICS 栏目处找到']"/>
|
||||
|
||||
## Readhub
|
||||
|
||||
### 分类
|
||||
@@ -479,12 +485,6 @@ pageClass: routes
|
||||
|
||||
<Route author="crispgm" example="/nogizaka46/news" path="/nogizaka46/news" />
|
||||
|
||||
## Nautilus
|
||||
|
||||
### 话题
|
||||
|
||||
<Route author="emdoe" example="/nautilus/topic/Art" path="/nautilus/topic/:tid" :paramsDesc="['话题 id, 可在页面上方 TOPICS 栏目处找到']"/>
|
||||
|
||||
## 派代
|
||||
|
||||
### 首页
|
||||
|
||||
@@ -41,6 +41,7 @@
|
||||
"@vuepress/plugin-google-analytics": "1.2.0",
|
||||
"@vuepress/plugin-pwa": "1.2.0",
|
||||
"cross-env": "6.0.3",
|
||||
"entities": "2.0.0",
|
||||
"eslint": "6.5.1",
|
||||
"eslint-config-prettier": "6.4.0",
|
||||
"eslint-plugin-prettier": "3.1.1",
|
||||
@@ -85,7 +86,7 @@
|
||||
"lru-cache": "5.1.1",
|
||||
"lz-string": "1.4.4",
|
||||
"mailparser": "2.7.1",
|
||||
"markdown-it": "9.1.0",
|
||||
"markdown-it": "10.0.0",
|
||||
"module-alias": "2.2.2",
|
||||
"path-to-regexp": "3.1.0",
|
||||
"pidusage": "2.0.17",
|
||||
|
||||
15
yarn.lock
15
yarn.lock
@@ -3922,6 +3922,11 @@ enhanced-resolve@^4.1.0:
|
||||
memory-fs "^0.4.0"
|
||||
tapable "^1.0.0"
|
||||
|
||||
entities@2.0.0, entities@~2.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/entities/-/entities-2.0.0.tgz#68d6084cab1b079767540d80e56a39b423e4abf4"
|
||||
integrity sha512-D9f7V0JSRwIxlRI2mjMqufDrRDnx8p+eEOz7aUM9SuvF8gsBzra0/6tbjl1m8eQHrZlYj6PxqE00hZ1SAIKPLw==
|
||||
|
||||
entities@^1.1.1, entities@~1.1.1:
|
||||
version "1.1.2"
|
||||
resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56"
|
||||
@@ -7076,13 +7081,13 @@ markdown-it-table-of-contents@^0.4.0:
|
||||
resolved "https://registry.yarnpkg.com/markdown-it-table-of-contents/-/markdown-it-table-of-contents-0.4.4.tgz#3dc7ce8b8fc17e5981c77cc398d1782319f37fbc"
|
||||
integrity sha512-TAIHTHPwa9+ltKvKPWulm/beozQU41Ab+FIefRaQV1NRnpzwcV9QOe6wXQS5WLivm5Q/nlo0rl6laGkMDZE7Gw==
|
||||
|
||||
markdown-it@9.1.0:
|
||||
version "9.1.0"
|
||||
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-9.1.0.tgz#df9601c168568704d554b1fff9af0c5b561168d9"
|
||||
integrity sha512-xHKG4C8iPriyfu/jc2hsCC045fKrMQ0VexX2F1FGYiRxDxqMB2aAhF8WauJ3fltn2kb90moGBkiiEdooGIg55w==
|
||||
markdown-it@10.0.0:
|
||||
version "10.0.0"
|
||||
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-10.0.0.tgz#abfc64f141b1722d663402044e43927f1f50a8dc"
|
||||
integrity sha512-YWOP1j7UbDNz+TumYP1kpwnP0aEa711cJjrAQrzd0UXlbJfc5aAq0F/PZHjiioqDC1NKgvIMX+o+9Bk7yuM2dg==
|
||||
dependencies:
|
||||
argparse "^1.0.7"
|
||||
entities "~1.1.1"
|
||||
entities "~2.0.0"
|
||||
linkify-it "^2.0.0"
|
||||
mdurl "^1.0.1"
|
||||
uc.micro "^1.0.5"
|
||||
|
||||
Reference in New Issue
Block a user