From 19244f8f07ae069ce558ddcf7d6d5f95db0d32fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 20:19:56 +0000 Subject: [PATCH] deps(dev): update dependency finalhandler to v1.3.1 --- packages/telestion-client-template/package.json | 2 +- pnpm-lock.yaml | 15 ++++++++++----- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/packages/telestion-client-template/package.json b/packages/telestion-client-template/package.json index 084d909ea..4259edc14 100644 --- a/packages/telestion-client-template/package.json +++ b/packages/telestion-client-template/package.json @@ -88,7 +88,7 @@ "@wuespace/telestion-client-cli": "workspace:^", "@wuespace/telestion-client-types": "workspace:^", "cypress": "12.17.4", - "finalhandler": "1.3.0", + "finalhandler": "1.3.1", "husky": "8.0.3", "parcel": "2.12.0", "prettier": "2.8.8", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 601100bca..cb9c586a2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -334,7 +334,7 @@ importers: cypress: 12.17.4 electron: ^22.0.0 electron-devtools-installer: ^3.2.0 - finalhandler: 1.3.0 + finalhandler: 1.3.1 husky: 8.0.3 parcel: 2.12.0 prettier: 2.8.8 @@ -389,7 +389,7 @@ importers: '@wuespace/telestion-client-cli': link:../telestion-client-cli '@wuespace/telestion-client-types': link:../telestion-client-types cypress: 12.17.4 - finalhandler: 1.3.0 + finalhandler: 1.3.1 husky: 8.0.3 parcel: 2.12.0 prettier: 2.8.8 @@ -8245,6 +8245,11 @@ packages: engines: {node: '>= 0.8'} dev: true + /encodeurl/2.0.0: + resolution: {integrity: sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==} + engines: {node: '>= 0.8'} + dev: true + /encoding/0.1.13: resolution: {integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==} requiresBuild: true @@ -9102,12 +9107,12 @@ packages: - supports-color dev: true - /finalhandler/1.3.0: - resolution: {integrity: sha512-bmwQPHFq/qiWp9CbNbCQU73klT+i5qwP/0tah3MGHp26vUt2YV4WkdtXRqOZo+H+4m38k8epFHOvO4BRuAuohw==} + /finalhandler/1.3.1: + resolution: {integrity: sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==} engines: {node: '>= 0.8'} dependencies: debug: 2.6.9 - encodeurl: 1.0.2 + encodeurl: 2.0.0 escape-html: 1.0.3 on-finished: 2.4.1 parseurl: 1.3.3