From 85a63d162890252f48c076725e2c377584dfa928 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 11:40:54 +0000 Subject: [PATCH] chore(deps): bump class-validator in /services/authentication-service Bumps [class-validator](https://github.com/typestack/class-validator) from 0.13.2 to 0.14.0. - [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.13.2...v0.14.0) --- updated-dependencies: - dependency-name: class-validator dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/authentication-service/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/authentication-service/package.json b/services/authentication-service/package.json index 7c1e231b7..d52585944 100644 --- a/services/authentication-service/package.json +++ b/services/authentication-service/package.json @@ -39,7 +39,7 @@ "aws-lambda": "1.0.7", "aws-serverless-express": "~3.4.0", "class-transformer": "0.5.1", - "class-validator": "0.13.2", + "class-validator": "0.14.0", "express": "4.18.2", "node-cache": "5.1.2", "reflect-metadata": "0.1.13",