Skip to content

Commit

Permalink
fix: bump class-validator from 0.13.1 to 0.13.2 (#132)
Browse files Browse the repository at this point in the history
* fix: bump class-validator from 0.13.1 to 0.13.2

Bumps [class-validator](https://github.com/typestack/class-validator) from 0.13.1 to 0.13.2.
- [Release notes](https://github.com/typestack/class-validator/releases)
- [Changelog](https://github.com/typestack/class-validator/blob/develop/CHANGELOG.md)
- [Commits](typestack/class-validator@v0.13.1...v0.13.2)

---
updated-dependencies:
- dependency-name: class-validator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps): Add @types/validator to backend

Fixes typestack/class-validator#1535

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dave Bauman <dbauman@expediagroup.com>
  • Loading branch information
dependabot[bot] and baumandm committed Feb 11, 2022
1 parent 6f49c77 commit daee62f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 21 deletions.
42 changes: 22 additions & 20 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"axios": "0.25.0",
"better-queue": "3.8.10",
"chardet": "1.4.0",
"class-validator": "0.13.1",
"class-validator": "0.13.2",
"compression": "1.7.4",
"cookie-parser": "1.4.6",
"cors": "2.8.5",
Expand Down Expand Up @@ -100,6 +100,7 @@
"@types/parsimmon": "1.10.6",
"@types/supertest": "2.0.11",
"@types/tmp": "0.2.3",
"@types/validator": "13.7.1",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"eslint": "7.32.0",
Expand Down

0 comments on commit daee62f

Please sign in to comment.