Bump remark-lint-fenced-code-flag from 3.0.0 to 3.0.1 (#18971)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-08-18 09:48:10 +02:00 committed by GitHub
parent c4ea1b8124
commit 78af7cb2e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -3063,9 +3063,9 @@
}
},
"remark-lint-fenced-code-flag": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/remark-lint-fenced-code-flag/-/remark-lint-fenced-code-flag-3.0.0.tgz",
"integrity": "sha512-wvyaTvQ5F78yuw4BDQsneTCvkxHGAjq0OuDQU4pawAZMYO3qFJlau7qoLppgquY1D+jBakejMT/yKnoQgRf1dQ==",
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/remark-lint-fenced-code-flag/-/remark-lint-fenced-code-flag-3.0.1.tgz",
"integrity": "sha512-HsEhvalGxCauZO6OAnaVzIBycfaHLuyZxy1KlniWXQJKZ6EjRAsWwkZHYx9qfPl/ZW7zDG+xAoWTqdHjZW/BTg==",
"dev": true,
"requires": {
"@types/mdast": "^3.0.0",
@ -3967,9 +3967,9 @@
}
},
"unified-lint-rule": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/unified-lint-rule/-/unified-lint-rule-2.0.0.tgz",
"integrity": "sha512-3V+eyHZR+PAeKavQrrvSacXq83C3TGVDZJpTZ8+MTlHZmS4arL1ul5U4WRymok0zobAsMiri42bJj0rCHIlIjA==",
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/unified-lint-rule/-/unified-lint-rule-2.0.1.tgz",
"integrity": "sha512-2RzZuuuWW+ifftM0zd/ZEng0Hb5lah+Zi+ZL/ybj8BrLO/TH2aQAMYvG+iC95aCg2FkWu/pcvVvHqsh2UMmzPg==",
"dev": true,
"requires": {
"@types/unist": "^2.0.0",

View File

@ -7,7 +7,7 @@
"remark-cli": "^10.0.0",
"remark-frontmatter": "^4.0.0",
"remark-lint": "^9.0.1",
"remark-lint-fenced-code-flag": "^3.0.0",
"remark-lint-fenced-code-flag": "^3.0.1",
"remark-lint-no-shell-dollars": "^3.0.0",
"remark-stringify": "^10.0.0",
"textlint": "^12.0.2",