Skip to content

Commit 31c197f

Browse files
fix(deps): update dependency amqp-connection-manager to v5
1 parent abffcbd commit 31c197f

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
@@ -2179,20 +2179,13 @@ ajv@^8.0.0:
21792179
require-from-string "^2.0.2"
21802180
uri-js "^4.2.2"
21812181

2182-
amqp-connection-manager@*:
2182+
amqp-connection-manager@*, amqp-connection-manager@^5.0.0:
21832183
version "5.0.0"
21842184
resolved "https://registry.yarnpkg.com/amqp-connection-manager/-/amqp-connection-manager-5.0.0.tgz#3bf72f76e1e041768080227fffab1f9baea70baa"
21852185
integrity sha512-88yQzqa5RSBgnLl504XjvCQJ7d+osskdwvg35Lwm1LRbfLjNU9p7SQUMSP82BB7mseiq9tIUPJ3HE3eXQbpjEw==
21862186
dependencies:
21872187
promise-breaker "^6.0.0"
21882188

2189-
amqp-connection-manager@^4.0.0:
2190-
version "4.1.15"
2191-
resolved "https://registry.yarnpkg.com/amqp-connection-manager/-/amqp-connection-manager-4.1.15.tgz#af1af653961c13674628d0b075eef7b95a209fe4"
2192-
integrity sha512-YGi8MuO2K4u0qC4b1qAKVIK8CdBJF+PpEZpHKxmrL3x61pU1sAb2SHzQl7ypoqr6oECIfVqtG9DGdOZxaUq1Wg==
2193-
dependencies:
2194-
promise-breaker "^6.0.0"
2195-
21962189
amqplib@^0.10.0:
21972190
version "0.10.9"
21982191
resolved "https://registry.yarnpkg.com/amqplib/-/amqplib-0.10.9.tgz#5b744c21d624f9307d0399e4d339b7354675831c"

0 commit comments

Comments
 (0)