mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
# Backport This will backport the following commits from `main` to `8.11`: - [Upgrade zod@3.21.4→3.22.3 (#168041)](https://github.com/elastic/kibana/pull/168041) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Jeramy Soucy","email":"jeramy.soucy@elastic.co"},"sourceCommit":{"committedDate":"2023-10-06T16:41:06Z","message":"Upgrade zod@3.21.4→3.22.3 (#168041)\n\n## Summary\r\n\r\nUpgrades `zod` from v3.21.4 to v3.22.3.","sha":"5d328feb7f7112456abf7853a5a063fffd53d3c4","branchLabelMapping":{"^v8.12.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["blocker","Team:Security","release_note:skip","backport:prev-minor","v8.11.0","v8.12.0"],"number":168041,"url":"https://github.com/elastic/kibana/pull/168041","mergeCommit":{"message":"Upgrade zod@3.21.4→3.22.3 (#168041)\n\n## Summary\r\n\r\nUpgrades `zod` from v3.21.4 to v3.22.3.","sha":"5d328feb7f7112456abf7853a5a063fffd53d3c4"}},"sourceBranch":"main","suggestedTargetBranches":["8.11"],"targetPullRequestStates":[{"branch":"8.11","label":"v8.11.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.12.0","labelRegex":"^v8.12.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/168041","number":168041,"mergeCommit":{"message":"Upgrade zod@3.21.4→3.22.3 (#168041)\n\n## Summary\r\n\r\nUpgrades `zod` from v3.21.4 to v3.22.3.","sha":"5d328feb7f7112456abf7853a5a063fffd53d3c4"}}]}] BACKPORT--> Co-authored-by: Jeramy Soucy <jeramy.soucy@elastic.co>
This commit is contained in:
parent
d0469b92c6
commit
e9943c85a3
3 changed files with 23 additions and 6 deletions
|
@ -1068,7 +1068,7 @@
|
|||
"xterm": "^5.1.0",
|
||||
"yauzl": "^2.10.0",
|
||||
"yazl": "^2.5.1",
|
||||
"zod": "^3.21.4"
|
||||
"zod": "^3.22.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@apidevtools/swagger-parser": "^10.0.3",
|
||||
|
|
|
@ -272,6 +272,23 @@
|
|||
],
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"groupName": "security solution modules",
|
||||
"matchPackageNames": [
|
||||
"zod",
|
||||
"langchain"
|
||||
],
|
||||
"reviewers": [
|
||||
"Team: SecuritySolution"
|
||||
],
|
||||
"matchBaseBranches": [
|
||||
"main"
|
||||
],
|
||||
"labels": [
|
||||
"Team: SecuritySolution"
|
||||
],
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"groupName": "platform security modules",
|
||||
"matchPackageNames": [
|
||||
|
@ -609,4 +626,4 @@
|
|||
"enabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -31604,10 +31604,10 @@ zod-to-json-schema@^3.20.4:
|
|||
resolved "https://registry.yarnpkg.com/zod-to-json-schema/-/zod-to-json-schema-3.21.4.tgz#de97c5b6d4a25e9d444618486cb55c0c7fb949fd"
|
||||
integrity sha512-fjUZh4nQ1s6HMccgIeE0VP4QG/YRGPmyjO9sAh890aQKPEk3nqbfUXhMFaC+Dr5KvYBm8BCyvfpZf2jY9aGSsw==
|
||||
|
||||
zod@^3.21.4:
|
||||
version "3.21.4"
|
||||
resolved "https://registry.yarnpkg.com/zod/-/zod-3.21.4.tgz#10882231d992519f0a10b5dd58a38c9dabbb64db"
|
||||
integrity sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==
|
||||
zod@^3.21.4, zod@^3.22.3:
|
||||
version "3.22.3"
|
||||
resolved "https://registry.yarnpkg.com/zod/-/zod-3.22.3.tgz#2fbc96118b174290d94e8896371c95629e87a060"
|
||||
integrity sha512-EjIevzuJRiRPbVH4mGc8nApb/lVLKVpmUhAaR5R5doKGfAnGJ6Gr3CViAVjP+4FWSxCsybeWQdcgCtbX+7oZug==
|
||||
|
||||
zwitch@^1.0.0:
|
||||
version "1.0.5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue