1
0
Fork 0

update: update dependency ajv to v6.11.0 (#227)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
This commit is contained in:
renovate[bot] 2020-01-18 03:48:10 -06:00 committed by Sean Sube
parent b9e0361fc9
commit b821387462
2 changed files with 17 additions and 2 deletions

View File

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

View File

@ -467,7 +467,17 @@ aggregate-error@^3.0.0:
clean-stack "^2.0.0"
indent-string "^4.0.0"
ajv@6.10.2, ajv@^6.10.0, ajv@^6.10.2:
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==
dependencies:
fast-deep-equal "^3.1.1"
fast-json-stable-stringify "^2.0.0"
json-schema-traverse "^0.4.1"
uri-js "^4.2.2"
ajv@^6.10.0, ajv@^6.10.2:
version "6.10.2"
resolved "https://artifacts.apextoaster.com/repository/group-npm/ajv/-/ajv-6.10.2.tgz#d3cea04d6b017b2894ad69040fec8b623eb4bd52"
integrity sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw==
@ -1493,6 +1503,11 @@ fast-deep-equal@^2.0.1:
resolved "https://artifacts.apextoaster.com/repository/group-npm/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49"
integrity sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=
fast-deep-equal@^3.1.1:
version "3.1.1"
resolved "https://artifacts.apextoaster.com/repository/group-npm/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz#545145077c501491e33b15ec408c294376e94ae4"
integrity sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA==
fast-json-stable-stringify@^2.0.0:
version "2.0.0"
resolved "https://artifacts.apextoaster.com/repository/group-npm/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2"