From e7034e2c19f0eaac11e8670f6038f731e4438b41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 13:10:04 +0000 Subject: [PATCH] build(deps): bump class-validator in /backend in the minor-patch group Bumps the minor-patch group in /backend with 1 update: [class-validator](https://github.com/typestack/class-validator). Updates `class-validator` from 0.14.4 to 0.15.1 - [Release notes](https://github.com/typestack/class-validator/releases) - [Changelog](https://github.com/typestack/class-validator/blob/develop/CHANGELOG.md) - [Commits](https://github.com/typestack/class-validator/compare/v0.14.4...v0.15.1) --- updated-dependencies: - dependency-name: class-validator dependency-version: 0.15.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch ... Signed-off-by: dependabot[bot] --- backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/package.json b/backend/package.json index de860e8..1d3e936 100644 --- a/backend/package.json +++ b/backend/package.json @@ -19,7 +19,7 @@ "@nestjs/platform-express": "^11.0.0", "@nestjs/typeorm": "^10.0.2", "class-transformer": "^0.5.1", - "class-validator": "^0.14.1", + "class-validator": "^0.15.1", "pg": "^8.13.0", "reflect-metadata": "^0.2.2", "rxjs": "^7.8.1",