From 2cb97e087043457e8e300cb8c351b57e70c588e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 10:50:52 +0000 Subject: [PATCH] chore(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 14.0.0 to 14.1.0 - [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md) - [Commits](https://github.com/markdown-it/markdown-it/compare/14.0.0...14.1.0) Updates `@types/markdown-it` from 14.1.1 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-version: 14.1.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@types/markdown-it" dependency-version: 14.1.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- yarn.lock | 34 ++++------------------------------ 2 files changed, 6 insertions(+), 32 deletions(-) diff --git a/package.json b/package.json index 890b1679c6c..239ca7cb1af 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "libsodium-wrappers": "0.7.15", "linkify-it": "5.0.0", "long": "5.3.2", - "markdown-it": "14.0.0", + "markdown-it": "14.1.0", "murmurhash": "2.0.1", "oidc-client-ts": "3.4.1", "path-to-regexp": "8.3.0", @@ -98,7 +98,7 @@ "@types/keyboardjs": "2.5.3", "@types/libsodium-wrappers": "0", "@types/linkify-it": "5.0.0", - "@types/markdown-it": "14.1.1", + "@types/markdown-it": "14.1.2", "@types/node": "22.9.0", "@types/open-graph": "0.2.6", "@types/platform": "1.3.6", diff --git a/yarn.lock b/yarn.lock index fc023ed5191..d96f132a986 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6219,17 +6219,7 @@ __metadata: languageName: node linkType: hard -"@types/markdown-it@npm:14.1.1": - version: 14.1.1 - resolution: "@types/markdown-it@npm:14.1.1" - dependencies: - "@types/linkify-it": "npm:^5" - "@types/mdurl": "npm:^2" - checksum: 10/78d6aae11cda6878b9190f9b65095b1d09de77e054148efb6876fca7b3f19505384ec9dd0ceeaf2a52455691c6a55b9baee92e14899994100121a7bebc58df14 - languageName: node - linkType: hard - -"@types/markdown-it@npm:^14.1.1": +"@types/markdown-it@npm:14.1.2, @types/markdown-it@npm:^14.1.1": version: 14.1.2 resolution: "@types/markdown-it@npm:14.1.2" dependencies: @@ -14316,23 +14306,7 @@ __metadata: languageName: node linkType: hard -"markdown-it@npm:14.0.0": - version: 14.0.0 - resolution: "markdown-it@npm:14.0.0" - dependencies: - argparse: "npm:^2.0.1" - entities: "npm:^4.4.0" - linkify-it: "npm:^5.0.0" - mdurl: "npm:^2.0.0" - punycode.js: "npm:^2.3.1" - uc.micro: "npm:^2.0.0" - bin: - markdown-it: bin/markdown-it.mjs - checksum: 10/ae319aa4dd02b79d305fa0ff55020f8a3f728793938de5c8849c265a62a558f3968a3c023709d3a25aa0ce3287dc5a1faf33201f41efaf578dcf5d75b20462e8 - languageName: node - linkType: hard - -"markdown-it@npm:^14.1.0": +"markdown-it@npm:14.1.0, markdown-it@npm:^14.1.0": version: 14.1.0 resolution: "markdown-it@npm:14.1.0" dependencies: @@ -20152,7 +20126,7 @@ __metadata: "@types/keyboardjs": "npm:2.5.3" "@types/libsodium-wrappers": "npm:0" "@types/linkify-it": "npm:5.0.0" - "@types/markdown-it": "npm:14.1.1" + "@types/markdown-it": "npm:14.1.2" "@types/node": "npm:22.9.0" "@types/open-graph": "npm:0.2.6" "@types/platform": "npm:1.3.6" @@ -20232,7 +20206,7 @@ __metadata: linkify-it: "npm:5.0.0" lint-staged: "npm:15.5.0" long: "npm:5.3.2" - markdown-it: "npm:14.0.0" + markdown-it: "npm:14.1.0" murmurhash: "npm:2.0.1" oidc-client-ts: "npm:3.4.1" os-browserify: "npm:0.3.0"