diff options
| author | Charlotte Van Petegem <charlotte.vanpetegem@ugent.be> | 2023-12-06 11:44:52 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-12-18 19:05:35 +0000 |
| commit | 272e41c7bb5d8694fd783b049187e0c50c217aac (patch) | |
| tree | 78449a71ee7ac2d6ebb7f956a235c430610952fa | |
| parent | matrix-hookshot: 4.5.1 -> 4.6.0 (diff) | |
| download | nixpkgs-272e41c7bb5d8694fd783b049187e0c50c217aac.tar.gz | |
matrix-hookshot: 4.6.0 -> 4.7.0
https://github.com/matrix-org/matrix-hookshot/releases/tag/4.7.0
(cherry picked from commit 8ea80a3f11e48e800666b5599cc4b63728c01ad0)
| -rw-r--r-- | pkgs/servers/matrix-synapse/matrix-hookshot/package.json | 4 | ||||
| -rw-r--r-- | pkgs/servers/matrix-synapse/matrix-hookshot/pin.json | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/servers/matrix-synapse/matrix-hookshot/package.json b/pkgs/servers/matrix-synapse/matrix-hookshot/package.json index 7159d048364d..0ff87211985f 100644 --- a/pkgs/servers/matrix-synapse/matrix-hookshot/package.json +++ b/pkgs/servers/matrix-synapse/matrix-hookshot/package.json @@ -1,6 +1,6 @@ { "name": "matrix-hookshot", - "version": "4.6.0", + "version": "4.7.0", "description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.", "main": "lib/app.js", "repository": "https://github.com/matrix-org/matrix-hookshot", @@ -48,7 +48,7 @@ "@octokit/webhooks": "^9.1.2", "@sentry/node": "^7.52.1", "ajv": "^8.11.0", - "axios": "^0.24.0", + "axios": "^1.6.2", "cors": "^2.8.5", "express": "^4.17.3", "figma-js": "^1.14.0", diff --git a/pkgs/servers/matrix-synapse/matrix-hookshot/pin.json b/pkgs/servers/matrix-synapse/matrix-hookshot/pin.json index f3986eeb4d46..64b40c341cc9 100644 --- a/pkgs/servers/matrix-synapse/matrix-hookshot/pin.json +++ b/pkgs/servers/matrix-synapse/matrix-hookshot/pin.json @@ -1,6 +1,6 @@ { - "version": "4.6.0", - "srcHash": "sha256-Z+i9v7LH7IpM2TbBONrwe+fcqsLqlUeOOT2D1+CUEMk=", - "yarnHash": "02iwhcspawgh73qf45kdz422np868dbzgddpr14bv14dx4hj431d", - "cargoHash": "sha256-h10JUVATFWk4CBMGrQ5WMEuYkRk7eToPLylUwwOA/BY=" + "version": "4.7.0", + "srcHash": "sha256-27PBuLyk/1ER26pus5tbe9CxeYEZgZrYBYy5l3B/19c=", + "yarnHash": "05mh3q5zw1aiznvbkhp7spb1bgcv32ncdb4zpyvhhv74pyhjnsn2", + "cargoHash": "sha256-cAjsNVQfXfZbM1/MoiEh/Qp0uW/iXsxBVx7cRZY3tN0=" } |
