diff --git a/backend/package.json b/backend/package.json index fc41cd110..9a7d93b49 100644 --- a/backend/package.json +++ b/backend/package.json @@ -91,7 +91,7 @@ "@types/express": "4.17.17", "@types/express-session": "1.17.7", "@types/jest": "29.5.4", - "@types/markdown-it": "13.0.0", + "@types/markdown-it": "13.0.1", "@types/mysql": "2.15.21", "@types/node": "20.5.6", "@types/passport-local": "1.0.35", diff --git a/frontend/package.json b/frontend/package.json index c0ebc019a..919485764 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -135,7 +135,7 @@ "@types/dompurify": "3.0.2", "@types/jest": "29.5.4", "@types/luxon": "3.3.1", - "@types/markdown-it": "13.0.0", + "@types/markdown-it": "13.0.1", "@types/markdown-it-container": "2.0.6", "@types/markdown-it-plantuml": "1.4.1", "@types/node": "20.5.6", diff --git a/markdown-it-plugins/package.json b/markdown-it-plugins/package.json index efae776b9..0c0025b45 100644 --- a/markdown-it-plugins/package.json +++ b/markdown-it-plugins/package.json @@ -109,7 +109,7 @@ }, "devDependencies": { "@jest/types": "29.6.3", - "@types/markdown-it": "13.0.0", + "@types/markdown-it": "13.0.1", "@typescript-eslint/eslint-plugin": "6.4.1", "@typescript-eslint/parser": "6.4.1", "eslint": "8.48.0", diff --git a/yarn.lock b/yarn.lock index 15e9d2592..f1a1dfcfa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2290,7 +2290,7 @@ __metadata: "@types/express": 4.17.17 "@types/express-session": 1.17.7 "@types/jest": 29.5.4 - "@types/markdown-it": 13.0.0 + "@types/markdown-it": 13.0.1 "@types/minio": 7.1.0 "@types/mysql": 2.15.21 "@types/node": 20.5.6 @@ -2433,7 +2433,7 @@ __metadata: "@types/jest": 29.5.4 "@types/katex": 0.16.2 "@types/luxon": 3.3.1 - "@types/markdown-it": 13.0.0 + "@types/markdown-it": 13.0.1 "@types/markdown-it-container": 2.0.6 "@types/markdown-it-plantuml": 1.4.1 "@types/node": 20.5.6 @@ -2569,7 +2569,7 @@ __metadata: dependencies: "@jest/types": 29.6.3 "@mrdrogdrog/optional": 1.2.1 - "@types/markdown-it": 13.0.0 + "@types/markdown-it": 13.0.1 "@typescript-eslint/eslint-plugin": 6.4.1 "@typescript-eslint/parser": 6.4.1 eslint: 8.48.0 @@ -4733,7 +4733,7 @@ __metadata: languageName: node linkType: hard -"@types/markdown-it@npm:*, @types/markdown-it@npm:13.0.0": +"@types/markdown-it@npm:*": version: 13.0.0 resolution: "@types/markdown-it@npm:13.0.0" dependencies: @@ -4743,6 +4743,16 @@ __metadata: languageName: node linkType: hard +"@types/markdown-it@npm:13.0.1": + version: 13.0.1 + resolution: "@types/markdown-it@npm:13.0.1" + dependencies: + "@types/linkify-it": "*" + "@types/mdurl": "*" + checksum: 184d383ac21903a9e6be1639cde2b0cc082d0366b423fd8a69d0f37d9d1d36338f66611226ba4ef1da6148f370a62e08f688e8147ead43d429d6ff213c38c062 + languageName: node + linkType: hard + "@types/mdast@npm:^3.0.0": version: 3.0.12 resolution: "@types/mdast@npm:3.0.12"