Fix attachment decryption

This commit is contained in:
proteriax
2021-10-29 18:49:34 -04:00
parent e2e20a5dc8
commit 4f41c45c9c
8 changed files with 503 additions and 724 deletions

8
pnpm-lock.yaml generated
View File

@ -31,6 +31,7 @@ specifiers:
eslint-plugin-react: 7.26.1
eslint-plugin-react-hooks: 4.2.0
fs-extra: ^10.0.0
marked: ^3.0.8
memfs: ^3.3.0
mocha: ^9.1.2
mochawesome: ^6.3.0
@ -85,6 +86,7 @@ devDependencies:
eslint-plugin-react: 7.26.1_eslint@7.32.0
eslint-plugin-react-hooks: 4.2.0_eslint@7.32.0
fs-extra: 10.0.0
marked: 3.0.8
memfs: 3.3.0
mocha: 9.1.2
mochawesome: 6.3.0_mocha@9.1.2
@ -3999,8 +4001,8 @@ packages:
resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==}
dev: true
/marked/3.0.4:
resolution: {integrity: sha512-jBo8AOayNaEcvBhNobg6/BLhdsK3NvnKWJg33MAAPbvTWiG4QBn9gpW1+7RssrKu4K1dKlN+0goVQwV41xEfOA==}
/marked/3.0.8:
resolution: {integrity: sha512-0gVrAjo5m0VZSJb4rpL59K1unJAMb/hm8HRXqasD8VeC8m91ytDPMritgFSlKonfdt+rRYYpP/JfLxgIX8yoSw==}
engines: {node: '>= 12'}
hasBin: true
dev: true
@ -5348,7 +5350,7 @@ packages:
dependencies:
glob: 7.2.0
lunr: 2.3.9
marked: 3.0.4
marked: 3.0.8
minimatch: 3.0.4
shiki: 0.9.11
typescript: 4.4.3