Bump remark-lint from 9.1.1 to 9.1.2 (#27437)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-05-17 10:58:15 +02:00 committed by GitHub
parent 62ba946a78
commit cf33647d69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -10,7 +10,7 @@
"devDependencies": { "devDependencies": {
"remark-cli": "^11.0.0", "remark-cli": "^11.0.0",
"remark-frontmatter": "^4.0.1", "remark-frontmatter": "^4.0.1",
"remark-lint": "^9.1.1", "remark-lint": "^9.1.2",
"remark-lint-fenced-code-flag": "^3.1.1", "remark-lint-fenced-code-flag": "^3.1.1",
"remark-lint-no-shell-dollars": "^3.1.1", "remark-lint-no-shell-dollars": "^3.1.1",
"remark-stringify": "^10.0.2", "remark-stringify": "^10.0.2",
@ -3481,9 +3481,9 @@
} }
}, },
"node_modules/remark-lint": { "node_modules/remark-lint": {
"version": "9.1.1", "version": "9.1.2",
"resolved": "https://registry.npmjs.org/remark-lint/-/remark-lint-9.1.1.tgz", "resolved": "https://registry.npmjs.org/remark-lint/-/remark-lint-9.1.2.tgz",
"integrity": "sha512-zhe6twuqgkx/9KgZyNyaO0cceA4jQuJcyzMOBC+JZiAzMN6mFUmcssWZyY30ko8ut9vQDMX/pyQnolGn+Fg/Tw==", "integrity": "sha512-m9e/aPlh7tsvfJfj8tPxrQzD6oEdb9Foko+Ya/6OwUP9EoGMfehv1Qtv26W1DoH58Wn8rT8CD+KuprTWscMmIA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/mdast": "^3.0.0", "@types/mdast": "^3.0.0",

View File

@ -5,7 +5,7 @@
"devDependencies": { "devDependencies": {
"remark-cli": "^11.0.0", "remark-cli": "^11.0.0",
"remark-frontmatter": "^4.0.1", "remark-frontmatter": "^4.0.1",
"remark-lint": "^9.1.1", "remark-lint": "^9.1.2",
"remark-lint-fenced-code-flag": "^3.1.1", "remark-lint-fenced-code-flag": "^3.1.1",
"remark-lint-no-shell-dollars": "^3.1.1", "remark-lint-no-shell-dollars": "^3.1.1",
"remark-stringify": "^10.0.2", "remark-stringify": "^10.0.2",