diff --git a/package-lock.json b/package-lock.json index 9fae82ea1d..23865f21b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "remark-lint-no-auto-link-without-protocol": "^4.0.0", "remark-lint-no-blockquote-without-marker": "^6.0.1", "remark-lint-no-consecutive-blank-lines": "^5.0.1", - "remark-lint-no-duplicate-definitions": "^4.0.0", + "remark-lint-no-duplicate-definitions": "^4.0.1", "remark-lint-no-duplicate-headings": "^4.0.1", "remark-lint-no-emphasis-as-heading": "^4.0.1", "remark-lint-no-empty-sections": "^4.0.0", @@ -8459,10 +8459,11 @@ } }, "node_modules/remark-lint-no-duplicate-definitions": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/remark-lint-no-duplicate-definitions/-/remark-lint-no-duplicate-definitions-4.0.0.tgz", - "integrity": "sha512-21fcOACkCyhNsHkedKlpvqIywYx+5zGR507bW8e59gzdGhTbnBwQ9du4ACmN9jxPTfIBhUVMz0bWezkGrHE7Bg==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/remark-lint-no-duplicate-definitions/-/remark-lint-no-duplicate-definitions-4.0.1.tgz", + "integrity": "sha512-Ek+A/xDkv5Nn+BXCFmf+uOrFSajCHj6CjhsHjtROgVUeEPj726yYekDBoDRA0Y3+z+U30AsJoHgf/9Jj1IFSug==", "dev": true, + "license": "MIT", "dependencies": { "@types/mdast": "^4.0.0", "devlop": "^1.0.0", @@ -20414,9 +20415,9 @@ } }, "remark-lint-no-duplicate-definitions": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/remark-lint-no-duplicate-definitions/-/remark-lint-no-duplicate-definitions-4.0.0.tgz", - "integrity": "sha512-21fcOACkCyhNsHkedKlpvqIywYx+5zGR507bW8e59gzdGhTbnBwQ9du4ACmN9jxPTfIBhUVMz0bWezkGrHE7Bg==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/remark-lint-no-duplicate-definitions/-/remark-lint-no-duplicate-definitions-4.0.1.tgz", + "integrity": "sha512-Ek+A/xDkv5Nn+BXCFmf+uOrFSajCHj6CjhsHjtROgVUeEPj726yYekDBoDRA0Y3+z+U30AsJoHgf/9Jj1IFSug==", "dev": true, "requires": { "@types/mdast": "^4.0.0", diff --git a/package.json b/package.json index 7de008232a..50f1e71ad7 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "remark-lint-no-auto-link-without-protocol": "^4.0.0", "remark-lint-no-blockquote-without-marker": "^6.0.1", "remark-lint-no-consecutive-blank-lines": "^5.0.1", - "remark-lint-no-duplicate-definitions": "^4.0.0", + "remark-lint-no-duplicate-definitions": "^4.0.1", "remark-lint-no-duplicate-headings": "^4.0.1", "remark-lint-no-emphasis-as-heading": "^4.0.1", "remark-lint-no-empty-sections": "^4.0.0",