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

Commit 9b2be73

Browse files
fix(deps): update dependency joi to v17.10.0
1 parent b237f21 commit 9b2be73

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.4",
32+
"joi": "17.10.0",
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-
joi@17.8.4:
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==
2546+
joi@17.10.0:
2547+
version "17.10.0"
2548+
resolved "https://registry.yarnpkg.com/joi/-/joi-17.10.0.tgz#04e249daa24d48fada2d34046a8262e474b1326f"
2549+
integrity sha512-hrazgRSlhzacZ69LdcKfhi3Vu13z2yFfoAzmEov3yFIJlatTdVGUW6vle1zjH8qkzdCn/qGw8rapjqsObbYXAg==
25502550
dependencies:
25512551
"@hapi/hoek" "^9.0.0"
25522552
"@hapi/topo" "^5.0.0"

0 commit comments

Comments
 (0)