Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit 5a6328c

Browse files
authored
Merge pull request #225 from bikecoders/renovate/npm-class-transformer-vulnerability
Update dependency class-transformer to v0.3.1 [SECURITY]
2 parents 79f5f17 + 8b760d9 commit 5a6328c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@nestjs/core": "7.0.3",
3535
"@nestjs/platform-express": "7.0.3",
3636
"api-npm": "1.0.0",
37-
"class-transformer": "0.2.3",
37+
"class-transformer": "0.3.1",
3838
"nedb": "1.8.0",
3939
"node-cron": "2.0.3",
4040
"node-telegram-bot-api": "0.50.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2283,10 +2283,10 @@ cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
22832283
inherits "^2.0.1"
22842284
safe-buffer "^5.0.1"
22852285

2286-
class-transformer@0.2.3:
2287-
version "0.2.3"
2288-
resolved "https://registry.yarnpkg.com/class-transformer/-/class-transformer-0.2.3.tgz#598c92ca71dcca73f91ccb875d74a3847ccfa32d"
2289-
integrity sha512-qsP+0xoavpOlJHuYsQJsN58HXSl8Jvveo+T37rEvCEeRfMWoytAyR0Ua/YsFgpM6AZYZ/og2PJwArwzJl1aXtQ==
2286+
class-transformer@0.3.1:
2287+
version "0.3.1"
2288+
resolved "https://registry.yarnpkg.com/class-transformer/-/class-transformer-0.3.1.tgz#ee681a5439ff2230fc57f5056412d3befa70d597"
2289+
integrity sha512-cKFwohpJbuMovS8xVLmn8N2AUbAuc8pVo4zEfsUVo8qgECOogns1WVk/FkOZoxhOPTyTYFckuoH+13FO+MQ8GA==
22902290

22912291
class-utils@^0.3.5:
22922292
version "0.3.6"

0 commit comments

Comments
 (0)