Skip to content

Commit b9d7318

Browse files
amqplib upgraded from 0.10.1 to 0.10.7
Only 0.10.7 and later versions of `amqplib` are compatible with RabbitMQ 4.1.0 (and later releases)
1 parent 38dd561 commit b9d7318

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"ajv-cli": "^3.1.0",
6161
"ajv-formats": "^3.0.1",
6262
"amqp-connection-manager": "^4.1.6",
63-
"amqplib": "^0.8.0",
63+
"amqplib": "^0.10.7",
6464
"analytics-node": "^3.4.0-beta.1",
6565
"any-base": "^1.1.0",
6666
"aws-serverless-express": "^3.3.6",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7514,15 +7514,15 @@
75147514

75157515
75167516
version "2.0.10"
7517-
resolved "https://registry.npmjs.org/@types/amqp-connection-manager/-/amqp-connection-manager-2.0.10.tgz"
7517+
resolved "https://registry.yarnpkg.com/@types/amqp-connection-manager/-/amqp-connection-manager-2.0.10.tgz#9b78e8334c1ddd483ae50aa7dd5d01cc2c4d255a"
75187518
integrity sha512-TW97yNQ71pFKm4kUVXRmpeeM5OU9IpnFfuBF/+Ws2sFsVc8QxUeO4mHrP2gbWcKXBcpLODViGJNomo8WUU4/Rg==
75197519
dependencies:
75207520
"@types/amqplib" "*"
75217521

75227522
"@types/amqplib@*":
7523-
version "0.10.1"
7524-
resolved "https://registry.npmjs.org/@types/amqplib/-/amqplib-0.10.1.tgz"
7525-
integrity sha512-j6ANKT79ncUDnAs/+9r9eDujxbeJoTjoVu33gHHcaPfmLQaMhvfbH2GqSe8KUM444epAp1Vl3peVOQfZk3UIqA==
7523+
version "0.10.7"
7524+
resolved "https://registry.yarnpkg.com/@types/amqplib/-/amqplib-0.10.7.tgz#62fbd07fbdab89a295bc1614779b458d1657eeff"
7525+
integrity sha512-IVj3avf9AQd2nXCx0PGk/OYq7VmHiyNxWFSb5HhU9ATh+i+gHWvVcljFTcTWQ/dyHJCTrzCixde+r/asL2ErDA==
75267526
dependencies:
75277527
"@types/node" "*"
75287528

0 commit comments

Comments
 (0)