From e1c7ad17bfc468d775a8ee35fa052a5961f1f52a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 05:29:40 +0000 Subject: [PATCH] Update dependency remark to v15 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9346ff9..82dbcd3 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "husky": "^8", "lint-staged": "^15", "prettier": "^3", - "remark": "^14", + "remark": "^15.0.0", "remark-cli": "^11", "semantic-release": "^21", "typescript": "^5",