diff --git a/package-lock.json b/package-lock.json index 498c7bfe..45da9444 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "remark-cli": "^10.0.0", "remark-lint": "^9.1.0", - "remark-preset-lint-recommended": "^6.1.0" + "remark-preset-lint-recommended": "^6.1.1" }, "devDependencies": {} }, @@ -1717,24 +1717,6 @@ "url": "https://opencollective.com/unified" } }, - "node_modules/remark-lint-no-auto-link-without-protocol": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/remark-lint-no-auto-link-without-protocol/-/remark-lint-no-auto-link-without-protocol-3.1.0.tgz", - "integrity": "sha512-GqZXDu/xfajWCEPhS8UjO9dYMTlY5lD8ShoYIaouUgz3nNQvLwX33pTKqfRpd/R9EmV1uQw0PCJ6TYwhBrnOXQ==", - "dependencies": { - "@types/mdast": "^3.0.0", - "mdast-util-to-string": "^3.0.0", - "unified": "^10.0.0", - "unified-lint-rule": "^2.0.0", - "unist-util-generated": "^2.0.0", - "unist-util-position": "^4.0.0", - "unist-util-visit": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, "node_modules/remark-lint-no-blockquote-without-marker": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/remark-lint-no-blockquote-without-marker/-/remark-lint-no-blockquote-without-marker-5.1.0.tgz", @@ -1941,9 +1923,9 @@ } }, "node_modules/remark-preset-lint-recommended": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/remark-preset-lint-recommended/-/remark-preset-lint-recommended-6.1.0.tgz", - "integrity": "sha512-1jUbuzRAP5idWu9GZ5x7M96Z1TcTWwJu0C8ziz5RLezWL9rChhw9kV6s0beR0lrY5Kl5E5pjA6SKaP7NyGi2ug==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/remark-preset-lint-recommended/-/remark-preset-lint-recommended-6.1.1.tgz", + "integrity": "sha512-ez8/QTY8x/XKZcewXbWd+vQWWhNbgHCEq+NwY6sf9/QuwxBarG9cmSkP9yXi5glYKGVaEefVZmrZRB4jvZWcog==", "dependencies": { "@types/mdast": "^3.0.0", "remark-lint": "^9.0.0", @@ -1951,7 +1933,6 @@ "remark-lint-hard-break-spaces": "^3.0.0", "remark-lint-list-item-bullet-indent": "^4.0.0", "remark-lint-list-item-indent": "^3.0.0", - "remark-lint-no-auto-link-without-protocol": "^3.0.0", "remark-lint-no-blockquote-without-marker": "^5.0.0", "remark-lint-no-duplicate-definitions": "^3.0.0", "remark-lint-no-heading-content-indent": "^4.0.0", @@ -3628,20 +3609,6 @@ "unist-util-visit": "^4.0.0" } }, - "remark-lint-no-auto-link-without-protocol": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/remark-lint-no-auto-link-without-protocol/-/remark-lint-no-auto-link-without-protocol-3.1.0.tgz", - "integrity": "sha512-GqZXDu/xfajWCEPhS8UjO9dYMTlY5lD8ShoYIaouUgz3nNQvLwX33pTKqfRpd/R9EmV1uQw0PCJ6TYwhBrnOXQ==", - "requires": { - "@types/mdast": "^3.0.0", - "mdast-util-to-string": "^3.0.0", - "unified": "^10.0.0", - "unified-lint-rule": "^2.0.0", - "unist-util-generated": "^2.0.0", - "unist-util-position": "^4.0.0", - "unist-util-visit": "^4.0.0" - } - }, "remark-lint-no-blockquote-without-marker": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/remark-lint-no-blockquote-without-marker/-/remark-lint-no-blockquote-without-marker-5.1.0.tgz", @@ -3800,9 +3767,9 @@ } }, "remark-preset-lint-recommended": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/remark-preset-lint-recommended/-/remark-preset-lint-recommended-6.1.0.tgz", - "integrity": "sha512-1jUbuzRAP5idWu9GZ5x7M96Z1TcTWwJu0C8ziz5RLezWL9rChhw9kV6s0beR0lrY5Kl5E5pjA6SKaP7NyGi2ug==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/remark-preset-lint-recommended/-/remark-preset-lint-recommended-6.1.1.tgz", + "integrity": "sha512-ez8/QTY8x/XKZcewXbWd+vQWWhNbgHCEq+NwY6sf9/QuwxBarG9cmSkP9yXi5glYKGVaEefVZmrZRB4jvZWcog==", "requires": { "@types/mdast": "^3.0.0", "remark-lint": "^9.0.0", @@ -3810,7 +3777,6 @@ "remark-lint-hard-break-spaces": "^3.0.0", "remark-lint-list-item-bullet-indent": "^4.0.0", "remark-lint-list-item-indent": "^3.0.0", - "remark-lint-no-auto-link-without-protocol": "^3.0.0", "remark-lint-no-blockquote-without-marker": "^5.0.0", "remark-lint-no-duplicate-definitions": "^3.0.0", "remark-lint-no-heading-content-indent": "^4.0.0", diff --git a/package.json b/package.json index 7b64a8ae..11e99843 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "dependencies": { "remark-cli": "^10.0.0", "remark-lint": "^9.1.0", - "remark-preset-lint-recommended": "^6.1.0" + "remark-preset-lint-recommended": "^6.1.1" }, "devDependencies": {}, "scripts": {