diff --git a/package-lock.json b/package-lock.json index 06f1b553a..c60d47f0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "remark-lint-file-extension": "^3.0.1", "remark-lint-final-definition": "^4.0.2", "remark-lint-final-newline": "^3.0.1", - "remark-lint-hard-break-spaces": "^4.0.0", + "remark-lint-hard-break-spaces": "^4.1.1", "remark-lint-heading-increment": "^4.0.0", "remark-lint-heading-style": "^4.0.1", "remark-lint-heading-whitespace": "^1.0.0", @@ -7677,9 +7677,10 @@ } }, "node_modules/remark-lint-hard-break-spaces": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/remark-lint-hard-break-spaces/-/remark-lint-hard-break-spaces-4.0.0.tgz", - "integrity": "sha512-zCTq7/xfM0ZL3bMopXse9DH2nk38wE1LrxmYwnTrqASBLnEAJWE2U2//tRGVMEBfSAnNvmIo96twz6zkLWjbGA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/remark-lint-hard-break-spaces/-/remark-lint-hard-break-spaces-4.1.1.tgz", + "integrity": "sha512-AKDPDt39fvmr3yk38OKZEWJxxCOOUBE+96AsBfs+ExS5LW6oLa9041X5ahFDQHvHGzdoremEIaaElursaPEkNg==", + "license": "MIT", "dependencies": { "@types/mdast": "^4.0.0", "unified-lint-rule": "^3.0.0", @@ -21308,9 +21309,9 @@ } }, "remark-lint-hard-break-spaces": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/remark-lint-hard-break-spaces/-/remark-lint-hard-break-spaces-4.0.0.tgz", - "integrity": "sha512-zCTq7/xfM0ZL3bMopXse9DH2nk38wE1LrxmYwnTrqASBLnEAJWE2U2//tRGVMEBfSAnNvmIo96twz6zkLWjbGA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/remark-lint-hard-break-spaces/-/remark-lint-hard-break-spaces-4.1.1.tgz", + "integrity": "sha512-AKDPDt39fvmr3yk38OKZEWJxxCOOUBE+96AsBfs+ExS5LW6oLa9041X5ahFDQHvHGzdoremEIaaElursaPEkNg==", "requires": { "@types/mdast": "^4.0.0", "unified-lint-rule": "^3.0.0", diff --git a/package.json b/package.json index 6345403a7..5fd1c9909 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "remark-lint-file-extension": "^3.0.1", "remark-lint-final-definition": "^4.0.2", "remark-lint-final-newline": "^3.0.1", - "remark-lint-hard-break-spaces": "^4.0.0", + "remark-lint-hard-break-spaces": "^4.1.1", "remark-lint-heading-increment": "^4.0.0", "remark-lint-heading-style": "^4.0.1", "remark-lint-heading-whitespace": "^1.0.0",