fix(deps): update typescript-projects (#18402)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-05-21 11:42:41 +02:00 committed by GitHub
parent b83b28cd73
commit 98e998e814
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 463 additions and 435 deletions

884
server/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -44,10 +44,10 @@
"@nestjs/schedule": "^5.0.0",
"@nestjs/swagger": "^11.0.2",
"@nestjs/websockets": "^11.0.4",
"@opentelemetry/auto-instrumentations-node": "^0.58.0",
"@opentelemetry/auto-instrumentations-node": "^0.59.0",
"@opentelemetry/context-async-hooks": "^2.0.0",
"@opentelemetry/exporter-prometheus": "^0.200.0",
"@opentelemetry/sdk-node": "^0.200.0",
"@opentelemetry/exporter-prometheus": "^0.201.0",
"@opentelemetry/sdk-node": "^0.201.0",
"@react-email/components": "^0.0.41",
"@socket.io/redis-adapter": "^8.3.0",
"archiver": "^7.0.0",

8
web/package-lock.json generated
View File

@ -4881,9 +4881,9 @@
}
},
"node_modules/eslint-plugin-svelte": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-svelte/-/eslint-plugin-svelte-3.6.0.tgz",
"integrity": "sha512-IIf6Cj6yQuCwL7Qd8bX13BZspz+DQsOkClozMF9EkW20FSxI75Ndd5ZzbviCn32DdXRo9FUWXn+YMIL46qPOOg==",
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-svelte/-/eslint-plugin-svelte-3.7.0.tgz",
"integrity": "sha512-/MQ9gYLbA24AFUN0QwpzRqi4VCISaRyt8xa2t3iVnI5mWa38xuTXM+iz/8LxKCg34jX2PfPcEkZH7CUem/Eugw==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -4895,7 +4895,7 @@
"postcss-load-config": "^3.1.4",
"postcss-safe-parser": "^7.0.0",
"semver": "^7.6.3",
"svelte-eslint-parser": "^1.1.1"
"svelte-eslint-parser": "^1.2.0"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"