Bump zod from 3.15.1 to 3.16.0

Bumps [zod](https://github.com/colinhacks/zod) from 3.15.1 to 3.16.0.
- [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.15.1...v3.16.0)

---
updated-dependencies:
- dependency-name: zod
  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]
2022-05-16 21:03:27 +00:00
committed by GitHub
parent 7a2877d9c8
commit dfafa144e7
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -16,7 +16,7 @@
"ansi-styles": "^6.1.0",
"got": "^12.0.4",
"nodemon": "^2.0.16",
"zod": "^3.15.1"
"zod": "^3.16.0"
},
"devDependencies": {
"@types/node": "^17.0.31",
@@ -7499,9 +7499,9 @@
}
},
"node_modules/zod": {
"version": "3.15.1",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.15.1.tgz",
"integrity": "sha512-WAdjcoOxa4S9oc/u7fTbC3CC7uVqptLLU0LKqS8RDBOrCXp2t5avM8BUfgNVZJymGWAx6SEUYxWPPoYuQ5rgwQ==",
"version": "3.16.0",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.16.0.tgz",
"integrity": "sha512-szrIkryADbTM+xBt2a1KoS2CJQXec4f9xG78bj5MJeEH/XqmmHpnO+fG3IE115AKBJak+2HrbxLZkc9mhdbDKA==",
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}
@@ -13143,9 +13143,9 @@
"dev": true
},
"zod": {
"version": "3.15.1",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.15.1.tgz",
"integrity": "sha512-WAdjcoOxa4S9oc/u7fTbC3CC7uVqptLLU0LKqS8RDBOrCXp2t5avM8BUfgNVZJymGWAx6SEUYxWPPoYuQ5rgwQ=="
"version": "3.16.0",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.16.0.tgz",
"integrity": "sha512-szrIkryADbTM+xBt2a1KoS2CJQXec4f9xG78bj5MJeEH/XqmmHpnO+fG3IE115AKBJak+2HrbxLZkc9mhdbDKA=="
}
}
}

View File

@@ -32,7 +32,7 @@
"ansi-styles": "^6.1.0",
"got": "^12.0.4",
"nodemon": "^2.0.16",
"zod": "^3.15.1"
"zod": "^3.16.0"
},
"devDependencies": {
"@types/node": "^17.0.31",