Skip to content

Commit 958a734

Browse files
authoredJan 31, 2021
Bump class-transformer from 0.2.3 to 0.3.1 (#84)
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](typestack/class-transformer@v0.2.3...v0.3.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f2fe8f3 commit 958a734

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎packages/bus-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@node-ts/bus-messages": "^0.3.0",
1717
"@types/node": "^12.12.37",
1818
"autobind-decorator": "^2.4.0",
19-
"class-transformer": "^0.2.3",
19+
"class-transformer": "^0.3.1",
2020
"inversify": "^5.0.1",
2121
"reflect-metadata": "^0.1.13",
2222
"serialize-error": "^4.1.0",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3734,10 +3734,10 @@ circular-json@^0.3.1:
37343734
resolved "https://registry.yarnpkg.com/circular-json/-/circular-json-0.3.3.tgz#815c99ea84f6809529d2f45791bdf82711352d66"
37353735
integrity sha512-UZK3NBx2Mca+b5LsG7bY183pHWt5Y1xts4P3Pz7ENTwGVnJOUWbRb3ocjvX7hx9tq/yTAdclXm9sZ38gNuem4A==
37363736

3737-
class-transformer@^0.2.3:
3738-
version "0.2.3"
3739-
resolved "https://registry.yarnpkg.com/class-transformer/-/class-transformer-0.2.3.tgz#598c92ca71dcca73f91ccb875d74a3847ccfa32d"
3740-
integrity sha512-qsP+0xoavpOlJHuYsQJsN58HXSl8Jvveo+T37rEvCEeRfMWoytAyR0Ua/YsFgpM6AZYZ/og2PJwArwzJl1aXtQ==
3737+
class-transformer@^0.3.1:
3738+
version "0.3.1"
3739+
resolved "https://registry.yarnpkg.com/class-transformer/-/class-transformer-0.3.1.tgz#ee681a5439ff2230fc57f5056412d3befa70d597"
3740+
integrity sha512-cKFwohpJbuMovS8xVLmn8N2AUbAuc8pVo4zEfsUVo8qgECOogns1WVk/FkOZoxhOPTyTYFckuoH+13FO+MQ8GA==
37413741

37423742
class-utils@^0.3.5:
37433743
version "0.3.6"

0 commit comments

Comments
 (0)
Please sign in to comment.