1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-06-29 00:58:02 +02:00

Bump markdownlint-cli from 0.27.0 to 0.27.1

Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.27.0 to 0.27.1.
- [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases)
- [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.27.0...v0.27.1)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-03-08 02:05:24 +00:00 committed by GitHub
parent fd6fd3ccd2
commit b26e0dbf94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -17116,9 +17116,9 @@
}
},
"markdownlint-cli": {
"version": "0.27.0",
"resolved": "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.27.0.tgz",
"integrity": "sha512-lci/GD1V2aysJOpJFXfIt5KlpF62Rw+7hUfGg3ZwkLBBeNuUwLZj/IomQ924m00Ido/tPGbFObelKlZaUlETpQ==",
"version": "0.27.1",
"resolved": "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.27.1.tgz",
"integrity": "sha512-p1VV6aSbGrDlpUWzHizAnSNEQAweVR3qUI/AIUubxW7BGPXziSXkIED+uRtSohUlRS/jmqp3Wi4es5j6fIrdeQ==",
"dev": true,
"requires": {
"commander": "~7.1.0",

View File

@ -70,7 +70,7 @@
"eslint-plugin-prettier": "^3.3.1",
"git-format-staged": "^2.1.1",
"husky": "^5.1.3",
"markdownlint-cli": "^0.27.0",
"markdownlint-cli": "^0.27.1",
"node-sass": "^5.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1"