Skip to content

Commit 83b55f7

Browse files
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](markdown-it/markdown-it@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] <[email protected]>
1 parent 7011bd3 commit 83b55f7

File tree

2 files changed

+6
-32
lines changed

2 files changed

+6
-32
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"libsodium-wrappers": "0.7.15",
4444
"linkify-it": "5.0.0",
4545
"long": "5.3.2",
46-
"markdown-it": "14.0.0",
46+
"markdown-it": "14.1.0",
4747
"murmurhash": "2.0.1",
4848
"oidc-client-ts": "3.4.0",
4949
"path-to-regexp": "8.3.0",
@@ -98,7 +98,7 @@
9898
"@types/keyboardjs": "2.5.3",
9999
"@types/libsodium-wrappers": "0",
100100
"@types/linkify-it": "5.0.0",
101-
"@types/markdown-it": "14.1.1",
101+
"@types/markdown-it": "14.1.2",
102102
"@types/node": "22.9.0",
103103
"@types/open-graph": "0.2.6",
104104
"@types/platform": "1.3.6",

yarn.lock

Lines changed: 4 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -6169,17 +6169,7 @@ __metadata:
61696169
languageName: node
61706170
linkType: hard
61716171

6172-
"@types/markdown-it@npm:14.1.1":
6173-
version: 14.1.1
6174-
resolution: "@types/markdown-it@npm:14.1.1"
6175-
dependencies:
6176-
"@types/linkify-it": "npm:^5"
6177-
"@types/mdurl": "npm:^2"
6178-
checksum: 10/78d6aae11cda6878b9190f9b65095b1d09de77e054148efb6876fca7b3f19505384ec9dd0ceeaf2a52455691c6a55b9baee92e14899994100121a7bebc58df14
6179-
languageName: node
6180-
linkType: hard
6181-
6182-
"@types/markdown-it@npm:^14.1.1":
6172+
"@types/markdown-it@npm:14.1.2, @types/markdown-it@npm:^14.1.1":
61836173
version: 14.1.2
61846174
resolution: "@types/markdown-it@npm:14.1.2"
61856175
dependencies:
@@ -14203,23 +14193,7 @@ __metadata:
1420314193
languageName: node
1420414194
linkType: hard
1420514195

14206-
"markdown-it@npm:14.0.0":
14207-
version: 14.0.0
14208-
resolution: "markdown-it@npm:14.0.0"
14209-
dependencies:
14210-
argparse: "npm:^2.0.1"
14211-
entities: "npm:^4.4.0"
14212-
linkify-it: "npm:^5.0.0"
14213-
mdurl: "npm:^2.0.0"
14214-
punycode.js: "npm:^2.3.1"
14215-
uc.micro: "npm:^2.0.0"
14216-
bin:
14217-
markdown-it: bin/markdown-it.mjs
14218-
checksum: 10/ae319aa4dd02b79d305fa0ff55020f8a3f728793938de5c8849c265a62a558f3968a3c023709d3a25aa0ce3287dc5a1faf33201f41efaf578dcf5d75b20462e8
14219-
languageName: node
14220-
linkType: hard
14221-
14222-
"markdown-it@npm:^14.1.0":
14196+
"markdown-it@npm:14.1.0, markdown-it@npm:^14.1.0":
1422314197
version: 14.1.0
1422414198
resolution: "markdown-it@npm:14.1.0"
1422514199
dependencies:
@@ -19983,7 +19957,7 @@ __metadata:
1998319957
"@types/keyboardjs": "npm:2.5.3"
1998419958
"@types/libsodium-wrappers": "npm:0"
1998519959
"@types/linkify-it": "npm:5.0.0"
19986-
"@types/markdown-it": "npm:14.1.1"
19960+
"@types/markdown-it": "npm:14.1.2"
1998719961
"@types/node": "npm:22.9.0"
1998819962
"@types/open-graph": "npm:0.2.6"
1998919963
"@types/platform": "npm:1.3.6"
@@ -20063,7 +20037,7 @@ __metadata:
2006320037
linkify-it: "npm:5.0.0"
2006420038
lint-staged: "npm:15.5.0"
2006520039
long: "npm:5.3.2"
20066-
markdown-it: "npm:14.0.0"
20040+
markdown-it: "npm:14.1.0"
2006720041
murmurhash: "npm:2.0.1"
2006820042
oidc-client-ts: "npm:3.4.0"
2006920043
os-browserify: "npm:0.3.0"

0 commit comments

Comments
 (0)