From 1c1ac3b813bd1af5271ee9eafe66ce9accbb4a2e Mon Sep 17 00:00:00 2001 From: Allon Mureinik Date: Tue, 29 Jul 2025 11:55:44 +0300 Subject: [PATCH] fix(ci) bump markdowncli-lint version Bump the `markdowncli-lint` version to the newest available version to solve the runtime deprecation warning about `f.R_OK`. Fixes #467 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e16364a6..0df4c6b7 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "fast-glob": "^3.3.2", "husky": "^9.1.6", "lint-staged": "^15.2.10", - "markdownlint-cli": "^0.42.0", + "markdownlint-cli": "^0.45.0", "mocha": "^10.8.2", "npm-run-all2": "^6.2.6", "nyc": "^17.1.0",