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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Zack Pollard <zackpollard@ymail.com>
This commit is contained in:
renovate[bot]
2025-04-23 11:45:38 +00:00
committed by GitHub
parent 2c3658e642
commit 0426b574fe
5 changed files with 435 additions and 199 deletions
+5 -5
View File
@@ -44,7 +44,7 @@
"@nestjs/schedule": "^5.0.0",
"@nestjs/swagger": "^11.0.2",
"@nestjs/websockets": "^11.0.4",
"@opentelemetry/auto-instrumentations-node": "^0.57.0",
"@opentelemetry/auto-instrumentations-node": "^0.58.0",
"@opentelemetry/context-async-hooks": "^2.0.0",
"@opentelemetry/exporter-prometheus": "^0.200.0",
"@opentelemetry/sdk-node": "^0.200.0",
@@ -88,7 +88,7 @@
"sanitize-filename": "^1.6.3",
"sanitize-html": "^2.14.0",
"semver": "^7.6.2",
"sharp": "^0.33.0",
"sharp": "^0.33.5",
"sirv": "^3.0.0",
"tailwindcss-preset-email": "^1.3.2",
"thumbhash": "^0.1.1",
@@ -130,6 +130,7 @@
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unicorn": "^57.0.0",
"globals": "^16.0.0",
"jsdom": "^26.1.0",
"mock-fs": "^5.2.0",
"node-addon-api": "^8.3.0",
"patch-package": "^8.0.0",
@@ -147,10 +148,9 @@
"unplugin-swc": "^1.4.5",
"utimes": "^5.2.1",
"vite-tsconfig-paths": "^5.0.0",
"vitest": "^3.0.0",
"jsdom": "^26.1.0"
"vitest": "^3.0.0"
},
"volta": {
"node": "22.14.0"
}
}
}