Merge pull request #6082 from super-productivity/dependabot/npm_and_yarn/zod-4.3.5

chore(deps): bump zod from 4.1.13 to 4.3.5
This commit is contained in:
Johannes Millan 2026-01-21 15:26:34 +01:00 committed by GitHub
commit 634cfa94a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 15 additions and 5 deletions

18
package-lock.json generated
View file

@ -2815,6 +2815,16 @@
"node": "^20.19.0 || ^22.12.0 || >=23"
}
},
"node_modules/@angular/cli/node_modules/zod": {
"version": "4.1.13",
"resolved": "https://registry.npmjs.org/zod/-/zod-4.1.13.tgz",
"integrity": "sha512-AvvthqfqrAhNH9dnfmrfKzX5upOdjUVJYFqNSlkmGf64gRaTzlPwz99IHYnVs28qYAybvAlBV+H7pn0saFY4Ig==",
"dev": true,
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}
},
"node_modules/@angular/common": {
"version": "21.0.8",
"resolved": "https://registry.npmjs.org/@angular/common/-/common-21.0.8.tgz",
@ -32990,9 +33000,9 @@
}
},
"node_modules/zod": {
"version": "4.1.13",
"resolved": "https://registry.npmjs.org/zod/-/zod-4.1.13.tgz",
"integrity": "sha512-AvvthqfqrAhNH9dnfmrfKzX5upOdjUVJYFqNSlkmGf64gRaTzlPwz99IHYnVs28qYAybvAlBV+H7pn0saFY4Ig==",
"version": "4.3.5",
"resolved": "https://registry.npmjs.org/zod/-/zod-4.3.5.tgz",
"integrity": "sha512-k7Nwx6vuWx1IJ9Bjuf4Zt1PEllcwe7cls3VNzm4CQ1/hgtFUK2bRNG3rvnpPUhFjmqJKAKtjV576KnUkHocg/g==",
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/colinhacks"
@ -33084,7 +33094,7 @@
"jsonwebtoken": "^9.0.2",
"nodemailer": "^7.0.11",
"uuidv7": "^1.1.0",
"zod": "^4.1.13"
"zod": "^4.3.5"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",

View file

@ -33,7 +33,7 @@
"jsonwebtoken": "^9.0.2",
"nodemailer": "^7.0.11",
"uuidv7": "^1.1.0",
"zod": "^4.1.13"
"zod": "^4.3.5"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",