From 355777319724ec5c51fd2d32c839ef950f71dba2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 23:00:48 +0000 Subject: [PATCH] Bump remark-lint-no-trailing-spaces from 3.0.2 to 4.0.3 in the npm group Bumps the npm group with 1 update: [remark-lint-no-trailing-spaces](https://github.com/Trott/remark-lint-no-trailing-spaces). Updates `remark-lint-no-trailing-spaces` from 3.0.2 to 4.0.3 - [Release notes](https://github.com/Trott/remark-lint-no-trailing-spaces/releases) - [Commits](https://github.com/Trott/remark-lint-no-trailing-spaces/compare/v3.0.2...v4.0.3) --- updated-dependencies: - dependency-name: remark-lint-no-trailing-spaces dependency-version: 4.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm ... 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 b03229be..242ed066 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "all-contributors-cli": "^6.26.1", "remark-cli": "^12.0.1", "remark-gfm": "^4.0.1", - "remark-lint-no-trailing-spaces": "^3.0.2", + "remark-lint-no-trailing-spaces": "^4.0.3", "remark-preset-lint-markdown-style-guide": "^6.0.1", "remark-preset-lint-recommended": "^7.0.1" } @@ -3407,9 +3407,9 @@ } }, "node_modules/remark-lint-no-trailing-spaces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/remark-lint-no-trailing-spaces/-/remark-lint-no-trailing-spaces-3.0.2.tgz", - "integrity": "sha512-4KxOdzZ+BlCZDu9yYsKGOfB8fknukxYD+9VhI1I5l7Ns7TgqdYq4k/qwUfTHpQ4TF9aokL/tOpsEGOc4PGKTKw==", + "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==", "license": "MIT", "dependencies": { "unified-lint-rule": "^3.0.0", diff --git a/package.json b/package.json index aba7b26d..2c15f8d0 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "all-contributors-cli": "^6.26.1", "remark-cli": "^12.0.1", "remark-gfm": "^4.0.1", - "remark-lint-no-trailing-spaces": "^3.0.2", + "remark-lint-no-trailing-spaces": "^4.0.3", "remark-preset-lint-markdown-style-guide": "^6.0.1", "remark-preset-lint-recommended": "^7.0.1" }