From 219722eab5a451f021db3b03f4821f8d70fedef7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 14:33:08 +0000 Subject: [PATCH] chore(deps-dev): Bump remark-lint-no-trailing-spaces from 4.0.3 to 5.0.0 Bumps [remark-lint-no-trailing-spaces](https://github.com/Trott/remark-lint-no-trailing-spaces) from 4.0.3 to 5.0.0. - [Release notes](https://github.com/Trott/remark-lint-no-trailing-spaces/releases) - [Changelog](https://github.com/Trott/remark-lint-no-trailing-spaces/blob/main/CHANGELOG.md) - [Commits](https://github.com/Trott/remark-lint-no-trailing-spaces/compare/v4.0.3...v5.0.0) --- updated-dependencies: - dependency-name: remark-lint-no-trailing-spaces dependency-version: 5.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0a7593b..a832ea2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "remark-lint-no-empty-sections": "4.0.0", "remark-lint-no-long-code": "0.1.3", "remark-lint-no-repeat-punctuation": "0.1.4", - "remark-lint-no-trailing-spaces": "4.0.3", + "remark-lint-no-trailing-spaces": "5.0.0", "remark-lint-write-good": "1.2.0", "remark-normalize-headings": "4.0.0", "remark-preset-lint-consistent": "6.0.1", @@ -16723,9 +16723,9 @@ } }, "node_modules/remark-lint-no-trailing-spaces": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/remark-lint-no-trailing-spaces/-/remark-lint-no-trailing-spaces-4.0.3.tgz", - "integrity": "sha512-BZ/qOc5Sgprt8LfF8zRwhvaH0reY1rKyBysIfu7qvwV6gjVhdRLIjCqL/AYZae59Egd3fw1NlQmQkgfxwY1uLA==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/remark-lint-no-trailing-spaces/-/remark-lint-no-trailing-spaces-5.0.0.tgz", + "integrity": "sha512-O9nk0/PwZaHMeabfGuPDfmWRzwloZW6hL4j1nA2flF27EWXbOWSFkihRPyUAgVSm2wRs2lPjDV97Ey+liHeLGw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 9acbf9c..6bf0626 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "remark-lint-no-empty-sections": "4.0.0", "remark-lint-no-long-code": "0.1.3", "remark-lint-no-repeat-punctuation": "0.1.4", - "remark-lint-no-trailing-spaces": "4.0.3", + "remark-lint-no-trailing-spaces": "5.0.0", "remark-lint-write-good": "1.2.0", "remark-normalize-headings": "4.0.0", "remark-preset-lint-consistent": "6.0.1",