Skip to content

Commit

Permalink
postbeta
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Jul 27, 2023
1 parent 19f8bfb commit 711eb22
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
{
"name": "@scrypted/server",
"version": "0.40.0",
"version": "0.41.0",
"description": "",
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.10",
"@mapbox/node-pre-gyp": "^1.0.11",
"@scrypted/types": "^0.2.94",
"adm-zip": "^0.5.10",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"debug": "^4.3.4",
"engine.io": "^6.4.2",
"engine.io": "^6.5.1",
"express": "^4.18.2",
"ffmpeg-static": "^5.1.0",
"http-auth": "^4.2.0",
"ip": "^1.1.8",
"level": "^8.0.0",
"linkfs": "^2.1.0",
"lodash": "^4.17.21",
"memfs": "^3.5.2",
"memfs": "^4.2.0",
"mime": "^3.0.0",
"nan": "^2.17.0",
"node-dijkstra": "^2.5.0",
"node-forge": "^1.3.1",
"node-gyp": "^9.3.1",
"node-gyp": "^9.4.0",
"router": "^1.3.8",
"semver": "^7.5.1",
"semver": "^7.5.4",
"source-map-support": "^0.5.21",
"tar": "^6.1.15",
"tslib": "^2.5.3",
"typescript": "^5.1.3",
"tslib": "^2.6.1",
"typescript": "^5.1.6",
"whatwg-mimetype": "^3.0.0",
"ws": "^8.13.0"
},
Expand All @@ -40,16 +40,16 @@
"@types/express": "^4.17.17",
"@types/http-auth": "^4.1.1",
"@types/ip": "^1.1.0",
"@types/lodash": "^4.14.195",
"@types/lodash": "^4.14.196",
"@types/mime": "^3.0.1",
"@types/node-dijkstra": "^2.5.3",
"@types/node-forge": "^1.3.2",
"@types/pem": "^1.9.6",
"@types/node-forge": "^1.3.3",
"@types/pem": "^1.14.0",
"@types/semver": "^7.5.0",
"@types/source-map-support": "^0.5.6",
"@types/tar": "^6.1.5",
"@types/whatwg-mimetype": "^3.0.0",
"@types/ws": "^8.5.4"
"@types/ws": "^8.5.5"
},
"optionalDependencies": {
"node-pty-prebuilt-multiarch": "^0.10.1-pre.5"
Expand Down

0 comments on commit 711eb22

Please sign in to comment.