From 2a14e6a916a533a49a52a02908c8839f3af2204a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 22:09:03 +0000 Subject: [PATCH] Update dependency @types/markdown-it to v13.0.9 --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 38c6a8743dc..14498222e78 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", @@ -210,10 +210,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",