Skip to content

Commit

Permalink
postbeta
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Nov 15, 2023
1 parent 8612d8e commit 83ad4ed
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@scrypted/server",
"version": "0.59.0",
"version": "0.60.0",
"description": "",
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.11",
"@scrypted/types": "^0.2.95",
"@scrypted/types": "^0.2.98",
"adm-zip": "^0.5.10",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"debug": "^4.3.4",
"engine.io": "^6.5.3",
"engine.io": "^6.5.4",
"express": "^4.18.2",
"ffmpeg-static": "^5.2.0",
"follow-redirects": "^1.15.3",
Expand All @@ -23,34 +23,34 @@
"nan": "^2.18.0",
"node-dijkstra": "^2.5.0",
"node-forge": "^1.3.1",
"node-gyp": "^9.4.0",
"node-gyp": "^10.0.1",
"router": "^1.3.8",
"semver": "^7.5.4",
"source-map-support": "^0.5.21",
"tar": "^6.2.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"whatwg-mimetype": "^3.0.0",
"whatwg-mimetype": "^4.0.0",
"ws": "^8.14.2"
},
"devDependencies": {
"@types/adm-zip": "^0.5.2",
"@types/cookie-parser": "^1.4.4",
"@types/debug": "^4.1.9",
"@types/express": "^4.17.18",
"@types/follow-redirects": "^1.14.2",
"@types/http-auth": "^4.1.2",
"@types/ip": "^1.1.1",
"@types/lodash": "^4.14.199",
"@types/mime": "^3.0.2",
"@types/node-dijkstra": "^2.5.4",
"@types/node-forge": "^1.3.7",
"@types/pem": "^1.14.2",
"@types/semver": "^7.5.3",
"@types/source-map-support": "^0.5.8",
"@types/tar": "^6.1.6",
"@types/whatwg-mimetype": "^3.0.0",
"@types/ws": "^8.5.6"
"@types/adm-zip": "^0.5.4",
"@types/cookie-parser": "^1.4.6",
"@types/debug": "^4.1.12",
"@types/express": "^4.17.21",
"@types/follow-redirects": "^1.14.4",
"@types/http-auth": "^4.1.4",
"@types/ip": "^1.1.3",
"@types/lodash": "^4.14.201",
"@types/mime": "^3.0.4",
"@types/node-dijkstra": "^2.5.6",
"@types/node-forge": "^1.3.9",
"@types/pem": "^1.14.4",
"@types/semver": "^7.5.5",
"@types/source-map-support": "^0.5.10",
"@types/tar": "^6.1.9",
"@types/whatwg-mimetype": "^3.0.2",
"@types/ws": "^8.5.9"
},
"optionalDependencies": {
"node-pty-prebuilt-multiarch": "^0.10.1-pre.5"
Expand Down

0 comments on commit 83ad4ed

Please sign in to comment.