From b22427043bd75838b72fd2729eeaa1d8394eb49f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2020 13:43:04 +0100 Subject: [PATCH] Bump remark-lint-no-shell-dollars from 1.0.3 to 1.0.4 (#12512) Bumps [remark-lint-no-shell-dollars](https://github.com/remarkjs/remark-lint) from 1.0.3 to 1.0.4. - [Release notes](https://github.com/remarkjs/remark-lint/releases) - [Changelog](https://github.com/remarkjs/remark-lint/blob/master/changelog.md) - [Commits](https://github.com/remarkjs/remark-lint/commits/ordered-list-marker-value@1.0.4) 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 80d17bdea0c..5c206a8c6b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1886,9 +1886,9 @@ } }, "remark-lint-no-shell-dollars": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/remark-lint-no-shell-dollars/-/remark-lint-no-shell-dollars-1.0.3.tgz", - "integrity": "sha512-fT3lQMTjEkPryL+63qDP1NfrohP3tG5i3SkNWSSR4VLU6OSsSSXlHGQGjo0ag//+EPKHB5/9frB/YQ0gDEPRGQ==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/remark-lint-no-shell-dollars/-/remark-lint-no-shell-dollars-1.0.4.tgz", + "integrity": "sha512-YXFj8FUVTKkVvoAbFY3zv1Ol7Kj1i+qdze3pXSgRG61y1LpfL8/HpnvFrseMbBmNw6o4WpjTo7GoArngJ1sCeg==", "dev": true, "requires": { "unified-lint-rule": "^1.0.0", diff --git a/package.json b/package.json index 54d83a7b0f2..2759aef95a5 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "remark-frontmatter": "^1.3.3", "remark-lint": "^6.0.6", "remark-lint-fenced-code-flag": "^1.0.3", - "remark-lint-no-shell-dollars": "^1.0.3", + "remark-lint-no-shell-dollars": "^1.0.4", "remark-stringify": "^7.0.4", "textlint": "^11.6.3", "textlint-rule-common-misspellings": "^1.0.1",