Skip to content

Commit

Permalink
Bump ajv from 8.14.0 to 8.16.0 in /ui (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 21, 2024
1 parent 05cd23a commit 7c256af
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ui/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@johmun/vue-tags-input": "^2.0.1",
"@mdi/font": "^7.4.47",
"@proxeus/wallet": "1.0.0",
"ajv": "^8.14.0",
"ajv": "^8.16.0",
"async": "^3.2.5",
"axios": "^1.7.2",
"babel-runtime": "^6.26.0",
Expand Down
2 changes: 1 addition & 1 deletion ui/wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@mdi/font": "^7.4.47",
"ajv": "^8.14.0",
"ajv": "^8.16.0",
"async": "^3.2.5",
"axios": "^1.7.2",
"bootstrap": "^4.1.2",
Expand Down
8 changes: 4 additions & 4 deletions ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2813,10 +2813,10 @@ ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5:
json-schema-traverse "^0.4.1"
uri-js "^4.2.2"

ajv@^8.14.0:
version "8.14.0"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.14.0.tgz#f514ddfd4756abb200e1704414963620a625ebbb"
integrity sha512-oYs1UUtO97ZO2lJ4bwnWeQW8/zvOIQLGKcvPTsWmvc2SYgBb+upuNS5NxoLaMU4h8Ju3Nbj6Cq8mD2LQoqVKFA==
ajv@^8.16.0:
version "8.16.0"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.16.0.tgz#22e2a92b94f005f7e0f9c9d39652ef0b8f6f0cb4"
integrity sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==
dependencies:
fast-deep-equal "^3.1.3"
json-schema-traverse "^1.0.0"
Expand Down

0 comments on commit 7c256af

Please sign in to comment.