Skip to content

Commit 621e81c

Browse files
committed
fix(deps): update dependency url-join to v5
1 parent ac5ed80 commit 621e81c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

packages/nugrpc-codegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"lodash": "4.17.21",
2626
"pathe": "^0.2.0",
2727
"protobufjs": "6.11.2",
28-
"url-join": "4.0.1"
28+
"url-join": "5.0.0"
2929
},
3030
"devDependencies": {
3131
"@privyid/nugrpc-transformer": "workspace:^",

packages/nugrpc-transformer-proxy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"express": "4.17.3",
2626
"lodash": "4.17.21",
2727
"protobufjs": "6.11.2",
28-
"url-join": "4.0.1"
28+
"url-join": "5.0.0"
2929
},
3030
"devDependencies": {
3131
"@types/body-parser": "1.19.2",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,7 @@ __metadata:
12241224
pathe: ^0.2.0
12251225
protobufjs: 6.11.2
12261226
unbuild: 0.7.4
1227-
url-join: 4.0.1
1227+
url-join: 5.0.0
12281228
peerDependencies:
12291229
"@privyid/nugrpc-transformer": "workspace:^"
12301230
languageName: unknown
@@ -1284,7 +1284,7 @@ __metadata:
12841284
lodash: 4.17.21
12851285
protobufjs: 6.11.2
12861286
unbuild: 0.7.4
1287-
url-join: 4.0.1
1287+
url-join: 5.0.0
12881288
languageName: unknown
12891289
linkType: soft
12901290

@@ -9932,10 +9932,10 @@ __metadata:
99329932
languageName: node
99339933
linkType: hard
99349934

9935-
"url-join@npm:4.0.1":
9936-
version: 4.0.1
9937-
resolution: "url-join@npm:4.0.1"
9938-
checksum: f74e868bf25dbc8be6a8d7237d4c36bb5b6c62c72e594d5ab1347fe91d6af7ccd9eb5d621e30152e4da45c2e9a26bec21390e911ab54a62d4d82e76028374ee5
9935+
"url-join@npm:5.0.0":
9936+
version: 5.0.0
9937+
resolution: "url-join@npm:5.0.0"
9938+
checksum: 5921384a8ad4395b49ce4b50aa26efbc429cebe0bc8b3660ad693dd12fd859747b5369be0443e60e53a7850b2bc9d7d0687bcb94386662b40e743596bbf38101
99399939
languageName: node
99409940
linkType: hard
99419941

0 commit comments

Comments
 (0)