Skip to content

Commit fb8eab2

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 14ecacd commit fb8eab2

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.1",
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
@@ -6219,17 +6219,7 @@ __metadata:
62196219
languageName: node
62206220
linkType: hard
62216221

6222-
"@types/markdown-it@npm:14.1.1":
6223-
version: 14.1.1
6224-
resolution: "@types/markdown-it@npm:14.1.1"
6225-
dependencies:
6226-
"@types/linkify-it": "npm:^5"
6227-
"@types/mdurl": "npm:^2"
6228-
checksum: 10/78d6aae11cda6878b9190f9b65095b1d09de77e054148efb6876fca7b3f19505384ec9dd0ceeaf2a52455691c6a55b9baee92e14899994100121a7bebc58df14
6229-
languageName: node
6230-
linkType: hard
6231-
6232-
"@types/markdown-it@npm:^14.1.1":
6222+
"@types/markdown-it@npm:14.1.2, @types/markdown-it@npm:^14.1.1":
62336223
version: 14.1.2
62346224
resolution: "@types/markdown-it@npm:14.1.2"
62356225
dependencies:
@@ -14307,23 +14297,7 @@ __metadata:
1430714297
languageName: node
1430814298
linkType: hard
1430914299

14310-
"markdown-it@npm:14.0.0":
14311-
version: 14.0.0
14312-
resolution: "markdown-it@npm:14.0.0"
14313-
dependencies:
14314-
argparse: "npm:^2.0.1"
14315-
entities: "npm:^4.4.0"
14316-
linkify-it: "npm:^5.0.0"
14317-
mdurl: "npm:^2.0.0"
14318-
punycode.js: "npm:^2.3.1"
14319-
uc.micro: "npm:^2.0.0"
14320-
bin:
14321-
markdown-it: bin/markdown-it.mjs
14322-
checksum: 10/ae319aa4dd02b79d305fa0ff55020f8a3f728793938de5c8849c265a62a558f3968a3c023709d3a25aa0ce3287dc5a1faf33201f41efaf578dcf5d75b20462e8
14323-
languageName: node
14324-
linkType: hard
14325-
14326-
"markdown-it@npm:^14.1.0":
14300+
"markdown-it@npm:14.1.0, markdown-it@npm:^14.1.0":
1432714301
version: 14.1.0
1432814302
resolution: "markdown-it@npm:14.1.0"
1432914303
dependencies:
@@ -20143,7 +20117,7 @@ __metadata:
2014320117
"@types/keyboardjs": "npm:2.5.3"
2014420118
"@types/libsodium-wrappers": "npm:0"
2014520119
"@types/linkify-it": "npm:5.0.0"
20146-
"@types/markdown-it": "npm:14.1.1"
20120+
"@types/markdown-it": "npm:14.1.2"
2014720121
"@types/node": "npm:22.9.0"
2014820122
"@types/open-graph": "npm:0.2.6"
2014920123
"@types/platform": "npm:1.3.6"
@@ -20223,7 +20197,7 @@ __metadata:
2022320197
linkify-it: "npm:5.0.0"
2022420198
lint-staged: "npm:15.5.0"
2022520199
long: "npm:5.3.2"
20226-
markdown-it: "npm:14.0.0"
20200+
markdown-it: "npm:14.1.0"
2022720201
murmurhash: "npm:2.0.1"
2022820202
oidc-client-ts: "npm:3.4.1"
2022920203
os-browserify: "npm:0.3.0"

0 commit comments

Comments
 (0)