Skip to content

Commit

Permalink
chore: upgrade @types/markdown-it
Browse files Browse the repository at this point in the history
  • Loading branch information
purocean committed Jan 2, 2024
1 parent 0a3d064 commit 359ad2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"@types/jsonwebtoken": "^8.5.8",
"@types/koa": "^2.0.49",
"@types/lodash-es": "^4.17.4",
"@types/markdown-it": "^12.2.3",
"@types/markdown-it": "^13.0.7",
"@types/mime": "^2.0.3",
"@types/node": "^18.11.9",
"@types/pako": "^1.0.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1750,10 +1750,10 @@
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.170.tgz#0d67711d4bf7f4ca5147e9091b847479b87925d6"
integrity sha512-bpcvu/MKHHeYX+qeEN8GE7DIravODWdACVA1ctevD8CN24RhPZIKMn9ntfAsrvLfSX3cR5RrBKAbYm9bGs0A+Q==

"@types/markdown-it@^12.2.3":
version "12.2.3"
resolved "https://registry.yarnpkg.com/@types/markdown-it/-/markdown-it-12.2.3.tgz#0d6f6e5e413f8daaa26522904597be3d6cd93b51"
integrity sha512-GKMHFfv3458yYy+v/N8gjufHO6MSZKCOXpZc5GXIWWy8uldwfmPn98vp81gZ5f9SVw8YYBctgfJ22a2d7AOMeQ==
"@types/markdown-it@^13.0.7":
version "13.0.7"
resolved "https://registry.yarnpkg.com/@types/markdown-it/-/markdown-it-13.0.7.tgz#4a495115f470075bd4434a0438ac477a49c2e152"
integrity sha512-U/CBi2YUUcTHBt5tjO2r5QV/x0Po6nsYwQU4Y04fBS6vfoImaiZ6f8bi3CjTCxBPQSO1LMyUqkByzi8AidyxfA==
dependencies:
"@types/linkify-it" "*"
"@types/mdurl" "*"
Expand Down

0 comments on commit 359ad2e

Please sign in to comment.