Bump zod from 3.22.2 to 3.22.4

Bumps [zod](https://github.com/colinhacks/zod) from 3.22.2 to 3.22.4.
- [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.22.2...v3.22.4)

---
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]
2023-10-25 10:49:27 +00:00
committed by GitHub
parent 1fc201a626
commit 047a0ea67d
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -30,7 +30,7 @@
"ts-is-present": "^1.2.2", "ts-is-present": "^1.2.2",
"uuid": "^9.0.0", "uuid": "^9.0.0",
"ws": "^8.13.0", "ws": "^8.13.0",
"zod": "3.22.2" "zod": "3.22.4"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.21.4", "@babel/core": "^7.21.4",
@@ -11909,9 +11909,9 @@
} }
}, },
"node_modules/zod": { "node_modules/zod": {
"version": "3.22.2", "version": "3.22.4",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.22.2.tgz", "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.4.tgz",
"integrity": "sha512-wvWkphh5WQsJbVk1tbx1l1Ly4yg+XecD+Mq280uBGt9wa5BKSWf4Mhp6GmrkPixhMxmabYY7RbzlwVP32pbGCg==", "integrity": "sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==",
"funding": { "funding": {
"url": "https://github.com/sponsors/colinhacks" "url": "https://github.com/sponsors/colinhacks"
} }
@@ -20369,9 +20369,9 @@
"dev": true "dev": true
}, },
"zod": { "zod": {
"version": "3.22.2", "version": "3.22.4",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.22.2.tgz", "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.4.tgz",
"integrity": "sha512-wvWkphh5WQsJbVk1tbx1l1Ly4yg+XecD+Mq280uBGt9wa5BKSWf4Mhp6GmrkPixhMxmabYY7RbzlwVP32pbGCg==" "integrity": "sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg=="
} }
} }
} }

View File

@@ -105,7 +105,7 @@
"ts-is-present": "^1.2.2", "ts-is-present": "^1.2.2",
"uuid": "^9.0.0", "uuid": "^9.0.0",
"ws": "^8.13.0", "ws": "^8.13.0",
"zod": "3.22.2" "zod": "3.22.4"
}, },
"homepage": "https://github.com/orionprotocol/sdk#readme", "homepage": "https://github.com/orionprotocol/sdk#readme",
"files": [ "files": [