Skip to content

Commit

Permalink
Update class validator version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sagar-vaghela97 committed Apr 20, 2023
1 parent 613698a commit 415663a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@goapptiv/slack-helper-nestjs",
"version": "1.0.1",
"version": "1.0.2",
"description": "This package provides additional utility functions for slack like sending restarts or errors to slack",
"main": "dist/index.js",
"keywords": [
Expand Down Expand Up @@ -39,7 +39,7 @@
"@goapptiv/exception-handler-nestjs": "^1.0.1",
"@nestjs/common": "^9.0.0",
"@nestjs/event-emitter": "^1.3.1",
"class-validator": "^0.13.2",
"class-validator": "^0.13.2 || ^0.14.0",
"nestjs-slack": "^2.0.0"
}
}

0 comments on commit 415663a

Please sign in to comment.