]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
build(deps): bump finalhandler from 1.3.1 to 2.1.0
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 5 Mar 2025 16:43:00 +0000 (16:43 +0000)
committerGitHub <noreply@github.com>
Wed, 5 Mar 2025 16:43:00 +0000 (16:43 +0000)
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] <support@github.com>
pnpm-lock.yaml
ui/web/package.json

index ab68823e404e10dbde01cd15852a30f7784dbd89..d7cb81a808336717a1fd9d20c57ea9e7197d0493 100644 (file)
@@ -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
index 8337db33205a540c8a1baeb7a7cf68a5079ff47e..8bfa42c1c8fdb85c80de331d28d57454cc8e3feb 100644 (file)
@@ -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",