From 3897c62440be7b8908a92ac2f4eaa10455fa6e36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 21:50:48 +0000 Subject: [PATCH 1/4] fix(deps): update dependency amqplib to v1 --- package-lock.json | 35 ++++++----------------------------- package.json | 2 +- 2 files changed, 7 insertions(+), 30 deletions(-) diff --git a/package-lock.json b/package-lock.json index 68c4725e..d02b56e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@nmshd/typescript-ioc": "^3.2.5", "@nmshd/typescript-rest": "^3.2.3", "agentkeepalive": "4.6.0", - "amqplib": "^0.10.9", + "amqplib": "^1.0.2", "axios": "^1.13.6", "compression": "1.8.1", "correlation-id": "^5.2.0", @@ -4281,16 +4281,15 @@ } }, "node_modules/amqplib": { - "version": "0.10.9", - "resolved": "https://registry.npmjs.org/amqplib/-/amqplib-0.10.9.tgz", - "integrity": "sha512-jwSftI4QjS3mizvnSnOrPGYiUnm1vI2OP1iXeOUz5pb74Ua0nbf6nPyyTzuiCLEE3fMpaJORXh2K/TQ08H5xGA==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/amqplib/-/amqplib-1.0.2.tgz", + "integrity": "sha512-QFzavIs3FxXA9/PWOiY/j5Arr7KFT0b1TYYsq9f5PyZ3Dv5H5hQXTK3fZTUUzzOo2BF1o/Vk5bHAKzlL40LfDA==", "license": "MIT", "dependencies": { - "buffer-more-ints": "~1.0.0", - "url-parse": "~1.5.10" + "buffer-more-ints": "~1.0.0" }, "engines": { - "node": ">=10" + "node": ">=18" } }, "node_modules/ansi-escapes": { @@ -11853,12 +11852,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/querystringify": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", - "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==", - "license": "MIT" - }, "node_modules/queue-microtask": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", @@ -12256,12 +12249,6 @@ "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", "license": "ISC" }, - "node_modules/requires-port": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", - "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==", - "license": "MIT" - }, "node_modules/resolve": { "version": "1.22.10", "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz", @@ -14172,16 +14159,6 @@ "integrity": "sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==", "license": "MIT" }, - "node_modules/url-parse": { - "version": "1.5.10", - "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", - "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", - "license": "MIT", - "dependencies": { - "querystringify": "^2.1.1", - "requires-port": "^1.0.0" - } - }, "node_modules/util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", diff --git a/package.json b/package.json index 641787c7..1a5a94ad 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "@nmshd/typescript-ioc": "^3.2.5", "@nmshd/typescript-rest": "^3.2.3", "agentkeepalive": "4.6.0", - "amqplib": "^0.10.9", + "amqplib": "^1.0.2", "axios": "^1.13.6", "compression": "1.8.1", "correlation-id": "^5.2.0", From 785aa367759bcaae5792fc86bdae6f0587dc3cfa Mon Sep 17 00:00:00 2001 From: britsta Date: Mon, 30 Mar 2026 13:32:03 +0200 Subject: [PATCH 2/4] chore: add removable comment --- README_dev.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README_dev.md b/README_dev.md index c715402b..a678228a 100644 --- a/README_dev.md +++ b/README_dev.md @@ -176,3 +176,5 @@ It's now possible to access the Connector on port 8080. Validating this is possi - run `npm ci` (this will symlink the SDK in the node_modules of the Connector) - run `npm run build --workspaces` to build the changes for the Connector and its packages + + \ No newline at end of file From 1a452c78fd21779977c25eed70dff2125930492a Mon Sep 17 00:00:00 2001 From: britsta Date: Mon, 30 Mar 2026 13:32:44 +0200 Subject: [PATCH 3/4] chore: remove comment --- README_dev.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README_dev.md b/README_dev.md index a678228a..7b3949db 100644 --- a/README_dev.md +++ b/README_dev.md @@ -175,6 +175,4 @@ It's now possible to access the Connector on port 8080. Validating this is possi ## Build - run `npm ci` (this will symlink the SDK in the node_modules of the Connector) -- run `npm run build --workspaces` to build the changes for the Connector and its packages - - \ No newline at end of file +- run `npm run build --workspaces` to build the changes for the Connector and its packages \ No newline at end of file From bd339b6dbe3817a106150f57066898d3bc9f8dfe Mon Sep 17 00:00:00 2001 From: britsta Date: Mon, 30 Mar 2026 13:33:52 +0200 Subject: [PATCH 4/4] chore: re-store README_dev.md --- README_dev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_dev.md b/README_dev.md index 7b3949db..c715402b 100644 --- a/README_dev.md +++ b/README_dev.md @@ -175,4 +175,4 @@ It's now possible to access the Connector on port 8080. Validating this is possi ## Build - run `npm ci` (this will symlink the SDK in the node_modules of the Connector) -- run `npm run build --workspaces` to build the changes for the Connector and its packages \ No newline at end of file +- run `npm run build --workspaces` to build the changes for the Connector and its packages