diff --git a/package-lock.json b/package-lock.json index ba4ed1c7d..ff41bedf5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "remark-lint-definition-case": "^4.0.1", "remark-lint-definition-spacing": "^4.0.1", "remark-lint-fenced-code-flag": "^4.1.1", - "remark-lint-fenced-code-marker": "^4.0.0", + "remark-lint-fenced-code-marker": "^4.0.1", "remark-lint-file-extension": "^3.0.1", "remark-lint-final-definition": "^4.0.2", "remark-lint-final-newline": "^3.0.1", @@ -7267,9 +7267,10 @@ } }, "node_modules/remark-lint-fenced-code-marker": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/remark-lint-fenced-code-marker/-/remark-lint-fenced-code-marker-4.0.0.tgz", - "integrity": "sha512-WFN88Rx78m4/HSbW3Kx2XAYbVfzYns4bJd9qpwDD90DA3nc59zciYd01xi6Bk3n9vSs5gIlmG7xkwxVHHJ8KCA==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/remark-lint-fenced-code-marker/-/remark-lint-fenced-code-marker-4.0.1.tgz", + "integrity": "sha512-uI91OcVPKjNxV+vpjDW9T64hkE0a/CRn3JhwdMxUAJYpVsKnA7PFPSFJOx/abNsVZHNSe7ZFGgGdaH/lqgSizA==", + "license": "MIT", "dependencies": { "@types/mdast": "^4.0.0", "mdast-util-phrasing": "^4.0.0", @@ -21009,9 +21010,9 @@ } }, "remark-lint-fenced-code-marker": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/remark-lint-fenced-code-marker/-/remark-lint-fenced-code-marker-4.0.0.tgz", - "integrity": "sha512-WFN88Rx78m4/HSbW3Kx2XAYbVfzYns4bJd9qpwDD90DA3nc59zciYd01xi6Bk3n9vSs5gIlmG7xkwxVHHJ8KCA==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/remark-lint-fenced-code-marker/-/remark-lint-fenced-code-marker-4.0.1.tgz", + "integrity": "sha512-uI91OcVPKjNxV+vpjDW9T64hkE0a/CRn3JhwdMxUAJYpVsKnA7PFPSFJOx/abNsVZHNSe7ZFGgGdaH/lqgSizA==", "requires": { "@types/mdast": "^4.0.0", "mdast-util-phrasing": "^4.0.0", diff --git a/package.json b/package.json index 6cfd3f4c8..05feed503 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "remark-lint-definition-case": "^4.0.1", "remark-lint-definition-spacing": "^4.0.1", "remark-lint-fenced-code-flag": "^4.1.1", - "remark-lint-fenced-code-marker": "^4.0.0", + "remark-lint-fenced-code-marker": "^4.0.1", "remark-lint-file-extension": "^3.0.1", "remark-lint-final-definition": "^4.0.2", "remark-lint-final-newline": "^3.0.1",