diff --git a/olm.wasm b/olm.wasm index 0ce00c5..1202842 100644 Binary files a/olm.wasm and b/olm.wasm differ diff --git a/package-lock.json b/package-lock.json index 2463b8d..ab2816f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 962bacd..60ba867 100644 --- a/package.json +++ b/package.json @@ -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",