Skip to content

Commit

Permalink
chore(deps): bump validator and @types/validator
Browse files Browse the repository at this point in the history
Bumps [validator](https://github.com/validatorjs/validator.js) and [@types/validator](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/validator). These dependencies needed to be updated together.

Updates `validator` from 13.9.0 to 13.11.0
- [Release notes](https://github.com/validatorjs/validator.js/releases)
- [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md)
- [Commits](validatorjs/validator.js@13.9.0...13.11.0)

Updates `@types/validator` from 13.7.12 to 13.11.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/validator)

---
updated-dependencies:
- dependency-name: validator
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/validator"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jvandenaardweg committed Nov 7, 2023
1 parent 9956bee commit 8170695
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 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
Expand Up @@ -71,7 +71,7 @@
],
"devDependencies": {
"@types/node": "^20.4.5",
"@types/validator": "^13.7.12",
"@types/validator": "^13.11.2",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitest/coverage-istanbul": "^0.29.8",
Expand All @@ -93,7 +93,7 @@
"bonjour-service": "^1.1.1",
"homewizard-energy-api": "^1.4.2",
"undici": "^5.22.1",
"validator": "^13.9.0",
"validator": "^13.11.0",
"zod": "^3.21.4"
},
"release-it": {
Expand Down

0 comments on commit 8170695

Please sign in to comment.