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

Commit 4f1f373

Browse files
fix(deps): update dependency joi to v17.9.1
1 parent 6a45a44 commit 4f1f373

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.9.1",
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 @@ jest@29.5.0:
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.9.1:
2547+
version "17.9.1"
2548+
resolved "https://registry.yarnpkg.com/joi/-/joi-17.9.1.tgz#74899b9fa3646904afa984a11df648eca66c9018"
2549+
integrity sha512-FariIi9j6QODKATGBrEX7HZcja8Bsh3rfdGYy/Sb65sGlZWK/QWesU1ghk7aJWDj95knjXlQfSmzFSPPkLVsfw==
25502550
dependencies:
25512551
"@hapi/hoek" "^9.0.0"
25522552
"@hapi/topo" "^5.0.0"

0 commit comments

Comments
 (0)