fix(deps): eliminate deprecated npm dependencies

Use npm overrides to force modern versions:
- glob: v7.2.3 → v10.5.0
- rimraf: v3.0.2 → v5.0.10
- inflight: replaced (no longer needed with glob v10+)

This eliminates all deprecation warnings during npm install.
This commit is contained in:
Benjamin
2025-11-24 09:41:02 +01:00
parent 050351620c
commit f842aedf11
2 changed files with 775 additions and 1022 deletions

1792
webapp/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -54,5 +54,10 @@
"vite-plugin-istanbul": "^7.2.1",
"vitest": "^4.0.13",
"vue-tsc": "^3.1.0"
},
"overrides": {
"glob": "^10.4.5",
"rimraf": "^5.0.10",
"inflight": "npm:noop-package@1.0.0"
}
}