You've already forked authentication-service
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:
committed by
Quentin Gliech
parent
35b6bb76ba
commit
a50dba3596
8
frontend/package-lock.json
generated
8
frontend/package-lock.json
generated
@@ -30,7 +30,7 @@
|
||||
"react-i18next": "^14.1.1",
|
||||
"urql": "^4.0.7",
|
||||
"vaul": "^0.9.0",
|
||||
"zod": "^3.23.5"
|
||||
"zod": "^3.23.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@browser-logos/chrome": "^2.0.0",
|
||||
@@ -22863,9 +22863,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/zod": {
|
||||
"version": "3.23.5",
|
||||
"resolved": "https://registry.npmjs.org/zod/-/zod-3.23.5.tgz",
|
||||
"integrity": "sha512-fkwiq0VIQTksNNA131rDOsVJcns0pfVUjHzLrNBiF/O/Xxb5lQyEXkhZWcJ7npWsYlvs+h0jFWXXy4X46Em1JA==",
|
||||
"version": "3.23.6",
|
||||
"resolved": "https://registry.npmjs.org/zod/-/zod-3.23.6.tgz",
|
||||
"integrity": "sha512-RTHJlZhsRbuA8Hmp/iNL7jnfc4nZishjsanDAfEY1QpDQZCahUp3xDzl+zfweE9BklxMUcgBgS1b7Lvie/ZVwA==",
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/colinhacks"
|
||||
}
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
"react-i18next": "^14.1.1",
|
||||
"urql": "^4.0.7",
|
||||
"vaul": "^0.9.0",
|
||||
"zod": "^3.23.5"
|
||||
"zod": "^3.23.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@browser-logos/chrome": "^2.0.0",
|
||||
|
||||
Reference in New Issue
Block a user