1
0
Fork 0

update: update dependency ajv to v6.12.6

This commit is contained in:
Renovate Bot 2020-10-10 17:26:15 +00:00 committed by Sean Sube
parent 7005aa348c
commit 8e83c9fe97
2 changed files with 5 additions and 5 deletions

View File

@ -55,7 +55,7 @@
"@typescript-eslint/eslint-plugin": "4.4.0",
"@typescript-eslint/eslint-plugin-tslint": "4.4.0",
"@typescript-eslint/parser": "4.4.0",
"ajv": "6.12.5",
"ajv": "6.12.6",
"bunyan": "1.8.14",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",

View File

@ -591,10 +591,10 @@ aggregate-error@^3.0.0:
clean-stack "^2.0.0"
indent-string "^4.0.0"
ajv@6.12.5:
version "6.12.5"
resolved "https://artifacts.apextoaster.com/repository/group-npm/ajv/-/ajv-6.12.5.tgz#19b0e8bae8f476e5ba666300387775fb1a00a4da"
integrity sha512-lRF8RORchjpKG50/WFf8xmg7sgCLFiYNNnqdKflk63whMQcWR5ngGjiSXkL9bjxy6B2npOK2HSMN49jEBMSkag==
ajv@6.12.6:
version "6.12.6"
resolved "https://artifacts.apextoaster.com/repository/group-npm/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
dependencies:
fast-deep-equal "^3.1.1"
fast-json-stable-stringify "^2.0.0"