Bump zod from 3.17.9 to 3.17.10

Bumps [zod](https://github.com/colinhacks/zod) from 3.17.9 to 3.17.10.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md)
- [Commits](https://github.com/colinhacks/zod/compare/v3.17.9...v3.17.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-07-26 00:54:13 +00:00
committed by GitHub
parent 25a2578e41
commit 7414ae2b68
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -17,7 +17,7 @@
"got": "^12.2.0",
"nodemon": "^2.0.19",
"yaml": "^2.1.1",
"zod": "^3.17.9"
"zod": "^3.17.10"
},
"devDependencies": {
"@types/node": "^16.11.45",
@@ -7126,9 +7126,9 @@
}
},
"node_modules/zod": {
"version": "3.17.9",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.17.9.tgz",
"integrity": "sha512-QF1843pYoRk1jFP+/UiEySXaTSiIyFod3KyDzoO3qHKGZdX7z7RNXI4lEsiibvpnIZQwcDVU58ZrxP4pQ7BmTQ==",
"version": "3.17.10",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.17.10.tgz",
"integrity": "sha512-IHXnQYQuOOOL/XgHhgl8YjNxBHi3xX0mVcHmqsvJgcxKkEczPshoWdxqyFwsARpf41E0v9U95WUROqsHHxt0UQ==",
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}
@@ -12486,9 +12486,9 @@
"dev": true
},
"zod": {
"version": "3.17.9",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.17.9.tgz",
"integrity": "sha512-QF1843pYoRk1jFP+/UiEySXaTSiIyFod3KyDzoO3qHKGZdX7z7RNXI4lEsiibvpnIZQwcDVU58ZrxP4pQ7BmTQ=="
"version": "3.17.10",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.17.10.tgz",
"integrity": "sha512-IHXnQYQuOOOL/XgHhgl8YjNxBHi3xX0mVcHmqsvJgcxKkEczPshoWdxqyFwsARpf41E0v9U95WUROqsHHxt0UQ=="
}
}
}

View File

@@ -33,7 +33,7 @@
"got": "^12.2.0",
"nodemon": "^2.0.19",
"yaml": "^2.1.1",
"zod": "^3.17.9"
"zod": "^3.17.10"
},
"devDependencies": {
"@types/node": "^16.11.45",