Bump matrix-bot-sdk from 0.7.0 to 0.7.1

Bumps [matrix-bot-sdk](https://github.com/turt2live/matrix-bot-sdk) from 0.7.0 to 0.7.1.
- [Release notes](https://github.com/turt2live/matrix-bot-sdk/releases)
- [Changelog](https://github.com/turt2live/matrix-bot-sdk/blob/main/tsconfig-release.json)
- [Commits](https://github.com/turt2live/matrix-bot-sdk/compare/v0.7.0...v0.7.1)

---
updated-dependencies:
- dependency-name: matrix-bot-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-01-19 16:52:39 +00:00 committed by GitHub
parent 861cc0117e
commit 5c9ad4dffc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@
"keyv": "^4.5.4",
"keyv-file": "^0.2.0",
"markdown-it": "^14.0.0",
"matrix-bot-sdk": "0.7.0",
"matrix-bot-sdk": "0.7.1",
"typescript": "^5.3.3",
"znv": "^0.4.0",
"zod": "^3.22.4"

View File

@ -1764,10 +1764,10 @@ markdown-it@^14.0.0:
punycode.js "^2.3.1"
uc.micro "^2.0.0"
matrix-bot-sdk@0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/matrix-bot-sdk/-/matrix-bot-sdk-0.7.0.tgz#68323c5b0c7d384c66e8a779e19286185720ec18"
integrity sha512-c+jhWXzlT4tQAk0QWIgaFUYW4zwYxlwXNUy+gjdvWEuzjKCFFrWR9kb3hrQjDeEpFOtEN8pR9GywkFySO5Ir4A==
matrix-bot-sdk@0.7.1:
version "0.7.1"
resolved "https://registry.yarnpkg.com/matrix-bot-sdk/-/matrix-bot-sdk-0.7.1.tgz#b6b80d9f1a2c06795c61f114c12568ea78a1e694"
integrity sha512-klbuohKoOVdCw3foQyDxAswHLgIvBsEfTvt+SNu1RJYk/80UvKd/03YwYD470vILR/XtRXO8Cm+VC+5DvLwHaA==
dependencies:
"@matrix-org/matrix-sdk-crypto-nodejs" "0.1.0-beta.6"
"@types/express" "^4.17.20"