Bump is-valid-domain from 0.0.20 to 0.1.2 in /packages/dnslink-api

Bumps [is-valid-domain](https://github.com/miguelmota/is-valid-domain) from 0.0.20 to 0.1.2.
- [Release notes](https://github.com/miguelmota/is-valid-domain/releases)
- [Commits](https://github.com/miguelmota/is-valid-domain/commits)

---
updated-dependencies:
- dependency-name: is-valid-domain
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-07-19 10:07:15 +00:00 committed by GitHub
parent 35bc8230d8
commit 58bea95137
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"license": "SEE LICENSE IN LICENSE.md", "license": "SEE LICENSE IN LICENSE.md",
"dependencies": { "dependencies": {
"express": "^4.17.1", "express": "^4.17.1",
"is-valid-domain": "^0.0.20", "is-valid-domain": "^0.1.2",
"node-cache": "^5.1.2" "node-cache": "^5.1.2"
}, },
"devDependencies": { "devDependencies": {