Skip to content

Commit 6721668

Browse files
chore(deps): bump markdown-it in the npm-dependencies group (#150)
Bumps the npm-dependencies group with 1 update: [markdown-it](https://github.com/markdown-it/markdown-it). Updates `markdown-it` from 14.1.0 to 14.1.1 - [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md) - [Commits](markdown-it/markdown-it@14.1.0...14.1.1) --- updated-dependencies: - dependency-name: markdown-it dependency-version: 14.1.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3e2d120 commit 6721668

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"highlight.js": "^11.11.1",
4747
"husky": "^9.1.7",
4848
"jest": "^30.2.0",
49-
"markdown-it": "^14.1.0",
49+
"markdown-it": "^14.1.1",
5050
"marked": "^17.0.1",
5151
"typescript": "^5.9.3"
5252
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3160,10 +3160,10 @@ makeerror@1.0.12:
31603160
dependencies:
31613161
tmpl "1.0.5"
31623162

3163-
markdown-it@^14.1.0:
3164-
version "14.1.0"
3165-
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-14.1.0.tgz#3c3c5992883c633db4714ccb4d7b5935d98b7d45"
3166-
integrity sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==
3163+
markdown-it@^14.1.1:
3164+
version "14.1.1"
3165+
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-14.1.1.tgz#856f90b66fc39ae70affd25c1b18b581d7deee1f"
3166+
integrity sha512-BuU2qnTti9YKgK5N+IeMubp14ZUKUUw7yeJbkjtosvHiP0AZ5c8IAgEMk79D0eC8F23r4Ac/q8cAIFdm2FtyoA==
31673167
dependencies:
31683168
argparse "^2.0.1"
31693169
entities "^4.4.0"

0 commit comments

Comments
 (0)