From f333243881b2bfe9373c6bf68e46937e3ace5ca9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 06:03:56 +0000 Subject: [PATCH] Bump remark-lint-no-shell-dollars from 3.1.0 to 3.1.1 Bumps [remark-lint-no-shell-dollars](https://github.com/remarkjs/remark-lint/tree/HEAD/packages/remark-lint-no-shell-dollars) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/remarkjs/remark-lint/releases) - [Changelog](https://github.com/remarkjs/remark-lint/blob/main/changelog.md) - [Commits](https://github.com/remarkjs/remark-lint/commits/remark-lint-maximum-line-length@3.1.1/packages/remark-lint-no-shell-dollars) --- updated-dependencies: - dependency-name: remark-lint-no-shell-dollars dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9b7c89bcb938..29043642fbd7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "remark-frontmatter": "^4.0.1", "remark-lint": "^9.1.0", "remark-lint-fenced-code-flag": "^3.1.0", - "remark-lint-no-shell-dollars": "^3.1.0", + "remark-lint-no-shell-dollars": "^3.1.1", "remark-stringify": "^10.0.1", "textlint": "^12.0.2", "textlint-rule-common-misspellings": "^1.0.1", @@ -4920,9 +4920,9 @@ } }, "node_modules/remark-lint-no-shell-dollars": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/remark-lint-no-shell-dollars/-/remark-lint-no-shell-dollars-3.1.0.tgz", - "integrity": "sha512-f4+NPey3yzd9TpDka5Bs3W+MMJBPz6bQ7zK3M9Qc133lqZ81hKMGVRrOBafS1RNqD5htLZbbGyCoJa476QtW1w==", + "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==", "dev": true, "dependencies": { "@types/mdast": "^3.0.0", @@ -9736,9 +9736,9 @@ } }, "remark-lint-no-shell-dollars": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/remark-lint-no-shell-dollars/-/remark-lint-no-shell-dollars-3.1.0.tgz", - "integrity": "sha512-f4+NPey3yzd9TpDka5Bs3W+MMJBPz6bQ7zK3M9Qc133lqZ81hKMGVRrOBafS1RNqD5htLZbbGyCoJa476QtW1w==", + "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==", "dev": true, "requires": { "@types/mdast": "^3.0.0", diff --git a/package.json b/package.json index 574370f2be94..3bc7b0726cab 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "remark-frontmatter": "^4.0.1", "remark-lint": "^9.1.0", "remark-lint-fenced-code-flag": "^3.1.0", - "remark-lint-no-shell-dollars": "^3.1.0", + "remark-lint-no-shell-dollars": "^3.1.1", "remark-stringify": "^10.0.1", "textlint": "^12.0.2", "textlint-rule-common-misspellings": "^1.0.1",