From 31e7c3d73a49889ee6440fc37d5fdb66b84b43b9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Feb 2026 14:30:13 +0000 Subject: [PATCH] fix: upgrade reflect-metadata from 0.1.14 to 0.2.2 Snyk has created this PR to upgrade reflect-metadata from 0.1.14 to 0.2.2. See this package in npm: reflect-metadata See this project in Snyk: https://app.snyk.io/org/victormartingil/project/f0292244-1bc2-43e6-9bd8-4cd1e90e920e?utm_source=github&utm_medium=referral&page=upgrade-pr --- benchmarks/v3/scenarios/07-ts-nestjs/without-mcp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/v3/scenarios/07-ts-nestjs/without-mcp/package.json b/benchmarks/v3/scenarios/07-ts-nestjs/without-mcp/package.json index 686bce1..55033f8 100644 --- a/benchmarks/v3/scenarios/07-ts-nestjs/without-mcp/package.json +++ b/benchmarks/v3/scenarios/07-ts-nestjs/without-mcp/package.json @@ -21,7 +21,7 @@ "@nestjs/platform-express": "^10.0.0", "class-transformer": "^0.5.1", "class-validator": "^0.14.0", - "reflect-metadata": "^0.1.13", + "reflect-metadata": "^0.2.2", "rxjs": "^7.8.1", "uuid": "^9.0.0" },