Skip to content

Commit

Permalink
Bump ajv dependency in livebundle-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
belemaire committed Jun 14, 2021
1 parent 662f91d commit 40924f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/livebundle-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "mocha"
},
"dependencies": {
"ajv": "^8.4.0",
"ajv": "^8.6.0",
"debug": "^4.3.1",
"form-data": "^4.0.0",
"fs-extra": "^10.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1844,10 +1844,10 @@ ajv@^7.0.2:
require-from-string "^2.0.2"
uri-js "^4.2.2"

ajv@^8.4.0:
version "8.4.0"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.4.0.tgz#48984fdb2ce225cab15795f0772a8d85669075e4"
integrity sha512-7QD2l6+KBSLwf+7MuYocbWvRPdOu63/trReTLu2KFwkgctnub1auoF+Y1WYcm09CTM7quuscrzqmASaLHC/K4Q==
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 40924f5

Please sign in to comment.