From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Feb 2022 15:28:24 +0000 (+0530) Subject: Bump matrix-js-sdk from 15.4.0 to 15.5.0 (#294) X-Git-Tag: v1.8.0~109 X-Git-Url: https://git.wafflesoft.org/?a=commitdiff_plain;h=a59aa2c30fddd64f1c03584141bb57b6465af2db;p=rainny.git Bump matrix-js-sdk from 15.4.0 to 15.5.0 (#294) Bumps [matrix-js-sdk](https://github.com/matrix-org/matrix-js-sdk) from 15.4.0 to 15.5.0. - [Release notes](https://github.com/matrix-org/matrix-js-sdk/releases) - [Changelog](https://github.com/matrix-org/matrix-js-sdk/blob/develop/CHANGELOG.md) - [Commits](https://github.com/matrix-org/matrix-js-sdk/compare/v15.4.0...v15.5.0) --- updated-dependencies: - dependency-name: matrix-js-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/package-lock.json b/package-lock.json index 85979e3..4aaa28e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "formik": "^2.2.9", "html-react-parser": "^1.2.7", "linkifyjs": "^2.1.9", - "matrix-js-sdk": "^15.4.0", + "matrix-js-sdk": "^15.5.0", "micromark": "^3.0.3", "micromark-extension-gfm": "^2.0.1", "micromark-util-chunked": "^1.0.0", @@ -9325,10 +9325,15 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/matrix-events-sdk": { + "version": "0.0.1-beta.6", + "resolved": "https://registry.npmjs.org/matrix-events-sdk/-/matrix-events-sdk-0.0.1-beta.6.tgz", + "integrity": "sha512-VMqPXe3Bg4R9yC9PNqGv6bDFwWlVYadYxp0Ke1ihhXUCpGcx7e28kOYcqK2T3RxLXK4KK7VH4JRbY53Do3r+Fw==" + }, "node_modules/matrix-js-sdk": { - "version": "15.4.0", - "resolved": "https://registry.npmjs.org/matrix-js-sdk/-/matrix-js-sdk-15.4.0.tgz", - "integrity": "sha512-4iFYnIYEzRwM8W+D3wwcpcv3EspxlYgBNZN3pxWUoYqsTL8PnPSsq2wYFWsoKfEt27EEWour5jwEoP8vjlwYOw==", + "version": "15.5.0", + "resolved": "https://registry.npmjs.org/matrix-js-sdk/-/matrix-js-sdk-15.5.0.tgz", + "integrity": "sha512-Y8BoJ5xEejTeO2vwGrE4hNrSSOKLP6/brqeTy+gjjgti/PUhf+foC+ww9lHv7MqiNYFl9a/8tBf3crhU8+3jVw==", "dependencies": { "@babel/runtime": "^7.12.5", "another-json": "^0.2.0", @@ -9336,6 +9341,7 @@ "bs58": "^4.0.1", "content-type": "^1.0.4", "loglevel": "^1.7.1", + "matrix-events-sdk": "^0.0.1-beta.6", "p-retry": "^4.5.0", "qs": "^6.9.6", "request": "^2.88.2", @@ -23133,10 +23139,15 @@ "semver": "^6.0.0" } }, + "matrix-events-sdk": { + "version": "0.0.1-beta.6", + "resolved": "https://registry.npmjs.org/matrix-events-sdk/-/matrix-events-sdk-0.0.1-beta.6.tgz", + "integrity": "sha512-VMqPXe3Bg4R9yC9PNqGv6bDFwWlVYadYxp0Ke1ihhXUCpGcx7e28kOYcqK2T3RxLXK4KK7VH4JRbY53Do3r+Fw==" + }, "matrix-js-sdk": { - "version": "15.4.0", - "resolved": "https://registry.npmjs.org/matrix-js-sdk/-/matrix-js-sdk-15.4.0.tgz", - "integrity": "sha512-4iFYnIYEzRwM8W+D3wwcpcv3EspxlYgBNZN3pxWUoYqsTL8PnPSsq2wYFWsoKfEt27EEWour5jwEoP8vjlwYOw==", + "version": "15.5.0", + "resolved": "https://registry.npmjs.org/matrix-js-sdk/-/matrix-js-sdk-15.5.0.tgz", + "integrity": "sha512-Y8BoJ5xEejTeO2vwGrE4hNrSSOKLP6/brqeTy+gjjgti/PUhf+foC+ww9lHv7MqiNYFl9a/8tBf3crhU8+3jVw==", "requires": { "@babel/runtime": "^7.12.5", "another-json": "^0.2.0", @@ -23144,6 +23155,7 @@ "bs58": "^4.0.1", "content-type": "^1.0.4", "loglevel": "^1.7.1", + "matrix-events-sdk": "^0.0.1-beta.6", "p-retry": "^4.5.0", "qs": "^6.9.6", "request": "^2.88.2", diff --git a/package.json b/package.json index 6a26055..f085b95 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "formik": "^2.2.9", "html-react-parser": "^1.2.7", "linkifyjs": "^2.1.9", - "matrix-js-sdk": "^15.4.0", + "matrix-js-sdk": "^15.5.0", "micromark": "^3.0.3", "micromark-extension-gfm": "^2.0.1", "micromark-util-chunked": "^1.0.0",