Skip to content

Commit

Permalink
fix(deps): update dependency url-join to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 3, 2023
1 parent c3c8f41 commit 0e67f04
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apps/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"node-fetch": "2.6.12",
"prettier": "2.8.8",
"ts-jest": "29.1.1",
"url-join": "4.0.1"
"url-join": "5.0.0"
},
"engines": {
"node": ">=14 <19"
Expand Down
2 changes: 1 addition & 1 deletion apps/web-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"serve": "^14.0.0",
"sucrase": "^3.20.1",
"typescript": "5.0.4",
"url-join": "^4.0.1",
"url-join": "^5.0.0",
"urql": "^4.0.0",
"use-constant": "^1.1.0",
"use-image": "1.1.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3349,7 +3349,7 @@ __metadata:
type-fest: ^3.0.0
type-graphql: ^1.1.1
typescript: 5.0.4
url-join: 4.0.1
url-join: 5.0.0
uuid: ^9.0.0
ws: ^8.8.1
yargs: ^17.2.1
Expand Down Expand Up @@ -3831,7 +3831,7 @@ __metadata:
sucrase: ^3.20.1
tsconfig-paths-webpack-plugin: 4.0.1
typescript: 5.0.4
url-join: ^4.0.1
url-join: ^5.0.0
urql: ^4.0.0
use-constant: ^1.1.0
use-image: 1.1.1
Expand Down Expand Up @@ -23879,10 +23879,10 @@ __metadata:
languageName: node
linkType: hard

"url-join@npm:4.0.1, url-join@npm:^4.0.1":
version: 4.0.1
resolution: "url-join@npm:4.0.1"
checksum: f74e868bf25dbc8be6a8d7237d4c36bb5b6c62c72e594d5ab1347fe91d6af7ccd9eb5d621e30152e4da45c2e9a26bec21390e911ab54a62d4d82e76028374ee5
"url-join@npm:5.0.0, url-join@npm:^5.0.0":
version: 5.0.0
resolution: "url-join@npm:5.0.0"
checksum: 5921384a8ad4395b49ce4b50aa26efbc429cebe0bc8b3660ad693dd12fd859747b5369be0443e60e53a7850b2bc9d7d0687bcb94386662b40e743596bbf38101
languageName: node
linkType: hard

Expand Down

0 comments on commit 0e67f04

Please sign in to comment.