Skip to content

Commit 4efafed

Browse files
fix(deps): update dependency joi to v17.13.3 (#3944)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5f37086 commit 4efafed

File tree

3 files changed

+29
-24
lines changed

3 files changed

+29
-24
lines changed

export/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323

2424
"@hapi/hoek@^9.0.0", "@hapi/hoek@^9.3.0":
2525
version "9.3.0"
26-
resolved "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz"
26+
resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-9.3.0.tgz#8368869dcb735be2e7f5cb7647de78e167a251fb"
2727
integrity sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==
2828

2929
"@hapi/topo@^5.1.0":
3030
version "5.1.0"
31-
resolved "https://registry.npmjs.org/@hapi/topo/-/topo-5.1.0.tgz"
31+
resolved "https://registry.yarnpkg.com/@hapi/topo/-/topo-5.1.0.tgz#dc448e332c6c6e37a4dc02fd84ba8d44b9afb012"
3232
integrity sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==
3333
dependencies:
3434
"@hapi/hoek" "^9.0.0"
@@ -117,19 +117,19 @@
117117

118118
"@sideway/address@^4.1.5":
119119
version "4.1.5"
120-
resolved "https://registry.npmjs.org/@sideway/address/-/address-4.1.5.tgz"
120+
resolved "https://registry.yarnpkg.com/@sideway/address/-/address-4.1.5.tgz#4bc149a0076623ced99ca8208ba780d65a99b9d5"
121121
integrity sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q==
122122
dependencies:
123123
"@hapi/hoek" "^9.0.0"
124124

125125
"@sideway/formula@^3.0.1":
126126
version "3.0.1"
127-
resolved "https://registry.npmjs.org/@sideway/formula/-/formula-3.0.1.tgz"
127+
resolved "https://registry.yarnpkg.com/@sideway/formula/-/formula-3.0.1.tgz#80fcbcbaf7ce031e0ef2dd29b1bfc7c3f583611f"
128128
integrity sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==
129129

130130
"@sideway/pinpoint@^2.0.0":
131131
version "2.0.0"
132-
resolved "https://registry.npmjs.org/@sideway/pinpoint/-/pinpoint-2.0.0.tgz"
132+
resolved "https://registry.yarnpkg.com/@sideway/pinpoint/-/pinpoint-2.0.0.tgz#cff8ffadc372ad29fd3f78277aeb29e632cc70df"
133133
integrity sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==
134134

135135
"@sparticuz/chromium@^123.0.0":
@@ -1344,9 +1344,9 @@ isexe@^2.0.0:
13441344
integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=
13451345

13461346
joi@^17.12.3:
1347-
version "17.12.3"
1348-
resolved "https://registry.npmjs.org/joi/-/joi-17.12.3.tgz"
1349-
integrity sha512-2RRziagf555owrm9IRVtdKynOBeITiDpuZqIpgwqXShPncPKNiRQoiGsl/T8SQdq+8ugRzH2LqY67irr2y/d+g==
1347+
version "17.13.3"
1348+
resolved "https://registry.yarnpkg.com/joi/-/joi-17.13.3.tgz#0f5cc1169c999b30d344366d384b12d92558bcec"
1349+
integrity sha512-otDA4ldcIx+ZXsKHWmp0YizCweVRZG96J10b0FevjfuncLO1oX59THoAmHkNubYJ+9gWsYsp5k8v4ib6oDv1fA==
13501350
dependencies:
13511351
"@hapi/hoek" "^9.3.0"
13521352
"@hapi/topo" "^5.1.0"

scrapers/nus-v2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"deep-diff": "1.0.2",
5959
"fs-extra": "9.1.0",
6060
"he": "1.2.0",
61-
"joi": "17.9.2",
61+
"joi": "17.13.3",
6262
"lodash": "4.17.21",
6363
"nusmoderator": "3.0.0",
6464
"oboe": "2.1.7",

scrapers/nus-v2/yarn.lock

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -539,10 +539,15 @@
539539
resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-9.1.1.tgz#9daf5745156fd84b8e9889a2dc721f0c58e894aa"
540540
integrity sha512-CAEbWH7OIur6jEOzaai83jq3FmKmv4PmX1JYfs9IrYcGEVI/lyL1EXJGCj7eFVJ0bg5QR8LMxBlEtA+xKiLpFw==
541541

542-
"@hapi/topo@^5.0.0":
543-
version "5.0.0"
544-
resolved "https://registry.yarnpkg.com/@hapi/topo/-/topo-5.0.0.tgz#c19af8577fa393a06e9c77b60995af959be721e7"
545-
integrity sha512-tFJlT47db0kMqVm3H4nQYgn6Pwg10GTZHb1pwmSiv1K4ks6drQOtfEF5ZnPjkvC+y4/bUPHK+bc87QvLcL+WMw==
542+
"@hapi/hoek@^9.3.0":
543+
version "9.3.0"
544+
resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-9.3.0.tgz#8368869dcb735be2e7f5cb7647de78e167a251fb"
545+
integrity sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==
546+
547+
"@hapi/topo@^5.1.0":
548+
version "5.1.0"
549+
resolved "https://registry.yarnpkg.com/@hapi/topo/-/topo-5.1.0.tgz#dc448e332c6c6e37a4dc02fd84ba8d44b9afb012"
550+
integrity sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==
546551
dependencies:
547552
"@hapi/hoek" "^9.0.0"
548553

@@ -961,10 +966,10 @@
961966
"@sentry/types" "5.30.0"
962967
tslib "^1.9.3"
963968

964-
"@sideway/address@^4.1.3":
965-
version "4.1.4"
966-
resolved "https://registry.yarnpkg.com/@sideway/address/-/address-4.1.4.tgz#03dccebc6ea47fdc226f7d3d1ad512955d4783f0"
967-
integrity sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw==
969+
"@sideway/address@^4.1.5":
970+
version "4.1.5"
971+
resolved "https://registry.yarnpkg.com/@sideway/address/-/address-4.1.5.tgz#4bc149a0076623ced99ca8208ba780d65a99b9d5"
972+
integrity sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q==
968973
dependencies:
969974
"@hapi/hoek" "^9.0.0"
970975

@@ -3614,14 +3619,14 @@ [email protected]:
36143619
import-local "^3.0.2"
36153620
jest-cli "^29.7.0"
36163621

3617-
joi@17.9.2:
3618-
version "17.9.2"
3619-
resolved "https://registry.yarnpkg.com/joi/-/joi-17.9.2.tgz#8b2e4724188369f55451aebd1d0b1d9482470690"
3620-
integrity sha512-Itk/r+V4Dx0V3c7RLFdRh12IOjySm2/WGPMubBT92cQvRfYZhPM2W0hZlctjj72iES8jsRCwp7S/cRmWBnJ4nw==
3622+
joi@17.13.3:
3623+
version "17.13.3"
3624+
resolved "https://registry.yarnpkg.com/joi/-/joi-17.13.3.tgz#0f5cc1169c999b30d344366d384b12d92558bcec"
3625+
integrity sha512-otDA4ldcIx+ZXsKHWmp0YizCweVRZG96J10b0FevjfuncLO1oX59THoAmHkNubYJ+9gWsYsp5k8v4ib6oDv1fA==
36213626
dependencies:
3622-
"@hapi/hoek" "^9.0.0"
3623-
"@hapi/topo" "^5.0.0"
3624-
"@sideway/address" "^4.1.3"
3627+
"@hapi/hoek" "^9.3.0"
3628+
"@hapi/topo" "^5.1.0"
3629+
"@sideway/address" "^4.1.5"
36253630
"@sideway/formula" "^3.0.1"
36263631
"@sideway/pinpoint" "^2.0.0"
36273632

0 commit comments

Comments
 (0)