Skip to content

Commit d6f7044

Browse files
fix(svc-consents): pin class-validator ^0.14.0 [security]
| datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | npm | class-validator | 0.13.2 | 0.14.0 |
1 parent ce7d235 commit d6f7044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/backend/svc-consents/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@nestjs/swagger": "^6.0.5",
5757
"@nestjs/typeorm": "^8.0.4",
5858
"class-transformer": "^0.5.1",
59-
"class-validator": "^0.13.2",
59+
"class-validator": "^0.14.0",
6060
"common-tags": "^1.8.2",
6161
"express": "^4.18.1",
6262
"helmet": "^5.1.1",

0 commit comments

Comments
 (0)