Skip to content

Commit 6b4240e

Browse files
fix(deps): bump joi from 17.5.0 to 17.6.0 (#22)
Bumps [joi](https://github.com/sideway/joi) from 17.5.0 to 17.6.0. - [Release notes](https://github.com/sideway/joi/releases) - [Commits](hapijs/joi@v17.5.0...v17.6.0) --- updated-dependencies: - dependency-name: joi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eec0821 commit 6b4240e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
],
2929
"dependencies": {
3030
"debug": "^4.3.4",
31-
"joi": "^17.4.2",
31+
"joi": "^17.6.0",
3232
"jose": "^4.6.0",
3333
"openid-client": "^5.1.4"
3434
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2380,10 +2380,10 @@ jest@^27.5.1:
23802380
import-local "^3.0.2"
23812381
jest-cli "^27.5.1"
23822382

2383-
joi@^17.4.2:
2384-
version "17.5.0"
2385-
resolved "https://registry.npmjs.org/joi/-/joi-17.5.0.tgz#7e66d0004b5045d971cf416a55fb61d33ac6e011"
2386-
integrity sha512-R7hR50COp7StzLnDi4ywOXHrBrgNXuUUfJWIR5lPY5Bm/pOD3jZaTwpluUXVLRWcoWZxkrHBBJ5hLxgnlehbdw==
2383+
joi@^17.6.0:
2384+
version "17.6.0"
2385+
resolved "https://registry.npmjs.org/joi/-/joi-17.6.0.tgz#0bb54f2f006c09a96e75ce687957bd04290054b2"
2386+
integrity sha512-OX5dG6DTbcr/kbMFj0KGYxuew69HPcAE3K/sZpEV2nP6e/j/C0HV+HNiBPCASxdx5T7DMoa0s8UeHWMnb6n2zw==
23872387
dependencies:
23882388
"@hapi/hoek" "^9.0.0"
23892389
"@hapi/topo" "^5.0.0"

0 commit comments

Comments
 (0)