Skip to content

Commit

Permalink
Merge 7ca55ad into a4f41a4
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jun 20, 2021
2 parents a4f41a4 + 7ca55ad commit 4d32f39
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@nuxtjs/opencollective": "0.3.2",
"@tsed/logger": "^5.12.1",
"axios": "0.21.1",
"ajv": "8.3.0",
"ajv": "8.6.0",
"consolidate": "0.16.0",
"ejs": "^3.1.5",
"ejs-lint": "1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ajv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@tsed/di": "6.58.1",
"@tsed/exceptions": "6.58.1",
"@tsed/schema": "6.58.1",
"ajv": "8.3.0"
"ajv": "8.6.0"
},
"peerDependencies": {
"@tsed/core": "^6.18.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2724,10 +2724,10 @@ ajv-formats@1.5.1:
dependencies:
ajv "^7.0.0"

ajv@8.3.0:
version "8.3.0"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.3.0.tgz#25ee7348e32cdc4a1dbb38256bf6bdc451dd577c"
integrity sha512-RYE7B5An83d7eWnDR8kbdaIFqmKCNsP16ay1hDbJEU+sa0e3H9SebskCt0Uufem6cfAVu7Col6ubcn/W+Sm8/Q==
ajv@8.6.0:
version "8.6.0"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.6.0.tgz#60cc45d9c46a477d80d92c48076d972c342e5720"
integrity sha512-cnUG4NSBiM4YFBxgZIj/In3/6KX+rQ2l2YPRVcvAMQGWEPKuXoPIhxzwqh31jA3IPbI4qEOp/5ILI4ynioXsGQ==
dependencies:
fast-deep-equal "^3.1.1"
json-schema-traverse "^1.0.0"
Expand Down

0 comments on commit 4d32f39

Please sign in to comment.