1
0
Fork 0

update: update dependency ajv to v6.12.0 (#266)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
This commit is contained in:
renovate[bot] 2020-02-24 09:08:44 -06:00 committed by GitHub
parent b2e6573983
commit c0142528cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -53,7 +53,7 @@
"@typescript-eslint/eslint-plugin": "2.20.0",
"@typescript-eslint/eslint-plugin-tslint": "2.20.0",
"@typescript-eslint/parser": "2.20.0",
"ajv": "6.11.0",
"ajv": "6.12.0",
"bunyan": "1.8.12",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",

View File

@ -487,10 +487,10 @@ aggregate-error@^3.0.0:
clean-stack "^2.0.0"
indent-string "^4.0.0"
ajv@6.11.0:
version "6.11.0"
resolved "https://artifacts.apextoaster.com/repository/group-npm/ajv/-/ajv-6.11.0.tgz#c3607cbc8ae392d8a5a536f25b21f8e5f3f87fe9"
integrity sha512-nCprB/0syFYy9fVYU1ox1l2KN8S9I+tziH8D4zdZuLT3N6RMlGSGt5FSTpAiHB/Whv8Qs1cWHma1aMKZyaHRKA==
ajv@6.12.0:
version "6.12.0"
resolved "https://artifacts.apextoaster.com/repository/group-npm/ajv/-/ajv-6.12.0.tgz#06d60b96d87b8454a5adaba86e7854da629db4b7"
integrity sha512-D6gFiFA0RRLyUbvijN74DWAjXSFxWKaWP7mldxkVhyhAV3+SWA9HEJPHQ2c9soIeTFJqcSdFDGFgdqs1iUU2Hw==
dependencies:
fast-deep-equal "^3.1.1"
fast-json-stable-stringify "^2.0.0"