From 2c4c1afda08f89d1ff504ca5fc004b775caa5647 Mon Sep 17 00:00:00 2001 From: ctcpip Date: Wed, 6 May 2026 10:21:01 -0500 Subject: [PATCH 1/3] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20bump=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ec1b524..f07dd87 100644 --- a/package.json +++ b/package.json @@ -23,9 +23,9 @@ "eslint-plugin-node": "11.1.0", "eslint-plugin-promise": "4.2.1", "eslint-plugin-standard": "4.0.1", - "mocha": "10.2.0", - "nyc": "15.1.0", - "supertest": "4.0.2" + "mocha": "^11.7.5", + "nyc": "^18.0.0", + "supertest": "^7.2.2" }, "files": [ "LICENSE", From 7b84e26f5f29bcd8c0e774cc127b9b9eb49925d4 Mon Sep 17 00:00:00 2001 From: ctcpip Date: Wed, 6 May 2026 10:22:18 -0500 Subject: [PATCH 2/3] =?UTF-8?q?=E2=9C=A8=20add=20node=2026=20to=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ccdc03..7a9921f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,7 @@ jobs: - Node.js 23.x - Node.js 24.x - Node.js 25.x + - Node.js 26.x include: - name: Node.js 0.8 From 2b270208e512e9057178a6852ba434e0404960f4 Mon Sep 17 00:00:00 2001 From: ctcpip Date: Wed, 6 May 2026 10:27:12 -0500 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=92=9A=20use=20older=20test=20deps=20?= =?UTF-8?q?for=20older=20node=20versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a9921f..04dfb8a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,41 +83,43 @@ jobs: - name: Node.js 6.x node-version: "6.17" - npm-i: mocha@6.2.2 nyc@14.1.1 + npm-i: mocha@6.2.2 nyc@14.1.1 supertest@5 - name: Node.js 7.x node-version: "7.10" - npm-i: mocha@6.2.2 nyc@14.1.1 + npm-i: mocha@6.2.2 nyc@14.1.1 supertest@5 - name: Node.js 8.x node-version: "8.17" - npm-i: mocha@7.1.2 nyc@14.1.1 + npm-i: mocha@7.1.2 nyc@14.1.1 supertest@5 - name: Node.js 9.x node-version: "9.11" - npm-i: mocha@7.1.2 nyc@14.1.1 + npm-i: mocha@7.1.2 nyc@14.1.1 supertest@5 - name: Node.js 10.x node-version: "10" - npm-i: mocha@8.4.0 + npm-i: mocha@8.4.0 nyc@15 supertest@5 - name: Node.js 11.x node-version: "11" - npm-i: mocha@8.4.0 + npm-i: mocha@8.4.0 nyc@15 supertest@5 - name: Node.js 12.x node-version: "12" - npm-i: mocha@9.2.2 + npm-i: mocha@9.2.2 nyc@15 supertest@5 - name: Node.js 13.x node-version: "13" - npm-i: mocha@9.2.2 + npm-i: mocha@9.2.2 nyc@15 supertest@5 - name: Node.js 14.x node-version: "14" + npm-i: mocha@10 nyc@15 supertest@5 - name: Node.js 15.x node-version: "15" + npm-i: mocha@10 nyc@15 supertest@5 - name: Node.js 16.x node-version: "16"