From 542febe2f58196cbbfb1dd99637315c9148a0a5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 19:20:11 +0000 Subject: [PATCH] chore(deps): update devdependency finalhandler to v1.2.1 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b9664edad7..0b30acf6bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "eslint-formatter-json-relative": "0.1.0", "eslint-plugin-prettier": "5.2.1", "eslint-plugin-security": "3.0.1", - "finalhandler": "1.2.0", + "finalhandler": "1.2.1", "get-port-please": "3.1.2", "husky": "9.1.5", "jsdom": "25.0.0", @@ -12625,9 +12625,9 @@ } }, "node_modules/finalhandler": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", - "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.1.tgz", + "integrity": "sha512-NpHDfiu6jURpO56pYkM6DEvnBEA9jNrwj4v05Vjs5hmdqEB2/kRA3wugct7BMyqYydjN+kWunMhtTn+itVmxpA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a0b52b2b1c..f639cbbfe4 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "eslint-formatter-json-relative": "0.1.0", "eslint-plugin-prettier": "5.2.1", "eslint-plugin-security": "3.0.1", - "finalhandler": "1.2.0", + "finalhandler": "1.2.1", "get-port-please": "3.1.2", "husky": "9.1.5", "jsdom": "25.0.0",