Skip to content

Commit b4cc06f

Browse files
deps: bump markdown-it and @types/markdown-it
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) and [@types/markdown-it](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/markdown-it). These dependencies needed to be updated together. Updates `markdown-it` from 13.0.2 to 14.1.0 - [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md) - [Commits](markdown-it/markdown-it@13.0.2...14.1.0) Updates `@types/markdown-it` from 13.0.2 to 14.1.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/markdown-it) --- updated-dependencies: - dependency-name: markdown-it dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/markdown-it" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b958880 commit b4cc06f

File tree

2 files changed

+54
-33
lines changed

2 files changed

+54
-33
lines changed

package-lock.json

Lines changed: 52 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@
416416
"@types/js-yaml": "^4.0.5",
417417
"@types/jsdom": "^21.1.6",
418418
"@types/lodash": "^4.14.180",
419-
"@types/markdown-it": "^13.0.2",
419+
"@types/markdown-it": "^14.1.2",
420420
"@types/mime-types": "^2.1.4",
421421
"@types/mocha": "^10.0.6",
422422
"@types/node": "^16.18.95",
@@ -498,7 +498,7 @@
498498
"js-yaml": "^4.1.0",
499499
"jsonc-parser": "^3.2.0",
500500
"lodash": "^4.17.21",
501-
"markdown-it": "^13.0.2",
501+
"markdown-it": "^14.1.0",
502502
"mime-types": "^2.1.32",
503503
"node-fetch": "^2.7.0",
504504
"portfinder": "^1.0.32",

0 commit comments

Comments
 (0)