From 8b83817f833a94e36d83d6f704a3d46ef502b53a Mon Sep 17 00:00:00 2001 From: "alexander.akait" Date: Tue, 3 Sep 2024 21:05:16 +0300 Subject: [PATCH 1/3] chore: finalhandler --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f1f9ecb2..80218b2d8 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "repository": "senchalabs/connect", "dependencies": { "debug": "2.6.9", - "finalhandler": "1.1.2", + "finalhandler": "1.3.0", "parseurl": "~1.3.3", "utils-merge": "1.0.1" }, From db30646ad2ce122e48d14cc60418c18654505571 Mon Sep 17 00:00:00 2001 From: "alexander.akait" Date: Thu, 26 Sep 2024 16:55:37 +0300 Subject: [PATCH 2/3] ci: fix --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60fa6b49b..5c605a9f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,11 +68,11 @@ jobs: - name: Node.js 8.x node-version: "8.17" - npm-i: mocha@7.2.0 + npm-i: mocha@7.2.0 nyc@14.1.1 - name: Node.js 9.x node-version: "9.11" - npm-i: mocha@7.2.0 + npm-i: mocha@7.2.0 nyc@14.1.1 - name: Node.js 10.x node-version: "10.24" From 036fc415f88b8a65971ce4d7df0d0ffc2b3c535d Mon Sep 17 00:00:00 2001 From: "alexander.akait" Date: Tue, 15 Oct 2024 16:41:29 +0300 Subject: [PATCH 3/3] chore: 1.3.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 80218b2d8..2fb1929d7 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "repository": "senchalabs/connect", "dependencies": { "debug": "2.6.9", - "finalhandler": "1.3.0", + "finalhandler": "1.3.1", "parseurl": "~1.3.3", "utils-merge": "1.0.1" },