Skip to content

Commit

Permalink
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.17 to 13.9.0
- [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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 7, 2023
1 parent 88881b8 commit 447a38e
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 @@ -42,7 +42,7 @@
"redux": "^4.2.1",
"typescript": "^5.1.3",
"uuid": "^9.0.0",
"validator": "^13.9.0",
"validator": "^13.11.0",
"web-vitals": "^3.4.0",
"xml2js-parser": "^1.1.1"
},
Expand Down Expand Up @@ -83,6 +83,6 @@
"@types/react-linkify": "^1.0.1",
"@types/shell-quote": "^1.7.1",
"@types/uuid": "^9.0.2",
"@types/validator": "^13.7.17"
"@types/validator": "^13.9.0"
}
}

0 comments on commit 447a38e

Please sign in to comment.