This repository has been archived by the owner on Nov 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Tilman Vatteroth <[email protected]>
- Loading branch information
1 parent
72ee66d
commit 18b77ed
Showing
1 changed file
with
7 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1205,13 +1205,12 @@ | |
dependencies: | ||
"@hapi/hoek" "^8.3.0" | ||
|
||
"@hedgedoc/[email protected].1": | ||
version "0.0.1" | ||
resolved "https://registry.yarnpkg.com/@hedgedoc/markdown-it-task-lists/-/markdown-it-task-lists-0.0.1.tgz#73eff59c236ea474691377d66900daffb1ebaec2" | ||
integrity sha512-wzht4gm2Pdbd7izjlZD/KV/Rsd2LkI5Le2I4x1pwtT1F58z5BFY9yl1SjneIlxT8Xa5Zm3IkEsH4MCPuBml9Ug== | ||
"@hedgedoc/[email protected].2": | ||
version "0.0.2" | ||
resolved "https://registry.yarnpkg.com/@hedgedoc/markdown-it-task-lists/-/markdown-it-task-lists-0.0.2.tgz#d5eb24a30df93683a6bfb9d3a324b74857b6d367" | ||
integrity sha512-MIPw7A1YU2AmpiHLVpBcT1te9uUPn1eds3MGWasvMIDjBdXvJQ8KwaXgDIezRsOv4RhDYQ3Kh4lMtd9JHuPWMQ== | ||
dependencies: | ||
"@types/markdown-it" "^10.0.2" | ||
markdown-it "^11.0.0" | ||
markdown-it "^12.0.0" | ||
|
||
"@hpcc-js/[email protected]": | ||
version "0.3.13" | ||
|
@@ -2187,7 +2186,7 @@ | |
dependencies: | ||
"@types/markdown-it" "*" | ||
|
||
"@types/markdown-it@*", "@types/markdown-it@^10.0.2": | ||
"@types/markdown-it@*": | ||
version "10.0.2" | ||
resolved "https://registry.yarnpkg.com/@types/markdown-it/-/markdown-it-10.0.2.tgz#f93334b9c7821ddb19865dfd91ecf688094c2626" | ||
integrity sha512-FGKiVW1UgeIEAChYAuHcfCd0W4LsMEyrSyTVaZiuJhwR4BwSVUD8JKnzmWAMK2FHNLZSPGUaEkpa/dkZj2uq1w== | ||
|
@@ -6019,11 +6018,6 @@ entities@^2.0.0, entities@~2.1.0: | |
resolved "https://registry.yarnpkg.com/entities/-/entities-2.1.0.tgz#992d3129cf7df6870b96c57858c249a120f8b8b5" | ||
integrity sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w== | ||
|
||
entities@~2.0.0: | ||
version "2.0.3" | ||
resolved "https://registry.yarnpkg.com/entities/-/entities-2.0.3.tgz#5c487e5742ab93c15abb5da22759b8590ec03b7f" | ||
integrity sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ== | ||
|
||
entity-decode@^2.0.2: | ||
version "2.0.2" | ||
resolved "https://registry.yarnpkg.com/entity-decode/-/entity-decode-2.0.2.tgz#e4f807e52c3294246e9347d1f2b02b07fd5f92e7" | ||
|
@@ -9445,7 +9439,7 @@ [email protected]: | |
resolved "https://registry.yarnpkg.com/markdown-it-toc-done-right/-/markdown-it-toc-done-right-4.2.0.tgz#3ccdce22d5022ffae7b991d07261b1b1de5459d0" | ||
integrity sha512-UB/IbzjWazwTlNAX0pvWNlJS8NKsOQ4syrXZQ/C72j+jirrsjVRT627lCaylrKJFBQWfRsPmIVQie8x38DEhAQ== | ||
|
||
[email protected]: | ||
[email protected], markdown-it@^12.0.0: | ||
version "12.0.3" | ||
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.0.3.tgz#8d1e47daf1d716d63610495eb93f6665573e4abe" | ||
integrity sha512-M57RsMv+QQmJHz1yCu0gTJRMx/LlxRPtrrw+2kb/CpDVK/graCmWO0qfNnz/SE1FCNdyq3pkMMZ+itTnyT/YGA== | ||
|
@@ -9456,17 +9450,6 @@ [email protected]: | |
mdurl "^1.0.1" | ||
uc.micro "^1.0.5" | ||
|
||
markdown-it@^11.0.0: | ||
version "11.0.1" | ||
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-11.0.1.tgz#b54f15ec2a2193efa66dda1eb4173baea08993d6" | ||
integrity sha512-aU1TzmBKcWNNYvH9pjq6u92BML+Hz3h5S/QpfTFwiQF852pLT+9qHsrhM9JYipkOXZxGn+sGH8oyJE9FD9WezQ== | ||
dependencies: | ||
argparse "^1.0.7" | ||
entities "~2.0.0" | ||
linkify-it "^3.0.1" | ||
mdurl "^1.0.1" | ||
uc.micro "^1.0.5" | ||
|
||
[email protected], markmap-common@^0.1.2: | ||
version "0.1.2" | ||
resolved "https://registry.yarnpkg.com/markmap-common/-/markmap-common-0.1.2.tgz#2ffdfbcd9a7d27765d326c253174e606216c6762" | ||
|
@@ -9643,7 +9626,6 @@ micromatch@^4.0.0, micromatch@^4.0.2: | |
|
||
"midi@https://github.com/paulrosen/MIDI.js.git#abcjs": | ||
version "0.4.2" | ||
uid e593ffef81a0350f99448e3ab8111957145ff6b2 | ||
resolved "https://github.com/paulrosen/MIDI.js.git#e593ffef81a0350f99448e3ab8111957145ff6b2" | ||
|
||
miller-rabin@^4.0.0: | ||
|