Skip to content

Commit

Permalink
fix(deps): update dependency ajv to ^8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 19, 2021
1 parent bb88a06 commit 1769641
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"schema.json"
],
"dependencies": {
"ajv": "^8.0.5",
"ajv": "^8.1.0",
"ajv-formats": "^2.0.2",
"node-fetch": "^2.6.1"
},
Expand Down
12 changes: 11 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1253,7 +1253,7 @@ ajv@^7.0.2:
require-from-string "^2.0.2"
uri-js "^4.2.2"

ajv@^8.0.0, ajv@^8.0.5:
ajv@^8.0.0:
version "8.0.5"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.0.5.tgz#f07d6fdeffcdbb80485570ce3f1bc845fcc812b9"
integrity sha512-RkiLa/AeJx7+9OvniQ/qeWu0w74A8DiPPBclQ6ji3ZQkv5KamO+QGpqmi7O4JIw3rHGUXZ6CoP9tsAkn3gyazg==
Expand All @@ -1263,6 +1263,16 @@ ajv@^8.0.0, ajv@^8.0.5:
require-from-string "^2.0.2"
uri-js "^4.2.2"

ajv@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.1.0.tgz#45d5d3d36c7cdd808930cc3e603cf6200dbeb736"
integrity sha512-B/Sk2Ix7A36fs/ZkuGLIR86EdjbgR6fsAcbx9lOP/QBSXujDNbVmIS/U4Itz5k8fPFDeVZl/zQ/gJW4Jrq6XjQ==
dependencies:
fast-deep-equal "^3.1.1"
json-schema-traverse "^1.0.0"
require-from-string "^2.0.2"
uri-js "^4.2.2"

ansi-align@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-2.0.0.tgz#c36aeccba563b89ceb556f3690f0b1d9e3547f7f"
Expand Down

0 comments on commit 1769641

Please sign in to comment.