chore(deps-dev): bump @types/markdown-it from 13.0.6 to 13.0.7 (#13860)
* chore(deps-dev): bump @types/markdown-it from 13.0.6 to 13.0.7 Bumps [@types/markdown-it](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/markdown-it) from 13.0.6 to 13.0.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/markdown-it) --- updated-dependencies: - dependency-name: "@types/markdown-it" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: fix pnpm install --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
5ef71a0033
commit
5df81994b4
|
|
@ -170,7 +170,7 @@
|
|||
"@types/koa__router": "12.0.4",
|
||||
"@types/lint-staged": "13.2.2",
|
||||
"@types/mailparser": "3.4.4",
|
||||
"@types/markdown-it": "13.0.6",
|
||||
"@types/markdown-it": "13.0.7",
|
||||
"@types/module-alias": "2.0.4",
|
||||
"@types/nodemon": "1.19.5",
|
||||
"@types/pidusage": "2.0.5",
|
||||
|
|
|
|||
|
|
@ -263,8 +263,8 @@ devDependencies:
|
|||
specifier: 3.4.4
|
||||
version: 3.4.4
|
||||
'@types/markdown-it':
|
||||
specifier: 13.0.6
|
||||
version: 13.0.6
|
||||
specifier: 13.0.7
|
||||
version: 13.0.7
|
||||
'@types/module-alias':
|
||||
specifier: 2.0.4
|
||||
version: 2.0.4
|
||||
|
|
@ -1646,8 +1646,8 @@ packages:
|
|||
iconv-lite: 0.6.3
|
||||
dev: true
|
||||
|
||||
/@types/markdown-it@13.0.6:
|
||||
resolution: {integrity: sha512-0VqpvusJn1/lwRegCxcHVdmLfF+wIsprsKMC9xW8UPcTxhFcQtoN/fBU1zMe8pH7D/RuueMh2CaBaNv+GrLqTw==}
|
||||
/@types/markdown-it@13.0.7:
|
||||
resolution: {integrity: sha512-U/CBi2YUUcTHBt5tjO2r5QV/x0Po6nsYwQU4Y04fBS6vfoImaiZ6f8bi3CjTCxBPQSO1LMyUqkByzi8AidyxfA==}
|
||||
dependencies:
|
||||
'@types/linkify-it': 3.0.3
|
||||
'@types/mdurl': 1.0.2
|
||||
|
|
|
|||
Loading…
Reference in New Issue