Skip to content

Commit

Permalink
runfix: Fix enrolling to e2ei with non-ascii user name (#16607) (#16608)
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Belin <thomasbelin4@gmail.com>
  • Loading branch information
github-actions[bot] and atomrc committed Jan 24, 2024
1 parent cda14e9 commit 7ea794f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@peculiar/x509": "1.9.6",
"@wireapp/avs": "9.6.9",
"@wireapp/commons": "5.2.4",
"@wireapp/core": "43.9.0",
"@wireapp/core": "43.9.1",
"@wireapp/react-ui-kit": "9.12.7",
"@wireapp/store-engine-dexie": "2.1.7",
"@wireapp/webapp-events": "0.20.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4883,9 +4883,9 @@ __metadata:
languageName: node
linkType: hard

"@wireapp/core@npm:43.9.0":
version: 43.9.0
resolution: "@wireapp/core@npm:43.9.0"
"@wireapp/core@npm:43.9.1":
version: 43.9.1
resolution: "@wireapp/core@npm:43.9.1"
dependencies:
"@wireapp/api-client": ^26.10.1
"@wireapp/commons": ^5.2.4
Expand All @@ -4905,7 +4905,7 @@ __metadata:
long: ^5.2.0
uuidjs: 4.2.13
zod: 3.22.4
checksum: 5bcc6d477abfa9fac37380a484bf17da59a77a46ab8edcc9d970858f1a2f520938e51e61b700abf328cb327be12f8c64fce79b7064e1b2193e6c9d6a00cc0ab5
checksum: ad69c04e17c82c01f96fda511c47a335c7972c475ac755042097f2c4e95f97846f8416795666be3eff4f4b4e5caa33022890472a1e99cdfbf89b5f7df928acde
languageName: node
linkType: hard

Expand Down Expand Up @@ -17602,7 +17602,7 @@ __metadata:
"@wireapp/avs": 9.6.9
"@wireapp/commons": 5.2.4
"@wireapp/copy-config": 2.1.14
"@wireapp/core": 43.9.0
"@wireapp/core": 43.9.1
"@wireapp/eslint-config": 3.0.5
"@wireapp/prettier-config": 0.6.3
"@wireapp/react-ui-kit": 9.12.7
Expand Down

0 comments on commit 7ea794f

Please sign in to comment.