Skip to content

Commit a8e14f9

Browse files
chore(deps): Bump amqplib from 0.10.7 to 0.10.9 (#20000)
Bumps [amqplib](https://github.com/amqp-node/amqplib) from 0.10.7 to 0.10.9. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/amqp-node/amqplib/blob/main/CHANGELOG.md">amqplib's changelog</a>.</em></p> <blockquote> <h2>v0.10.9</h2> <ul> <li>Add support for IPv6 urls</li> </ul> <h2>v0.10.8</h2> <ul> <li>Updated README</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/amqp-node/amqplib/commit/00b0034d2670c79ccd085b171856c5473fa32be5"><code>00b0034</code></a> 0.10.9</li> <li><a href="https://github.com/amqp-node/amqplib/commit/d151a4255955984c548341c51c1ffaaf701697e4"><code>d151a42</code></a> Update changelog</li> <li><a href="https://github.com/amqp-node/amqplib/commit/09c571973d60be8f4b5480a27c7978065a07ca53"><code>09c5719</code></a> Merge pull request <a href="https://redirect.github.com/amqp-node/amqplib/issues/795">#795</a> from amqp-node/support-ipv6-urls</li> <li><a href="https://github.com/amqp-node/amqplib/commit/15c834e115ad44a92433ff0c4b3d07a0a2b3e6b4"><code>15c834e</code></a> Update lib/connect.js</li> <li><a href="https://github.com/amqp-node/amqplib/commit/6f7160f6517dfe4d1935b4c4314849433f5b97ad"><code>6f7160f</code></a> Update lib/connect.js</li> <li><a href="https://github.com/amqp-node/amqplib/commit/7b27e6aa3bee87ba4ceb72043411f5ae3da6fe9f"><code>7b27e6a</code></a> Add support for ipv6 urls</li> <li><a href="https://github.com/amqp-node/amqplib/commit/28f1fd02170cc981dd69666dcc9f901c47a54ef2"><code>28f1fd0</code></a> Update changelog</li> <li><a href="https://github.com/amqp-node/amqplib/commit/02b4379b6a68a5234829f5a3445919eb3ba0f203"><code>02b4379</code></a> 0.10.8</li> <li><a href="https://github.com/amqp-node/amqplib/commit/1bdfda76301133a99e6fbc67637c259e8d43baa1"><code>1bdfda7</code></a> Update README.md</li> <li><a href="https://github.com/amqp-node/amqplib/commit/1a3ebfefd21062a799158790dfbdc96974911481"><code>1a3ebfe</code></a> README: a note on RabbitMQ 4.1.0 compatibility (<a href="https://redirect.github.com/amqp-node/amqplib/issues/790">#790</a>)</li> <li>Additional commits viewable in <a href="https://github.com/amqp-node/amqplib/compare/v0.10.7...v0.10.9">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d7eb659 commit a8e14f9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

dev-packages/node-integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@types/mysql": "^2.15.21",
4747
"@types/pg": "^8.6.5",
4848
"ai": "^4.3.16",
49-
"amqplib": "^0.10.7",
49+
"amqplib": "^0.10.9",
5050
"body-parser": "^2.2.2",
5151
"connect": "^3.7.0",
5252
"consola": "^3.2.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11153,10 +11153,10 @@ amdefine@>=0.0.4:
1115311153
resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5"
1115411154
integrity sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=
1115511155

11156-
amqplib@^0.10.7:
11157-
version "0.10.7"
11158-
resolved "https://registry.yarnpkg.com/amqplib/-/amqplib-0.10.7.tgz#d28586805169bedb03a2efe6e09a3e43148eaa0f"
11159-
integrity sha512-7xPSYKSX2kj/bT6iHZ3MlctzxdCW1Ds9xyN0EmuRi2DZxHztwwoG1YkZrgmLyuPNjfxlRiMdWJPQscmoa3Vgdg==
11156+
amqplib@^0.10.9:
11157+
version "0.10.9"
11158+
resolved "https://registry.yarnpkg.com/amqplib/-/amqplib-0.10.9.tgz#5b744c21d624f9307d0399e4d339b7354675831c"
11159+
integrity sha512-jwSftI4QjS3mizvnSnOrPGYiUnm1vI2OP1iXeOUz5pb74Ua0nbf6nPyyTzuiCLEE3fMpaJORXh2K/TQ08H5xGA==
1116011160
dependencies:
1116111161
buffer-more-ints "~1.0.0"
1116211162
url-parse "~1.5.10"

0 commit comments

Comments
 (0)