Skip to content

Commit c4032ea

Browse files
committed
chore: upgrade ldhop
to fix issue with redirect to a resource containing relative URIs
1 parent 3a77b92 commit c4032ea

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@koa/bodyparser": "^6.0.0",
4040
"@koa/cors": "^5.0.0",
4141
"@koa/router": "^15.1.0",
42-
"@ldhop/core": "^1.0.0-alpha.1",
42+
"@ldhop/core": "^1.0.0-alpha.2",
4343
"@solid/access-token-verifier": "^2.0.5",
4444
"@types/co-body": "^6.1.3",
4545
"@types/jsonwebtoken": "^9.0.10",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2900,10 +2900,10 @@
29002900
koa-compose "^4.1.0"
29012901
path-to-regexp "^8.3.0"
29022902

2903-
"@ldhop/core@^1.0.0-alpha.1":
2904-
version "1.0.0-alpha.1"
2905-
resolved "https://registry.npmjs.org/@ldhop/core/-/core-1.0.0-alpha.1.tgz#59f3c3c91582a70ea004624c03f71d0239829a9b"
2906-
integrity sha512-b61IxhKWfCZ/vO5WJTBqf+Q6XIudkDu9uFr/g+msJFCkY6NArkteyhd3twSJwcfc/HwmRjfi5JKS3LxasJLufw==
2903+
"@ldhop/core@^1.0.0-alpha.2":
2904+
version "1.0.0-alpha.2"
2905+
resolved "https://registry.npmjs.org/@ldhop/core/-/core-1.0.0-alpha.2.tgz#bdd25e8c04c15e225f51906f203c988f246cc784"
2906+
integrity sha512-1lP7Soxw23jAfqztCEx0l8rNo9u3DefQI5+2dnKw2cxFVSW4f3+1rKIN0zpbcOnb/ouC/GPTVR+JgiMCCZSjzA==
29072907
dependencies:
29082908
"@emotion/hash" "^0.9.1"
29092909
"@types/n3" "^1.16.4"

0 commit comments

Comments
 (0)