Skip to content

Commit 72b165e

Browse files
fix(deps): update dependency amqp-connection-manager to v5
1 parent ea69032 commit 72b165e

2 files changed

Lines changed: 2 additions & 9 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@nestjs/common": "^8.0.0",
3333
"@nestjs/core": "^8.0.0",
3434
"@nestjs/platform-express": "^8.0.0",
35-
"amqp-connection-manager": "^4.0.0",
35+
"amqp-connection-manager": "^5.0.0",
3636
"amqplib": "^0.10.0",
3737
"patch-package": "^6.2.0",
3838
"postinstall-postinstall": "^2.0.0",

yarn.lock

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2257,20 +2257,13 @@ ajv@^8.0.0:
22572257
require-from-string "^2.0.2"
22582258
uri-js "^4.2.2"
22592259

2260-
amqp-connection-manager@*:
2260+
amqp-connection-manager@*, amqp-connection-manager@^5.0.0:
22612261
version "5.0.0"
22622262
resolved "https://registry.yarnpkg.com/amqp-connection-manager/-/amqp-connection-manager-5.0.0.tgz#3bf72f76e1e041768080227fffab1f9baea70baa"
22632263
integrity sha512-88yQzqa5RSBgnLl504XjvCQJ7d+osskdwvg35Lwm1LRbfLjNU9p7SQUMSP82BB7mseiq9tIUPJ3HE3eXQbpjEw==
22642264
dependencies:
22652265
promise-breaker "^6.0.0"
22662266

2267-
amqp-connection-manager@^4.0.0:
2268-
version "4.1.15"
2269-
resolved "https://registry.yarnpkg.com/amqp-connection-manager/-/amqp-connection-manager-4.1.15.tgz#af1af653961c13674628d0b075eef7b95a209fe4"
2270-
integrity sha512-YGi8MuO2K4u0qC4b1qAKVIK8CdBJF+PpEZpHKxmrL3x61pU1sAb2SHzQl7ypoqr6oECIfVqtG9DGdOZxaUq1Wg==
2271-
dependencies:
2272-
promise-breaker "^6.0.0"
2273-
22742267
amqplib@^0.10.0:
22752268
version "0.10.9"
22762269
resolved "https://registry.yarnpkg.com/amqplib/-/amqplib-0.10.9.tgz#5b744c21d624f9307d0399e4d339b7354675831c"

0 commit comments

Comments
 (0)