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

Commit 9fa60ff

Browse files
fix(deps): update dependency joi to v17.11.0
1 parent e6a0554 commit 9fa60ff

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
@@ -30,7 +30,7 @@
3030
"cors": "2.8.5",
3131
"dotenv": "16.0.3",
3232
"express": "4.18.2",
33-
"joi": "17.8.4",
33+
"joi": "17.11.0",
3434
"morgan": "1.10.0",
3535
"simple-git": "3.20.0",
3636
"what-the-diff": "0.6.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2562,10 +2562,10 @@ jest@29.5.0:
25622562
import-local "^3.0.2"
25632563
jest-cli "^29.5.0"
25642564

2565-
joi@17.8.4:
2566-
version "17.8.4"
2567-
resolved "https://registry.yarnpkg.com/joi/-/joi-17.8.4.tgz#f2d91ab8acd3cca4079ba70669c65891739234aa"
2568-
integrity sha512-jjdRHb5WtL+KgSHvOULQEPPv4kcl+ixd1ybOFQq3rWLgEEqc03QMmilodL0GVJE14U/SQDXkUhQUSZANGDH/AA==
2565+
joi@17.11.0:
2566+
version "17.11.0"
2567+
resolved "https://registry.yarnpkg.com/joi/-/joi-17.11.0.tgz#aa9da753578ec7720e6f0ca2c7046996ed04fc1a"
2568+
integrity sha512-NgB+lZLNoqISVy1rZocE9PZI36bL/77ie924Ri43yEvi9GUUMPeyVIr8KdFTMUlby1p0PBYMk9spIxEUQYqrJQ==
25692569
dependencies:
25702570
"@hapi/hoek" "^9.0.0"
25712571
"@hapi/topo" "^5.0.0"

0 commit comments

Comments
 (0)