Skip to content

Commit f3a4ac2

Browse files
build(deps): update dependencies (#518)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2ef1a27 commit f3a4ac2

File tree

2 files changed

+7
-18
lines changed

2 files changed

+7
-18
lines changed

authorization-server/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"ethers": "5.7.2",
5050
"express": "4.19.2",
5151
"ioredis": "5.4.1",
52-
"joi": "17.12.3",
52+
"joi": "17.13.1",
5353
"jsonwebtoken": "9.0.2",
5454
"nestjs-pino": "3.5.0",
5555
"passport": "0.7.0",
@@ -73,7 +73,7 @@
7373
"@types/express": "4.17.21",
7474
"@types/jest": "29.5.12",
7575
"@types/joi": "17.2.3",
76-
"@types/node": "18.19.31",
76+
"@types/node": "18.19.33",
7777
"@types/passport-jwt": "3.0.13",
7878
"@types/passport-local": "1.0.38",
7979
"@types/set-cookie-parser": "2.4.7",

authorization-server/yarn.lock

+5-16
Original file line numberDiff line numberDiff line change
@@ -2232,10 +2232,10 @@
22322232
dependencies:
22332233
undici-types "~5.26.4"
22342234

2235-
"@types/[email protected].31":
2236-
version "18.19.31"
2237-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.31.tgz#b7d4a00f7cb826b60a543cebdbda5d189aaecdcd"
2238-
integrity sha512-ArgCD39YpyyrtFKIqMDvjz79jto5fcI/SVUs2HwB+f0dAzq68yqOdyaSivLiLugSziTpNXLQrVb7RZFmdZzbhA==
2235+
"@types/[email protected].33":
2236+
version "18.19.33"
2237+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.33.tgz#98cd286a1b8a5e11aa06623210240bcc28e95c48"
2238+
integrity sha512-NR9+KrpSajr2qBVp/Yt5TU/rp+b5Mayi3+OlMlcg2cVCfRmcG5PWZ7S4+MG9PZ5gWBoc9Pd0BKSRViuBCRPu0A==
22392239
dependencies:
22402240
undici-types "~5.26.4"
22412241

@@ -7217,7 +7217,7 @@ [email protected]:
72177217
import-local "^3.0.2"
72187218
jest-cli "^29.7.0"
72197219

7220-
joi@*, joi@^17.6.0:
7220+
joi@*, joi@17.13.1, joi@^17.6.0:
72217221
version "17.13.1"
72227222
resolved "https://registry.yarnpkg.com/joi/-/joi-17.13.1.tgz#9c7b53dc3b44dd9ae200255cc3b398874918a6ca"
72237223
integrity sha512-vaBlIKCyo4FCUtCm7Eu4QZd/q02bWcxfUO6YSXAZOWF6gzcLBeba8kwotUdYJjDLW8Cz8RywsSOqiNJZW0mNvg==
@@ -7228,17 +7228,6 @@ joi@*, joi@^17.6.0:
72287228
"@sideway/formula" "^3.0.1"
72297229
"@sideway/pinpoint" "^2.0.0"
72307230

7231-
7232-
version "17.12.3"
7233-
resolved "https://registry.yarnpkg.com/joi/-/joi-17.12.3.tgz#944646979cd3b460178547b12ba37aca8482f63d"
7234-
integrity sha512-2RRziagf555owrm9IRVtdKynOBeITiDpuZqIpgwqXShPncPKNiRQoiGsl/T8SQdq+8ugRzH2LqY67irr2y/d+g==
7235-
dependencies:
7236-
"@hapi/hoek" "^9.3.0"
7237-
"@hapi/topo" "^5.1.0"
7238-
"@sideway/address" "^4.1.5"
7239-
"@sideway/formula" "^3.0.1"
7240-
"@sideway/pinpoint" "^2.0.0"
7241-
72427231
joycon@^3.1.1:
72437232
version "3.1.1"
72447233
resolved "https://registry.yarnpkg.com/joycon/-/joycon-3.1.1.tgz#bce8596d6ae808f8b68168f5fc69280996894f03"

0 commit comments

Comments
 (0)