From 24220358efe0f42c8521592b6e6ee00524e873fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 20:19:17 +0000 Subject: [PATCH] chore(deps): update dependency @types/markdown-it to ^13.0.5 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 147af66..9ca745d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "tailwindcss": "^3.3.3" }, "devDependencies": { - "@types/markdown-it": "^13.0.4", + "@types/markdown-it": "^13.0.5", "@types/sanitize-html": "^2.9.3", "@typescript-eslint/eslint-plugin": "^6.8.0", "@typescript-eslint/parser": "^6.8.0", @@ -1577,9 +1577,9 @@ "dev": true }, "node_modules/@types/markdown-it": { - "version": "13.0.4", - "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-13.0.4.tgz", - "integrity": "sha512-FAIUdEXrCDnQmAAmJC+UeW/3p0eCI4QZ/+W0lX/h83VD3v78IgTFYftjnAeXS8H0g4PFQCgipc51cQDA8tjgLw==", + "version": "13.0.5", + "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-13.0.5.tgz", + "integrity": "sha512-QhJP7hkq3FCrFNx0szMNCT/79CXfcEgUIA3jc5GBfeXqoKsk3R8JZm2wRXJ2DiyjbPE4VMFOSDemLFcUTZmHEQ==", "dev": true, "dependencies": { "@types/linkify-it": "*", diff --git a/package.json b/package.json index 633ff05..d76053e 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "astro": "astro" }, "devDependencies": { - "@types/markdown-it": "^13.0.4", + "@types/markdown-it": "^13.0.5", "@types/sanitize-html": "^2.9.3", "@typescript-eslint/eslint-plugin": "^6.8.0", "@typescript-eslint/parser": "^6.8.0",