From 8d6af0dadb3d7b6ba2e63dc1c55aac2d961fdc47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Sep 2020 09:13:22 +0100 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 25 +++++++++++++++++-------- package.json | 2 +- 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 95e8517fa..3fc1627b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" + } } } }, diff --git a/package.json b/package.json index b180aa2a6..54aa71f8f 100644 --- a/package.json +++ b/package.json @@ -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",