From 86034c4c8bcef3b082375ccfedd2ea200ebdad8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 08:10:05 +0100 Subject: [PATCH] build(deps-dev): bump remark-lint-no-shell-dollars from 4.0.0 to 4.0.1 (#37159) Bumps [remark-lint-no-shell-dollars](https://github.com/remarkjs/remark-lint) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/remarkjs/remark-lint/releases) - [Changelog](https://github.com/remarkjs/remark-lint/blob/4.0.1/history.md) - [Commits](https://github.com/remarkjs/remark-lint/compare/4.0.0...4.0.1) --- updated-dependencies: - dependency-name: remark-lint-no-shell-dollars dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 575d18fc58e..cafee363eda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "remark-lint-fenced-code-flag": "^4.1.1", "remark-lint-heading-increment": "^4.0.1", "remark-lint-heading-style": "^4.0.0", - "remark-lint-no-shell-dollars": "^4.0.0", + "remark-lint-no-shell-dollars": "^4.0.1", "remark-lint-ordered-list-marker-style": "^4.0.1", "remark-lint-ordered-list-marker-value": "^4.0.0", "remark-lint-prohibited-strings": "^4.0.0", @@ -4677,10 +4677,11 @@ } }, "node_modules/remark-lint-no-shell-dollars": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/remark-lint-no-shell-dollars/-/remark-lint-no-shell-dollars-4.0.0.tgz", - "integrity": "sha512-ye2h8FzjsgqqQV0HHN2g9N4FqI3eD9Gpgu7tU5ADIJyQ3mUJdwBoFn7IlGnpmumR1fb/l6u/AhRavIZxXYqG+Q==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/remark-lint-no-shell-dollars/-/remark-lint-no-shell-dollars-4.0.1.tgz", + "integrity": "sha512-UPE1DNCIkLtnS3YFD065Gkq5lQqfndBDpX8Ct/Zjn7M0/hzCyf9B6tpwCU0I20m9jzhS/CSY6mxYnAiEg+KkFA==", "dev": true, + "license": "MIT", "dependencies": { "@types/mdast": "^4.0.0", "collapse-white-space": "^2.0.0", diff --git a/package.json b/package.json index 124b94916bd..55f98fecc54 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "remark-lint-fenced-code-flag": "^4.1.1", "remark-lint-heading-increment": "^4.0.1", "remark-lint-heading-style": "^4.0.0", - "remark-lint-no-shell-dollars": "^4.0.0", + "remark-lint-no-shell-dollars": "^4.0.1", "remark-lint-ordered-list-marker-style": "^4.0.1", "remark-lint-ordered-list-marker-value": "^4.0.0", "remark-lint-prohibited-strings": "^4.0.0",