diff --git a/package-lock.json b/package-lock.json index febb027f0f..bae2ab1788 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@types/blazy": "^1.5.30", "@types/highlight.js": "^10.0.0", "@types/jasmine": "^5.0.0", - "@types/markdown-it": "13.0.7", + "@types/markdown-it": "13.0.8", "copy-webpack-plugin": "^11.0.0", "jasmine-core": "^5.0.0", "karma": "^6.3.16", @@ -230,13 +230,13 @@ "dev": true }, "node_modules/@types/markdown-it": { - "version": "13.0.7", - "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-13.0.7.tgz", - "integrity": "sha512-U/CBi2YUUcTHBt5tjO2r5QV/x0Po6nsYwQU4Y04fBS6vfoImaiZ6f8bi3CjTCxBPQSO1LMyUqkByzi8AidyxfA==", + "version": "13.0.8", + "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-13.0.8.tgz", + "integrity": "sha512-V+KmpgiipS+zoypeUSS9ojesWtY/0k4XfqcK2fnVrX/qInJhX7rsCxZ/rygiPH2zxlPPrhfuW0I6ddMcWTKLsg==", "dev": true, "dependencies": { - "@types/linkify-it": "*", - "@types/mdurl": "*" + "@types/linkify-it": "^3", + "@types/mdurl": "^1" } }, "node_modules/@types/mdurl": { diff --git a/package.json b/package.json index f464d5c70e..211c2a7310 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@types/blazy": "^1.5.30", "@types/highlight.js": "^10.0.0", "@types/jasmine": "^5.0.0", - "@types/markdown-it": "13.0.7", + "@types/markdown-it": "13.0.8", "copy-webpack-plugin": "^11.0.0", "jasmine-core": "^5.0.0", "karma": "^6.3.16",