Merge pull request #167 from actions/dependabot/npm_and_yarn/zod-3.17.10

Bump zod from 3.17.9 to 3.17.10
This commit is contained in:
Federico Builes
2022-07-26 03:00:59 +02:00
committed by GitHub
4 changed files with 10 additions and 10 deletions
Generated Vendored
+1 -1
View File
@@ -10963,7 +10963,7 @@ const defaultErrorMap = (issue, _ctx) => {
message = `Invalid input: must start with "${issue.validation.startsWith}"`; message = `Invalid input: must start with "${issue.validation.startsWith}"`;
} }
else if ("endsWith" in issue.validation) { else if ("endsWith" in issue.validation) {
message = `Invalid input: must start with "${issue.validation.endsWith}"`; message = `Invalid input: must end with "${issue.validation.endsWith}"`;
} }
else { else {
util_1.util.assertNever(issue.validation); util_1.util.assertNever(issue.validation);
Generated Vendored
+1 -1
View File
File diff suppressed because one or more lines are too long
+7 -7
View File
@@ -17,7 +17,7 @@
"got": "^12.2.0", "got": "^12.2.0",
"nodemon": "^2.0.19", "nodemon": "^2.0.19",
"yaml": "^2.1.1", "yaml": "^2.1.1",
"zod": "^3.17.9" "zod": "^3.17.10"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^16.11.45", "@types/node": "^16.11.45",
@@ -7126,9 +7126,9 @@
} }
}, },
"node_modules/zod": { "node_modules/zod": {
"version": "3.17.9", "version": "3.17.10",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.17.9.tgz", "resolved": "https://registry.npmjs.org/zod/-/zod-3.17.10.tgz",
"integrity": "sha512-QF1843pYoRk1jFP+/UiEySXaTSiIyFod3KyDzoO3qHKGZdX7z7RNXI4lEsiibvpnIZQwcDVU58ZrxP4pQ7BmTQ==", "integrity": "sha512-IHXnQYQuOOOL/XgHhgl8YjNxBHi3xX0mVcHmqsvJgcxKkEczPshoWdxqyFwsARpf41E0v9U95WUROqsHHxt0UQ==",
"funding": { "funding": {
"url": "https://github.com/sponsors/colinhacks" "url": "https://github.com/sponsors/colinhacks"
} }
@@ -12486,9 +12486,9 @@
"dev": true "dev": true
}, },
"zod": { "zod": {
"version": "3.17.9", "version": "3.17.10",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.17.9.tgz", "resolved": "https://registry.npmjs.org/zod/-/zod-3.17.10.tgz",
"integrity": "sha512-QF1843pYoRk1jFP+/UiEySXaTSiIyFod3KyDzoO3qHKGZdX7z7RNXI4lEsiibvpnIZQwcDVU58ZrxP4pQ7BmTQ==" "integrity": "sha512-IHXnQYQuOOOL/XgHhgl8YjNxBHi3xX0mVcHmqsvJgcxKkEczPshoWdxqyFwsARpf41E0v9U95WUROqsHHxt0UQ=="
} }
} }
} }
+1 -1
View File
@@ -33,7 +33,7 @@
"got": "^12.2.0", "got": "^12.2.0",
"nodemon": "^2.0.19", "nodemon": "^2.0.19",
"yaml": "^2.1.1", "yaml": "^2.1.1",
"zod": "^3.17.9" "zod": "^3.17.10"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^16.11.45", "@types/node": "^16.11.45",