Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit d3b6827

Browse files
authored
Merge pull request #30 from StaticJsCMS/renovate/hapijs-monorepo
fix(deps): update dependency joi to v17.8.4
2 parents d0772a0 + cb8d96d commit d3b6827

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"cors": "2.8.5",
3030
"dotenv": "16.0.3",
3131
"express": "4.18.2",
32-
"joi": "17.8.3",
32+
"joi": "17.8.4",
3333
"morgan": "1.10.0",
3434
"winston": "3.8.2"
3535
},

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2543,10 +2543,10 @@ [email protected]:
25432543
import-local "^3.0.2"
25442544
jest-cli "^29.5.0"
25452545

2546-
2547-
version "17.8.3"
2548-
resolved "https://registry.yarnpkg.com/joi/-/joi-17.8.3.tgz#d772fe27a87a5cda21aace5cf11eee8671ca7e6f"
2549-
integrity sha512-q5Fn6Tj/jR8PfrLrx4fpGH4v9qM6o+vDUfD4/3vxxyg34OmKcNqYZ1qn2mpLza96S8tL0p0rIw2gOZX+/cTg9w==
2546+
2547+
version "17.8.4"
2548+
resolved "https://registry.yarnpkg.com/joi/-/joi-17.8.4.tgz#f2d91ab8acd3cca4079ba70669c65891739234aa"
2549+
integrity sha512-jjdRHb5WtL+KgSHvOULQEPPv4kcl+ixd1ybOFQq3rWLgEEqc03QMmilodL0GVJE14U/SQDXkUhQUSZANGDH/AA==
25502550
dependencies:
25512551
"@hapi/hoek" "^9.0.0"
25522552
"@hapi/topo" "^5.0.0"

0 commit comments

Comments
 (0)