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

Commit 6625819

Browse files
fix(deps): update dependency joi to v17.9.2
1 parent 6825092 commit 6625819

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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.2",
3333
"morgan": "1.10.0",
3434
"winston": "3.8.2"
3535
},

yarn.lock

Lines changed: 4 additions & 4 deletions
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.2:
2547+
version "17.9.2"
2548+
resolved "https://registry.yarnpkg.com/joi/-/joi-17.9.2.tgz#8b2e4724188369f55451aebd1d0b1d9482470690"
2549+
integrity sha512-Itk/r+V4Dx0V3c7RLFdRh12IOjySm2/WGPMubBT92cQvRfYZhPM2W0hZlctjj72iES8jsRCwp7S/cRmWBnJ4nw==
25502550
dependencies:
25512551
"@hapi/hoek" "^9.0.0"
25522552
"@hapi/topo" "^5.0.0"

0 commit comments

Comments
 (0)