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"