Skip to content

Commit

Permalink
Bump the npm_and_yarn group across 2 directories with 2 updates (#202)
Browse files Browse the repository at this point in the history
Bumps the npm_and_yarn group with 1 update in the /plugins/filters/app_janus directory: [axios](https://github.com/axios/axios).
Bumps the npm_and_yarn group with 1 update in the /plugins/outputs/matrix directory: [matrix-js-sdk](https://github.com/matrix-org/matrix-js-sdk).


Updates `axios` from 0.28.0 to 1.7.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.28.0...v1.7.0)

Updates `matrix-js-sdk` from 24.1.0 to 32.2.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](matrix-org/matrix-js-sdk@v24.1.0...v32.2.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: matrix-js-sdk
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lorenzo Mangani <[email protected]>
  • Loading branch information
dependabot[bot] and lmangani authored May 19, 2024
1 parent f3815e4 commit f519682
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 31 deletions.
18 changes: 9 additions & 9 deletions plugins/filters/app_janus/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/filters/app_janus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "Lorenzo Mangani <[email protected]>",
"license": "ISC",
"dependencies": {
"axios": "^0.28.0",
"axios": "^1.7.0",
"cross-fetch": "^4.0.0",
"kafkajs": "^2.1.0",
"prom-client": "^14.1.0",
Expand Down
76 changes: 56 additions & 20 deletions plugins/outputs/matrix/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/outputs/matrix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "Lorenzo Mangani <[email protected]>",
"license": "ISC",
"dependencies": {
"matrix-js-sdk": "^24.1.0",
"matrix-js-sdk": "^32.2.0",
"olm": "https://packages.matrix.org/npm/olm/olm-3.1.4.tgz"
}
}

0 comments on commit f519682

Please sign in to comment.