From 0d76948ff50e70b4213bcbb005d015f6500425c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 07:04:14 +0000 Subject: [PATCH] build(deps-dev): update remark-lint-no-file-name-irregular-characters requirement Updates the requirements on [remark-lint-no-file-name-irregular-characters](https://github.com/remarkjs/remark-lint) to permit the latest version. - [Release notes](https://github.com/remarkjs/remark-lint/releases) - [Changelog](https://github.com/remarkjs/remark-lint/blob/main/changelog.md) - [Commits](https://github.com/remarkjs/remark-lint/commits) --- updated-dependencies: - dependency-name: remark-lint-no-file-name-irregular-characters dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eaa39c1..02d0e2d 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "lint-staged": "^15.3.0", "remark": "15.0.1", "remark-cli": "^12.0.1", - "remark-lint-no-file-name-irregular-characters": "^3.0.0", + "remark-lint-no-file-name-irregular-characters": "^3.0.1", "remark-preset-lint-consistent": "^6.0.0", "remark-preset-lint-markdown-style-guide": "^6.0.0", "remark-preset-lint-recommended": "^7.0.0"