diff --git a/package-lock.json b/package-lock.json index b368ae7bfa4..6e0d7a0bd63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2157,9 +2157,9 @@ } }, "remark-lint-no-shell-dollars": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/remark-lint-no-shell-dollars/-/remark-lint-no-shell-dollars-2.0.1.tgz", - "integrity": "sha512-N+wOq3nmZ8WnCreWhi/rfIKQJPAz+pcbErQATcnQzH0znzldXlX8Ovlm54yDx/A+TmGMex/epkCwuiewIj9m4g==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/remark-lint-no-shell-dollars/-/remark-lint-no-shell-dollars-2.0.2.tgz", + "integrity": "sha512-zhkHZOuyaD3r/TUUkkVqW0OxsR9fnSrAnHIF63nfJoAAUezPOu8D1NBsni6rX8H2DqGbPYkoeWrNsTwiKP0yow==", "dev": true, "requires": { "unified-lint-rule": "^1.0.0", diff --git a/package.json b/package.json index 80b736f47eb..d37335625c3 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "remark-frontmatter": "^2.0.0", "remark-lint": "^7.0.1", "remark-lint-fenced-code-flag": "^2.0.1", - "remark-lint-no-shell-dollars": "^2.0.1", + "remark-lint-no-shell-dollars": "^2.0.2", "remark-stringify": "^8.1.0", "textlint": "^11.6.3", "textlint-rule-common-misspellings": "^1.0.1",