diff --git a/package-lock.json b/package-lock.json index 0d1d7b3fbd6..2cd5f46dc0f 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.8", + "@types/markdown-it": "13.0.9", "copy-webpack-plugin": "^11.0.0", "jasmine-core": "^5.0.0", "karma": "^6.3.16", @@ -230,10 +230,11 @@ "dev": true }, "node_modules/@types/markdown-it": { - "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==", + "version": "13.0.9", + "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-13.0.9.tgz", + "integrity": "sha512-1XPwR0+MgXLWfTn9gCsZ55AHOKW1WN+P9vr0PaQh5aerR9LLQXUbjfEAFhjmEmyoYFWAyuN2Mqkn40MZ4ukjBw==", "dev": true, + "license": "MIT", "dependencies": { "@types/linkify-it": "^3", "@types/mdurl": "^1" diff --git a/package.json b/package.json index 211c2a7310f..7a7b8deeac8 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.8", + "@types/markdown-it": "13.0.9", "copy-webpack-plugin": "^11.0.0", "jasmine-core": "^5.0.0", "karma": "^6.3.16",