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

Commit 3e641ee

Browse files
fix(deps): update dependency joi to v17.13.0
1 parent 499b581 commit 3e641ee

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
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.13.0",
3434
"morgan": "1.10.0",
3535
"simple-git": "3.20.0",
3636
"what-the-diff": "0.6.0",

yarn.lock

+13-13
Original file line numberDiff line numberDiff line change
@@ -324,12 +324,12 @@
324324
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
325325
integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==
326326

327-
"@hapi/hoek@^9.0.0":
327+
"@hapi/hoek@^9.0.0", "@hapi/hoek@^9.3.0":
328328
version "9.3.0"
329329
resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-9.3.0.tgz#8368869dcb735be2e7f5cb7647de78e167a251fb"
330330
integrity sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==
331331

332-
"@hapi/topo@^5.0.0":
332+
"@hapi/topo@^5.1.0":
333333
version "5.1.0"
334334
resolved "https://registry.yarnpkg.com/@hapi/topo/-/topo-5.1.0.tgz#dc448e332c6c6e37a4dc02fd84ba8d44b9afb012"
335335
integrity sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==
@@ -638,10 +638,10 @@
638638
resolved "https://registry.yarnpkg.com/@kwsites/promise-deferred/-/promise-deferred-1.1.1.tgz#8ace5259254426ccef57f3175bc64ed7095ed919"
639639
integrity sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==
640640

641-
"@sideway/address@^4.1.3":
642-
version "4.1.4"
643-
resolved "https://registry.yarnpkg.com/@sideway/address/-/address-4.1.4.tgz#03dccebc6ea47fdc226f7d3d1ad512955d4783f0"
644-
integrity sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw==
641+
"@sideway/address@^4.1.5":
642+
version "4.1.5"
643+
resolved "https://registry.yarnpkg.com/@sideway/address/-/address-4.1.5.tgz#4bc149a0076623ced99ca8208ba780d65a99b9d5"
644+
integrity sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q==
645645
dependencies:
646646
"@hapi/hoek" "^9.0.0"
647647

@@ -2562,14 +2562,14 @@ 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.13.0:
2566+
version "17.13.0"
2567+
resolved "https://registry.yarnpkg.com/joi/-/joi-17.13.0.tgz#b6f340b8029ee7af2397f821d17a4f03bf34b043"
2568+
integrity sha512-9qcrTyoBmFZRNHeVP4edKqIUEgFzq7MHvTNSDuHSqkpOPtiBkgNgcmTSqmiw1kw9tdKaiddvIDv/eCJDxmqWCA==
25692569
dependencies:
2570-
"@hapi/hoek" "^9.0.0"
2571-
"@hapi/topo" "^5.0.0"
2572-
"@sideway/address" "^4.1.3"
2570+
"@hapi/hoek" "^9.3.0"
2571+
"@hapi/topo" "^5.1.0"
2572+
"@sideway/address" "^4.1.5"
25732573
"@sideway/formula" "^3.0.1"
25742574
"@sideway/pinpoint" "^2.0.0"
25752575

0 commit comments

Comments
 (0)