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",