3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-16 22:21:51 +00:00

Package updates that should've been part of bed6589d48

This commit is contained in:
Dragory 2021-08-18 02:02:33 +03:00
parent 8edaa75064
commit 62a6e59b7a
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
2 changed files with 17 additions and 2 deletions

View file

@ -53,7 +53,8 @@
"utf-8-validate": "^5.0.5", "utf-8-validate": "^5.0.5",
"uuid": "^3.3.2", "uuid": "^3.3.2",
"yawn-yaml": "github:dragory/yawn-yaml#string-number-fix-build", "yawn-yaml": "github:dragory/yawn-yaml#string-number-fix-build",
"zlib-sync": "^0.1.7" "zlib-sync": "^0.1.7",
"zod": "^3.7.2"
}, },
"devDependencies": { "devDependencies": {
"@types/cors": "^2.8.5", "@types/cors": "^2.8.5",
@ -5965,6 +5966,14 @@
"dependencies": { "dependencies": {
"nan": "^2.14.0" "nan": "^2.14.0"
} }
},
"node_modules/zod": {
"version": "3.7.2",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.7.2.tgz",
"integrity": "sha512-JhYYcj+TS/a0+3kqxnbmuXMVtA+QkJUPu91beQTo1Y3xA891pHeMPQgVOSu97FdzAd056Yp87lpEi8Xvmd3zhw==",
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}
} }
}, },
"dependencies": { "dependencies": {
@ -10527,6 +10536,11 @@
"requires": { "requires": {
"nan": "^2.14.0" "nan": "^2.14.0"
} }
},
"zod": {
"version": "3.7.2",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.7.2.tgz",
"integrity": "sha512-JhYYcj+TS/a0+3kqxnbmuXMVtA+QkJUPu91beQTo1Y3xA891pHeMPQgVOSu97FdzAd056Yp87lpEi8Xvmd3zhw=="
} }
} }
} }

View file

@ -68,7 +68,8 @@
"utf-8-validate": "^5.0.5", "utf-8-validate": "^5.0.5",
"uuid": "^3.3.2", "uuid": "^3.3.2",
"yawn-yaml": "github:dragory/yawn-yaml#string-number-fix-build", "yawn-yaml": "github:dragory/yawn-yaml#string-number-fix-build",
"zlib-sync": "^0.1.7" "zlib-sync": "^0.1.7",
"zod": "^3.7.2"
}, },
"devDependencies": { "devDependencies": {
"@types/cors": "^2.8.5", "@types/cors": "^2.8.5",