From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 16:43:00 +0000 (+0000) Subject: build(deps): bump finalhandler from 1.3.1 to 2.1.0 X-Git-Tag: ocpp-server@v2.0.3~10^2~3^2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=4c20ab72a54def59e360353ebd2d82e8c4243129;p=e-mobility-charging-stations-simulator.git build(deps): bump finalhandler from 1.3.1 to 2.1.0 Bumps [finalhandler](https://github.com/pillarjs/finalhandler) from 1.3.1 to 2.1.0. - [Release notes](https://github.com/pillarjs/finalhandler/releases) - [Changelog](https://github.com/pillarjs/finalhandler/blob/master/HISTORY.md) - [Commits](https://github.com/pillarjs/finalhandler/compare/v1.3.1...v2.1.0) --- updated-dependencies: - dependency-name: finalhandler dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ab68823e..d7cb81a8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -177,8 +177,8 @@ importers: ui/web: dependencies: finalhandler: - specifier: ^1.3.1 - version: 1.3.1 + specifier: ^2.1.0 + version: 2.1.0 serve-static: specifier: ^1.16.2 version: 1.16.2 @@ -2931,8 +2931,8 @@ packages: resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==} engines: {node: '>=8'} - finalhandler@1.3.1: - resolution: {integrity: sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==} + finalhandler@2.1.0: + resolution: {integrity: sha512-/t88Ty3d5JWQbWYgaOGCCYfXRwV1+be02WqYYlL6h0lEiUAMPM8o8qKGO01YIkOHzka2up08wvgYD0mDiI+q3Q==} engines: {node: '>= 0.8'} find-up@3.0.0: @@ -5638,10 +5638,6 @@ packages: resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==} engines: {node: '>= 10.0.0'} - unpipe@1.0.0: - resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==} - engines: {node: '>= 0.8'} - update-browserslist-db@1.1.2: resolution: {integrity: sha512-PPypAm5qvlD7XMZC3BujecnaOxwhrtoFR+Dqkk5Aa/6DssiH0ibKoketaj9w8LP7Bont1rYeoV5plxD7RTEPRg==} hasBin: true @@ -9347,15 +9343,14 @@ snapshots: dependencies: to-regex-range: 5.0.1 - finalhandler@1.3.1: + finalhandler@2.1.0: dependencies: - debug: 2.6.9 + debug: 4.4.0 encodeurl: 2.0.0 escape-html: 1.0.3 on-finished: 2.4.1 parseurl: 1.3.3 statuses: 2.0.1 - unpipe: 1.0.0 transitivePeerDependencies: - supports-color @@ -12326,8 +12321,6 @@ snapshots: universalify@2.0.1: {} - unpipe@1.0.0: {} - update-browserslist-db@1.1.2(browserslist@4.24.4): dependencies: browserslist: 4.24.4 diff --git a/ui/web/package.json b/ui/web/package.json index 8337db33..8bfa42c1 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -27,7 +27,7 @@ "coverage": "vitest run --coverage" }, "dependencies": { - "finalhandler": "^1.3.1", + "finalhandler": "^2.1.0", "serve-static": "^1.16.2", "vue": "^3.5.13", "vue-router": "^4.5.0",