Updated matrix-js-sdk to v12.4.1 (Security fix)

This commit is contained in:
Ajay Bura
2021-09-13 17:32:32 +05:30
parent b5dfc337ec
commit 8939927543
4 changed files with 7 additions and 7 deletions

8
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "cinny",
"version": "1.1.0",
"version": "1.2.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -7951,9 +7951,9 @@
}
},
"matrix-js-sdk": {
"version": "12.2.0",
"resolved": "https://registry.npmjs.org/matrix-js-sdk/-/matrix-js-sdk-12.2.0.tgz",
"integrity": "sha512-foSs3uKRc6uvFNhgY35eErBvLWVDd5RNIxxsdFKlmU3B+70YUf3BP3petyBNW34ORyOqNdX36IiApfLo3npNEw==",
"version": "12.4.1",
"resolved": "https://registry.npmjs.org/matrix-js-sdk/-/matrix-js-sdk-12.4.1.tgz",
"integrity": "sha512-C9aSGX9e4GoCm0Rli+iGBXmcnRxnwETw7MvgNcSBfPaLHOMZi/wz4YOV7HEZK8R+OXuDrDYyglncWSJkkoDpAQ==",
"requires": {
"@babel/runtime": "^7.12.5",
"another-json": "^0.2.0",