Skip to content

Commit

Permalink
fix(deps): replace dependency @hapi/joi with joi 17.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 25, 2025
1 parent 01c6d68 commit c731184
Show file tree
Hide file tree
Showing 6 changed files with 254 additions and 258 deletions.
40 changes: 21 additions & 19 deletions clusterpost/src/couch-provider/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clusterpost/src/couch-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Provide the implementation for different request methos to couchdb server. It implements, POST, GET, DELETE, PUT methods for documents and views",
"main": "index.js",
"dependencies": {
"@hapi/joi": "^17.0.0",
"joi": "17.1.1",
"bluebird": "^3.5.0",
"concat-stream": "^2.0.0",
"mkdirp": "^3.0.0",
Expand Down
Loading

0 comments on commit c731184

Please sign in to comment.