diff --git a/package-lock.json b/package-lock.json index 96c4f2ad388..a7d33deba88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -97,7 +97,7 @@ "@nextcloud/vite-config": "^2.5.4", "@playwright/test": "^1.62.1", "@types/jsdom": "^30.0.0", - "@types/markdown-it": "^14.1.2", + "@types/markdown-it": "^14.2.0", "@types/markdown-it-footnote": "^3.0.4", "@vitejs/plugin-vue": "^6.0.8", "@vitest/coverage-v8": "^4.1.10", @@ -5950,9 +5950,9 @@ "license": "MIT" }, "node_modules/@types/markdown-it": { - "version": "14.1.2", - "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-14.1.2.tgz", - "integrity": "sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==", + "version": "14.2.0", + "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-14.2.0.tgz", + "integrity": "sha512-NoQ2yGlLWj4wpxMs+TYmRKk3thDrQ97agr7sFqfLsAlvoS8SNQuTrlObhFqG9iugdTtgOE9jpJ6FNM4ZGsa5xQ==", "license": "MIT", "dependencies": { "@types/linkify-it": "^5", diff --git a/package.json b/package.json index 75413b9e8b2..7458daa9c60 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "@nextcloud/vite-config": "^2.5.4", "@playwright/test": "^1.62.1", "@types/jsdom": "^30.0.0", - "@types/markdown-it": "^14.1.2", + "@types/markdown-it": "^14.2.0", "@types/markdown-it-footnote": "^3.0.4", "@vitejs/plugin-vue": "^6.0.8", "@vitest/coverage-v8": "^4.1.10",