chore(deps): update dependency remark-lint-no-trailing-spaces to v2.0.1
This commit is contained in:
parent
d5a47ad221
commit
6d37a74608
3 changed files with 8 additions and 8 deletions
6
docs/package-lock.json
generated
6
docs/package-lock.json
generated
|
|
@ -9643,9 +9643,9 @@
|
|||
}
|
||||
},
|
||||
"remark-lint-no-trailing-spaces": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/remark-lint-no-trailing-spaces/-/remark-lint-no-trailing-spaces-2.0.0.tgz",
|
||||
"integrity": "sha512-UVb0xAFO5lsa/kRNC/qHOz7GuF91TjW7hk+m8hUircj1Nh53BP9rH24DJ/NVPF1Ve+u5k+pfOTJPqJcvD0zgUw==",
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/remark-lint-no-trailing-spaces/-/remark-lint-no-trailing-spaces-2.0.1.tgz",
|
||||
"integrity": "sha512-cj8t+nvtO6eAY2lJC7o5du8VeOCK13XiDUHL4U6k5aw6ZLr3EYWbQ/rNc6cr60eHkh5Ldm09KiZjV3CWpxqJ0g==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"unified-lint-rule": "^1.0.2"
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@
|
|||
"pug": "2.0.3",
|
||||
"remark-cli": "5.0.0",
|
||||
"remark-frontmatter": "1.3.1",
|
||||
"remark-lint-no-trailing-spaces": "2.0.0",
|
||||
"remark-lint-no-trailing-spaces": "2.0.1",
|
||||
"remark-preset-lint-consistent": "2.0.2",
|
||||
"remark-preset-lint-markdown-style-guide": "2.1.2",
|
||||
"remark-preset-lint-recommended": "3.0.2",
|
||||
|
|
|
|||
|
|
@ -7123,10 +7123,10 @@ remark-lint-no-table-indentation@^1.0.0:
|
|||
unist-util-position "^3.0.0"
|
||||
unist-util-visit "^1.1.1"
|
||||
|
||||
remark-lint-no-trailing-spaces@2.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/remark-lint-no-trailing-spaces/-/remark-lint-no-trailing-spaces-2.0.0.tgz#0bd8904f7377e64e0228573124dfef32776ae565"
|
||||
integrity sha512-UVb0xAFO5lsa/kRNC/qHOz7GuF91TjW7hk+m8hUircj1Nh53BP9rH24DJ/NVPF1Ve+u5k+pfOTJPqJcvD0zgUw==
|
||||
remark-lint-no-trailing-spaces@2.0.1:
|
||||
version "2.0.1"
|
||||
resolved "https://registry.yarnpkg.com/remark-lint-no-trailing-spaces/-/remark-lint-no-trailing-spaces-2.0.1.tgz#70e5b1a9487c8f013a2c3ada29b17dd4be280844"
|
||||
integrity sha512-cj8t+nvtO6eAY2lJC7o5du8VeOCK13XiDUHL4U6k5aw6ZLr3EYWbQ/rNc6cr60eHkh5Ldm09KiZjV3CWpxqJ0g==
|
||||
dependencies:
|
||||
unified-lint-rule "^1.0.2"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue