Fix base64 on mobile

This commit is contained in:
Andras Schmelczer 2025-01-05 21:56:22 +00:00
parent 76683f9b0a
commit 5e8a6e50cd
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
4 changed files with 15 additions and 2 deletions

View file

@ -12,6 +12,7 @@
"@types/jest": "^29.5.14",
"@types/node": "^16.11.6",
"builtin-modules": "3.3.0",
"byte-base64": "^1.1.0",
"css-loader": "^7.1.2",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
@ -3209,6 +3210,13 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/byte-base64": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/byte-base64/-/byte-base64-1.1.0.tgz",
"integrity": "sha512-56cXelkJrVMdCY9V/3RfDxTh4VfMFCQ5km7B7GkIGfo4bcPL9aACyJLB0Ms3Ezu5rsHmLB2suis96z4fLM03DA==",
"dev": true,
"license": "MIT"
},
"node_modules/callsites": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",