From 682c3229b1d7c97dfee70b655569715b9cf7c3b9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2020 13:53:00 +0200 Subject: [PATCH] Bump remark-lint-no-shell-dollars from 2.0.1 to 2.0.2 (#13886) Bumps [remark-lint-no-shell-dollars](https://github.com/remarkjs/remark-lint) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/remarkjs/remark-lint/releases) - [Changelog](https://github.com/remarkjs/remark-lint/blob/2.0.2/history.md) - [Commits](https://github.com/remarkjs/remark-lint/compare/remark-lint-no-shell-dollars@2.0.1...2.0.2) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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",