diff --git a/package-lock.json b/package-lock.json index 365716d920a..63b65ce43d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "remark-lint-ordered-list-marker-style": "^4.0.1", "remark-lint-ordered-list-marker-value": "^4.0.0", "remark-lint-prohibited-strings": "^4.0.0", - "remark-lint-unordered-list-marker-style": "^4.0.0", + "remark-lint-unordered-list-marker-style": "^4.0.1", "remark-stringify": "^11.0.0", "textlint": "^14.4.2", "textlint-filter-rule-comments": "^1.2.2", @@ -5110,10 +5110,11 @@ } }, "node_modules/remark-lint-unordered-list-marker-style": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/remark-lint-unordered-list-marker-style/-/remark-lint-unordered-list-marker-style-4.0.0.tgz", - "integrity": "sha512-XlP4Wr4KJNovyWVv0H5axfUlF23iE9Kt2SxaVq4+ieum5YcMmKE6KsL+aqt3kiJb60SH1u6a0bxKFvdM/9riOA==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/remark-lint-unordered-list-marker-style/-/remark-lint-unordered-list-marker-style-4.0.1.tgz", + "integrity": "sha512-HMrVQC0Qbr8ktSy+1lJGRGU10qecL3T14L6s/THEQXR5Tk0wcsLLG0auNvB4r2+H+ClhVO/Vnm1TEosh1OCsfw==", "dev": true, + "license": "MIT", "dependencies": { "@types/mdast": "^4.0.0", "mdast-util-phrasing": "^4.0.0", diff --git a/package.json b/package.json index 218a8b37148..d0bc5d7d4f3 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "remark-lint-ordered-list-marker-style": "^4.0.1", "remark-lint-ordered-list-marker-value": "^4.0.0", "remark-lint-prohibited-strings": "^4.0.0", - "remark-lint-unordered-list-marker-style": "^4.0.0", + "remark-lint-unordered-list-marker-style": "^4.0.1", "remark-stringify": "^11.0.0", "textlint": "^14.4.2", "textlint-filter-rule-comments": "^1.2.2",