diff --git a/package-lock.json b/package-lock.json index 299b0da3c64..9ad0c999087 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "remark-frontmatter": "^4.0.1", "remark-lint": "^9.1.2", "remark-lint-fenced-code-flag": "^3.1.2", - "remark-lint-no-shell-dollars": "^3.1.1", + "remark-lint-no-shell-dollars": "^3.1.2", "remark-stringify": "^10.0.2", "textlint": "^13.3.2", "textlint-filter-rule-comments": "^1.2.2", @@ -3514,9 +3514,9 @@ } }, "node_modules/remark-lint-no-shell-dollars": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/remark-lint-no-shell-dollars/-/remark-lint-no-shell-dollars-3.1.1.tgz", - "integrity": "sha512-Q3Ad1TaOPxbYog5+Of/quPG3Fy+dMKiHjT8KsU7NDiHG6YJOnAJ3f3w+y13CIlNIaKc/MrisgcthhrZ7NsgXfA==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/remark-lint-no-shell-dollars/-/remark-lint-no-shell-dollars-3.1.2.tgz", + "integrity": "sha512-np2MDEhXHviXhbQFjnC1QYv5/fxCV1cIHfGMoJpqiW7Zcu/UGCOo5TE3XswZH4ukHZJ65c3X2A6qfLDW+ur3CQ==", "dev": true, "dependencies": { "@types/mdast": "^3.0.0", diff --git a/package.json b/package.json index 130cba05cfc..b7bc0b6d4ea 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "remark-frontmatter": "^4.0.1", "remark-lint": "^9.1.2", "remark-lint-fenced-code-flag": "^3.1.2", - "remark-lint-no-shell-dollars": "^3.1.1", + "remark-lint-no-shell-dollars": "^3.1.2", "remark-stringify": "^10.0.2", "textlint": "^13.3.2", "textlint-filter-rule-comments": "^1.2.2",