From 9b7e748fc73c13539cce4e3b5b1f19a3cb6a6a1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 12:58:41 +0200 Subject: [PATCH] Bump remark-lint-no-shell-dollars from 3.1.1 to 3.1.2 (#27433) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",