Skip to content

Commit e46262d

Browse files
chore(deps): update dependency joi to v17.11.0
1 parent 0af0319 commit e46262d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"eslint-plugin-standard": "5.0.0",
5757
"husky": "7.0.4",
5858
"jest": "27.5.1",
59-
"joi": "17.6.0",
59+
"joi": "17.11.0",
6060
"lint-staged": "12.3.2",
6161
"prettier": "2.5.1",
6262
"reflect-metadata": "0.1.13",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -938,10 +938,10 @@
938938
dependencies:
939939
"@hapi/hoek" "^9.0.0"
940940

941-
"@sideway/formula@^3.0.0":
942-
version "3.0.0"
943-
resolved "https://registry.yarnpkg.com/@sideway/formula/-/formula-3.0.0.tgz#fe158aee32e6bd5de85044be615bc08478a0a13c"
944-
integrity sha512-vHe7wZ4NOXVfkoRb8T5otiENVlT7a3IAiw7H5M2+GO+9CDgcVUUsX1zalAztCmwyOr2RUTGJdgB+ZvSVqmdHmg==
941+
"@sideway/formula@^3.0.1":
942+
version "3.0.1"
943+
resolved "https://registry.yarnpkg.com/@sideway/formula/-/formula-3.0.1.tgz#80fcbcbaf7ce031e0ef2dd29b1bfc7c3f583611f"
944+
integrity sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==
945945

946946
"@sideway/pinpoint@^2.0.0":
947947
version "2.0.0"
@@ -3324,15 +3324,15 @@ jest@27.5.1:
33243324
import-local "^3.0.2"
33253325
jest-cli "^27.5.1"
33263326

3327-
joi@17.6.0:
3328-
version "17.6.0"
3329-
resolved "https://registry.yarnpkg.com/joi/-/joi-17.6.0.tgz#0bb54f2f006c09a96e75ce687957bd04290054b2"
3330-
integrity sha512-OX5dG6DTbcr/kbMFj0KGYxuew69HPcAE3K/sZpEV2nP6e/j/C0HV+HNiBPCASxdx5T7DMoa0s8UeHWMnb6n2zw==
3327+
joi@17.11.0:
3328+
version "17.11.0"
3329+
resolved "https://registry.yarnpkg.com/joi/-/joi-17.11.0.tgz#aa9da753578ec7720e6f0ca2c7046996ed04fc1a"
3330+
integrity sha512-NgB+lZLNoqISVy1rZocE9PZI36bL/77ie924Ri43yEvi9GUUMPeyVIr8KdFTMUlby1p0PBYMk9spIxEUQYqrJQ==
33313331
dependencies:
33323332
"@hapi/hoek" "^9.0.0"
33333333
"@hapi/topo" "^5.0.0"
33343334
"@sideway/address" "^4.1.3"
3335-
"@sideway/formula" "^3.0.0"
3335+
"@sideway/formula" "^3.0.1"
33363336
"@sideway/pinpoint" "^2.0.0"
33373337

33383338
js-tokens@^4.0.0:

0 commit comments

Comments
 (0)