From 180847819ecee09ce83b035f80b9d326bd2ef4cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2020 16:03:30 +0000 Subject: [PATCH] Bump class-transformer from 0.2.3 to 0.3.1 in /applications/api Bumps [class-transformer](https://github.com/typestack/class-transformer) from 0.2.3 to 0.3.1. - [Release notes](https://github.com/typestack/class-transformer/releases) - [Changelog](https://github.com/typestack/class-transformer/blob/develop/CHANGELOG.md) - [Commits](https://github.com/typestack/class-transformer/compare/v0.2.3...v0.3.1) Signed-off-by: dependabot[bot] --- applications/api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 applications/api/package.json diff --git a/applications/api/package.json b/applications/api/package.json old mode 100755 new mode 100644 index 414e2f5..6a34382 --- a/applications/api/package.json +++ b/applications/api/package.json @@ -34,7 +34,7 @@ "aws-sdk": "^2.389.0", "axios": "^0.18.0", "bignumber.js": "^8.0.2", - "class-transformer": "^0.2.0", + "class-transformer": "^0.3.1", "class-validator": "^0.9.1", "dotenv": "^6.2.0", "elasticsearch": "^16.0.0",