Bump ajv-cli from 3.2.1 to 3.3.0 (#1661)

Bumps [ajv-cli](https://github.com/jessedc/ajv-cli) from 3.2.1 to 3.3.0.
- [Release notes](https://github.com/jessedc/ajv-cli/releases)
- [Commits](https://github.com/jessedc/ajv-cli/commits/v3.3.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2020-09-28 09:13:22 +01:00
committed by GitHub
parent b4ffd56b9a
commit 8d6af0dadb
2 changed files with 18 additions and 9 deletions
+17 -8
View File
@@ -2891,9 +2891,9 @@
}
},
"ajv-cli": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/ajv-cli/-/ajv-cli-3.2.1.tgz",
"integrity": "sha512-EZW2fqkQVMvp3oPfVrUZnh4nl/sENKpSG1q+R5wHqaM71EU7JAxzxYzvkjcgIRer6Y4HFkY1uCEHT/DMWE5apw==",
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/ajv-cli/-/ajv-cli-3.3.0.tgz",
"integrity": "sha512-4eiNNjDlainn5Rm+rU3egxLUUxzevcB+gviBLs9sm6etHNrE7l2JSQ3yoz5hE+eqrth3pTygELOafhSIO8Hiig==",
"dev": true,
"requires": {
"ajv": "^6.7.0",
@@ -9592,16 +9592,16 @@
}
},
"js-beautify": {
"version": "1.11.0",
"resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.11.0.tgz",
"integrity": "sha512-a26B+Cx7USQGSWnz9YxgJNMmML/QG2nqIaL7VVYPCXbqiKz8PN0waSNvroMtvAK6tY7g/wPdNWGEP+JTNIBr6A==",
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.13.0.tgz",
"integrity": "sha512-/Tbp1OVzZjbwzwJQFIlYLm9eWQ+3aYbBXLSaqb1mEJzhcQAfrqMMQYtjb6io+U6KpD0ID4F+Id3/xcjH3l/sqA==",
"dev": true,
"requires": {
"config-chain": "^1.1.12",
"editorconfig": "^0.15.3",
"glob": "^7.1.3",
"mkdirp": "~1.0.3",
"nopt": "^4.0.3"
"mkdirp": "^1.0.4",
"nopt": "^5.0.0"
},
"dependencies": {
"mkdirp": {
@@ -9609,6 +9609,15 @@
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
"integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
"dev": true
},
"nopt": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz",
"integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==",
"dev": true,
"requires": {
"abbrev": "1"
}
}
}
},
+1 -1
View File
@@ -87,7 +87,7 @@
"@types/selenium-webdriver": "^4.0.9",
"@types/superagent": "^4.1.10",
"adf-tslint-rules": "0.0.7",
"ajv-cli": "^3.1.0",
"ajv-cli": "^3.3.0",
"codelyzer": "^6.0.0",
"commander": "^6.0.0",
"cpr": "^3.0.1",