server: update types

This commit is contained in:
Koushik Dutta
2024-08-13 10:40:49 -07:00
parent 9a144a9a05
commit ffaed01dc3
2 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@
"@scrypted/deno": "^1.45.5",
"@scrypted/ffmpeg-static": "^6.1.0-build1",
"@scrypted/node-pty": "^1.0.18",
"@scrypted/types": "^0.3.44",
"@scrypted/types": "^0.3.48",
"adm-zip": "^0.5.15",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
@@ -719,9 +719,9 @@
}
},
"node_modules/@scrypted/types": {
"version": "0.3.44",
"resolved": "https://registry.npmjs.org/@scrypted/types/-/types-0.3.44.tgz",
"integrity": "sha512-sHqk2gLeXxKCbX3Bg7XQOjTGVDQPhokg9ASIgzGaaswI4gYJRXLv4XMCOeRZQJY/he9FxJOgVZxagDIQbkF9lg=="
"version": "0.3.48",
"resolved": "https://registry.npmjs.org/@scrypted/types/-/types-0.3.48.tgz",
"integrity": "sha512-yUeDpbbWook58GrUyC3G7N1qi2gvfmGdzGTeWRRcorR39yvKgLWW4q75Cy31olJns3yHeC2F63l+xGYKZNEKsA=="
},
"node_modules/@types/adm-zip": {
"version": "0.5.5",

View File

@@ -7,7 +7,7 @@
"@scrypted/deno": "^1.45.5",
"@scrypted/ffmpeg-static": "^6.1.0-build1",
"@scrypted/node-pty": "^1.0.18",
"@scrypted/types": "^0.3.44",
"@scrypted/types": "^0.3.48",
"adm-zip": "^0.5.15",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",