From 9fb806fc96ecb77bfb3bab3ca3980f7b3f56ab53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 03:43:03 +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 9c87e4a5..94de913c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "remark-lint-no-empty-sections": "^4.0.0", "remark-lint-no-long-code": "^0.1.2", "remark-lint-no-repeat-punctuation": "^0.1.3", - "remark-lint-no-trailing-spaces": "^4.0.3", + "remark-lint-no-trailing-spaces": "^5.0.0", "remark-normalize-headings": "^4", "remark-preset-lint-consistent": "^6.0", "remark-preset-lint-recommended": "^7.0" @@ -7220,9 +7220,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 c6528cd0..78a23f52 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "remark-lint-no-empty-sections": "^4.0.0", "remark-lint-no-long-code": "^0.1.2", "remark-lint-no-repeat-punctuation": "^0.1.3", - "remark-lint-no-trailing-spaces": "^4.0.3", + "remark-lint-no-trailing-spaces": "^5.0.0", "remark-normalize-headings": "^4", "remark-preset-lint-consistent": "^6.0", "remark-preset-lint-recommended": "^7.0"