Bump zod from 3.19.0 to 3.19.1

Bumps [zod](https://github.com/colinhacks/zod) from 3.19.0 to 3.19.1.
- [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.19.0...v3.19.1)

---
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-09-12 01:54:09 +00:00
committed by GitHub
parent c7d4075ae0
commit 2ae4b932b7
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -17,7 +17,7 @@
"got": "^12.4.1",
"nodemon": "^2.0.19",
"yaml": "^2.1.1",
"zod": "^3.19.0"
"zod": "^3.19.1"
},
"devDependencies": {
"@types/node": "^16.11.58",
@@ -7277,9 +7277,9 @@
}
},
"node_modules/zod": {
"version": "3.19.0",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.19.0.tgz",
"integrity": "sha512-Yw0qvUsCNGBe5YacikdMt5gVYeUuaEFVDIHKMfElrGSaBhwR3CQK6vOzgfAJOjTdGIhEeoaj8GtT+NDZrepZbw==",
"version": "3.19.1",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.19.1.tgz",
"integrity": "sha512-LYjZsEDhCdYET9ikFu6dVPGp2YH9DegXjdJToSzD9rO6fy4qiRYFoyEYwps88OseJlPyl2NOe2iJuhEhL7IpEA==",
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}
@@ -12733,9 +12733,9 @@
"dev": true
},
"zod": {
"version": "3.19.0",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.19.0.tgz",
"integrity": "sha512-Yw0qvUsCNGBe5YacikdMt5gVYeUuaEFVDIHKMfElrGSaBhwR3CQK6vOzgfAJOjTdGIhEeoaj8GtT+NDZrepZbw=="
"version": "3.19.1",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.19.1.tgz",
"integrity": "sha512-LYjZsEDhCdYET9ikFu6dVPGp2YH9DegXjdJToSzD9rO6fy4qiRYFoyEYwps88OseJlPyl2NOe2iJuhEhL7IpEA=="
}
}
}

View File

@@ -33,7 +33,7 @@
"got": "^12.4.1",
"nodemon": "^2.0.19",
"yaml": "^2.1.1",
"zod": "^3.19.0"
"zod": "^3.19.1"
},
"devDependencies": {
"@types/node": "^16.11.58",