From ec8b94665af2fcf41000c577bbcb5eb0b53982b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 06:04:15 +0000 Subject: [PATCH] Bump matrix-js-sdk from 9.8.0 to 9.9.0 Bumps [matrix-js-sdk](https://github.com/matrix-org/matrix-js-sdk) from 9.8.0 to 9.9.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/v9.8.0...v9.9.0) Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3ec0662..47aa8b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -68,9 +68,9 @@ } }, "@babel/runtime": { - "version": "7.13.9", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.9.tgz", - "integrity": "sha512-aY2kU+xgJ3dJ1eU6FMB9EH8dIe8dmusF1xEku52joLvw6eAFN0AI+WxCLDnpev2LEejWBAy2sBvBOBAjI3zmvA==", + "version": "7.13.10", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.10.tgz", + "integrity": "sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==", "requires": { "regenerator-runtime": "^0.13.4" } @@ -1436,9 +1436,9 @@ } }, "matrix-js-sdk": { - "version": "9.8.0", - "resolved": "https://registry.npmjs.org/matrix-js-sdk/-/matrix-js-sdk-9.8.0.tgz", - "integrity": "sha512-QKRsnmId53upz4oMhQzm119lT0EcST2SZhnKRRFyykxZI0x7qSulnTTUwztpS/g9yZuZqy7PTVUTHOE2caX5IQ==", + "version": "9.9.0", + "resolved": "https://registry.npmjs.org/matrix-js-sdk/-/matrix-js-sdk-9.9.0.tgz", + "integrity": "sha512-rgy9b8D+GzjK3wfdmxDr42fxNV13fK12cvQD1qnsFzqPyJGeg++cazH/+7HxL/uuW/WQR6HAmfc7wo9VQegWtg==", "requires": { "@babel/runtime": "^7.12.5", "another-json": "^0.2.0", diff --git a/package.json b/package.json index b764b91..8c3d19b 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@actions/github": "^4.0.0", "@vercel/ncc": "^0.27.0", "markdown-it": "^12.0.4", - "matrix-js-sdk": "^9.8.0" + "matrix-js-sdk": "^9.9.0" }, "devDependencies": { "eslint": "^7.22.0",