Updated olm to v3.2.7

Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
Ajay Bura 2021-12-13 18:08:09 +05:30
parent c22c407ee5
commit 3c2058f0e1
3 changed files with 7 additions and 7 deletions

BIN
olm.wasm

Binary file not shown.

12
package-lock.json generated
View file

@ -9,7 +9,7 @@
"version": "1.5.1",
"license": "MIT",
"dependencies": {
"@matrix-org/olm": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.4.tgz",
"@matrix-org/olm": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.7.tgz",
"@tippyjs/react": "^4.2.5",
"babel-polyfill": "^6.26.0",
"browser-encrypt-attachment": "^0.3.0",
@ -2310,9 +2310,9 @@
"dev": true
},
"node_modules/@matrix-org/olm": {
"version": "3.2.4",
"resolved": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.4.tgz",
"integrity": "sha512-ddaXWILlm1U0Z9qpcZffJjBFZRpz/GxQ1n/Qth3xKvYRUbniuPOgftNTDaxkEC4h04uJG5Ls/OdI1YJUyfuRzQ==",
"version": "3.2.7",
"resolved": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.7.tgz",
"integrity": "sha512-/PCnEDzI7nXwbh3bKShVfQeCYVep0vI/oBbQeDQlwW6K+cW+rDNkxE7sbwG8l/aCJoMrz6D/iE8zB4SnWUt/AQ==",
"license": "Apache-2.0"
},
"node_modules/@nodelib/fs.scandir": {
@ -17564,8 +17564,8 @@
}
},
"@matrix-org/olm": {
"version": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.4.tgz",
"integrity": "sha512-ddaXWILlm1U0Z9qpcZffJjBFZRpz/GxQ1n/Qth3xKvYRUbniuPOgftNTDaxkEC4h04uJG5Ls/OdI1YJUyfuRzQ=="
"version": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.7.tgz",
"integrity": "sha512-/PCnEDzI7nXwbh3bKShVfQeCYVep0vI/oBbQeDQlwW6K+cW+rDNkxE7sbwG8l/aCJoMrz6D/iE8zB4SnWUt/AQ=="
},
"@nodelib/fs.scandir": {
"version": "2.1.5",

View file

@ -15,7 +15,7 @@
"author": "Ajay Bura",
"license": "MIT",
"dependencies": {
"@matrix-org/olm": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.4.tgz",
"@matrix-org/olm": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.7.tgz",
"@tippyjs/react": "^4.2.5",
"babel-polyfill": "^6.26.0",
"browser-encrypt-attachment": "^0.3.0",