Skip to content

Commit

Permalink
fix(deps): update dependency joi to ^17.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 29, 2022
1 parent 153c3ef commit 1f1bb81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/node": "^17.0.0",
"dotenv": "^16.0.2",
"firebase-admin": "^10.3.0",
"joi": "^17.6.1",
"joi": "^17.6.2",
"json-diff": "^0.9.0",
"typescript": "~4.8.4",
"yargs": "^17.5.1"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3296,10 +3296,10 @@ jest@^27.5.1:
import-local "^3.0.2"
jest-cli "^27.5.1"

joi@^17.6.1:
version "17.6.1"
resolved "https://registry.yarnpkg.com/joi/-/joi-17.6.1.tgz#e77422f277091711599634ac39a409e599d7bdaa"
integrity sha512-Hl7/iBklIX345OCM1TiFSCZRVaAOLDGlWCp0Df2vWYgBgjkezaR7Kvm3joBciBHQjZj5sxXs859r6eqsRSlG8w==
joi@^17.6.2:
version "17.6.2"
resolved "https://registry.yarnpkg.com/joi/-/joi-17.6.2.tgz#00ac55ce6495596545cce45309f38738cfbd7cd3"
integrity sha512-+gqqdh1xc1wb+Lor0J9toqgeReyDOCqOdG8QSdRcEvwrcRiFQZneUCGKjFjuyBWUb3uaFOgY56yMaZ5FIc+H4w==
dependencies:
"@hapi/hoek" "^9.0.0"
"@hapi/topo" "^5.0.0"
Expand Down

0 comments on commit 1f1bb81

Please sign in to comment.