update validation

This commit is contained in:
smanylov
2026-01-10 15:44:37 +07:00
parent 31af7036a3
commit 73a349e01d
4 changed files with 22 additions and 7 deletions
+12 -2
View File
@@ -1,12 +1,12 @@
{
"name": "no-copy-frontend",
"version": "0.10.0",
"version": "0.15.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "no-copy-frontend",
"version": "0.10.0",
"version": "0.15.0",
"dependencies": {
"@react-input/mask": "^2.0.4",
"@tailwindcss/postcss": "^4.1.17",
@@ -24,6 +24,7 @@
"recharts": "^3.5.1",
"sonner": "^2.0.7",
"tailwindcss": "^4.1.17",
"validator": "^13.15.26",
"zod": "^4.1.13",
"zustand": "^5.0.9"
},
@@ -7774,6 +7775,15 @@
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
},
"node_modules/validator": {
"version": "13.15.26",
"resolved": "https://registry.npmjs.org/validator/-/validator-13.15.26.tgz",
"integrity": "sha512-spH26xU080ydGggxRyR1Yhcbgx+j3y5jbNXk/8L+iRvdIEQ4uTRH2Sgf2dokud6Q4oAtsbNvJ1Ft+9xmm6IZcA==",
"license": "MIT",
"engines": {
"node": ">= 0.10"
}
},
"node_modules/victory-vendor": {
"version": "37.3.6",
"resolved": "https://registry.npmjs.org/victory-vendor/-/victory-vendor-37.3.6.tgz",