matrix-js-sdk 15.2.0 → 15.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ Changes in [15.2.1](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v15.2.1) (2021-12-13)
2
+ ==================================================================================================
3
+
4
+ * Security release with updated version of Olm to fix https://matrix.org/blog/2021/12/03/pre-disclosure-upcoming-security-release-of-libolm-and-matrix-js-sdk
5
+
1
6
  Changes in [15.2.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v15.2.0) (2021-12-06)
2
7
  ==================================================================================================
3
8
 
package/git-revision.txt CHANGED
@@ -1 +1 @@
1
- 45b7cab2033aa116cc44a587eb1423626d269593
1
+ f4839a3b4f1877111b2e0360a1b3b0dd2047193e
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matrix-js-sdk",
3
- "version": "15.2.0",
3
+ "version": "15.2.1",
4
4
  "description": "Matrix Client-Server SDK for Javascript",
5
5
  "scripts": {
6
6
  "prepublishOnly": "yarn build",
@@ -74,7 +74,7 @@
74
74
  "@babel/preset-env": "^7.12.11",
75
75
  "@babel/preset-typescript": "^7.12.7",
76
76
  "@babel/register": "^7.12.10",
77
- "@matrix-org/olm": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.3.tgz",
77
+ "@matrix-org/olm": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.8.tgz",
78
78
  "@types/bs58": "^4.0.1",
79
79
  "@types/jest": "^26.0.20",
80
80
  "@types/node": "12",