diff --git a/package-lock.json b/package-lock.json index 6e0678806..ba4ed1c7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "remark-lint-no-multiple-toplevel-headings": "^4.0.1", "remark-lint-no-reference-like-url": "^4.0.1", "remark-lint-no-repeat-punctuation": "^0.1.4", - "remark-lint-no-shell-dollars": "^4.0.0", + "remark-lint-no-shell-dollars": "^4.0.1", "remark-lint-no-shortcut-reference-image": "^4.0.1", "remark-lint-no-table-indentation": "^5.0.1", "remark-lint-no-tabs": "^4.0.1", @@ -11150,9 +11150,10 @@ } }, "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==", + "license": "MIT", "dependencies": { "@types/mdast": "^4.0.0", "collapse-white-space": "^2.0.0", @@ -23938,9 +23939,9 @@ } }, "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==", "requires": { "@types/mdast": "^4.0.0", "collapse-white-space": "^2.0.0", diff --git a/package.json b/package.json index 4004c377f..6cfd3f4c8 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "remark-lint-no-multiple-toplevel-headings": "^4.0.1", "remark-lint-no-reference-like-url": "^4.0.1", "remark-lint-no-repeat-punctuation": "^0.1.4", - "remark-lint-no-shell-dollars": "^4.0.0", + "remark-lint-no-shell-dollars": "^4.0.1", "remark-lint-no-shortcut-reference-image": "^4.0.1", "remark-lint-no-table-indentation": "^5.0.1", "remark-lint-no-tabs": "^4.0.1",