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