Skip to content

Commit e3de592

Browse files
committed
fix(webapp): pin fast-xml-parser past the broken 5.7 window
1 parent 3dcafbd commit e3de592

3 files changed

Lines changed: 19 additions & 7 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
area: webapp
3+
type: fix
4+
---
5+
6+
Magic-link login works again on self-hosted deployments that use a role for cloud credentials

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"protobufjs@>=7 <7.6.5": "^7.6.5",
129129
"@grpc/grpc-js@>=1.12.0 <1.12.7": "1.12.7",
130130
"fast-xml-parser@>=4 <4.5.5": "^4.5.5",
131-
"fast-xml-parser@>=5 <5.7.0": "^5.7.0",
131+
"fast-xml-parser@>=5 <5.8.0": "^5.8.0",
132132
"path-to-regexp@>=0.1 <0.1.13": "^0.1.13",
133133
"ajv@>=8 <8.18.0": "^8.18.0",
134134
"socket.io-parser@>=4 <4.2.7": "^4.2.7",

pnpm-lock.yaml

Lines changed: 12 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)