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" }