1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-20 12:02:22 +03:00

build(deps): bump zod from 3.23.5 to 3.23.6 in /frontend

Bumps [zod](https://github.com/colinhacks/zod) from 3.23.5 to 3.23.6.
- [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.23.5...v3.23.6)

---
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]
2024-05-07 05:36:43 +00:00
committed by Quentin Gliech
parent 35b6bb76ba
commit a50dba3596
2 changed files with 5 additions and 5 deletions

View File

@@ -30,7 +30,7 @@
"react-i18next": "^14.1.1", "react-i18next": "^14.1.1",
"urql": "^4.0.7", "urql": "^4.0.7",
"vaul": "^0.9.0", "vaul": "^0.9.0",
"zod": "^3.23.5" "zod": "^3.23.6"
}, },
"devDependencies": { "devDependencies": {
"@browser-logos/chrome": "^2.0.0", "@browser-logos/chrome": "^2.0.0",
@@ -22863,9 +22863,9 @@
} }
}, },
"node_modules/zod": { "node_modules/zod": {
"version": "3.23.5", "version": "3.23.6",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.23.5.tgz", "resolved": "https://registry.npmjs.org/zod/-/zod-3.23.6.tgz",
"integrity": "sha512-fkwiq0VIQTksNNA131rDOsVJcns0pfVUjHzLrNBiF/O/Xxb5lQyEXkhZWcJ7npWsYlvs+h0jFWXXy4X46Em1JA==", "integrity": "sha512-RTHJlZhsRbuA8Hmp/iNL7jnfc4nZishjsanDAfEY1QpDQZCahUp3xDzl+zfweE9BklxMUcgBgS1b7Lvie/ZVwA==",
"funding": { "funding": {
"url": "https://github.com/sponsors/colinhacks" "url": "https://github.com/sponsors/colinhacks"
} }

View File

@@ -39,7 +39,7 @@
"react-i18next": "^14.1.1", "react-i18next": "^14.1.1",
"urql": "^4.0.7", "urql": "^4.0.7",
"vaul": "^0.9.0", "vaul": "^0.9.0",
"zod": "^3.23.5" "zod": "^3.23.6"
}, },
"devDependencies": { "devDependencies": {
"@browser-logos/chrome": "^2.0.0", "@browser-logos/chrome": "^2.0.0",