This commit is contained in:
Koushik Dutta
2024-03-07 15:54:43 -08:00
parent c68a0286e8
commit 155cc89239
2 changed files with 16 additions and 16 deletions

View File

@@ -9,7 +9,7 @@
"version": "0.94.9",
"license": "ISC",
"dependencies": {
"@bjia56/portable-python-3.9": "^0.1.8",
"@bjia56/portable-python-3.9": "^0.1.9",
"@mapbox/node-pre-gyp": "^1.0.11",
"@scrypted/types": "^0.3.13",
"adm-zip": "^0.5.10",
@@ -23,7 +23,7 @@
"ip": "^2.0.1",
"level": "^8.0.1",
"lodash": "^4.17.21",
"nan": "^2.18.0",
"nan": "^2.19.0",
"node-dijkstra": "^2.5.0",
"node-forge": "^1.3.1",
"node-gyp": "^10.0.1",
@@ -33,7 +33,7 @@
"source-map-support": "^0.5.21",
"tar": "^6.2.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"typescript": "^5.4.2",
"whatwg-mimetype": "^4.0.0",
"ws": "^8.16.0"
},
@@ -61,9 +61,9 @@
}
},
"node_modules/@bjia56/portable-python-3.9": {
"version": "0.1.8",
"resolved": "https://registry.npmjs.org/@bjia56/portable-python-3.9/-/portable-python-3.9-0.1.8.tgz",
"integrity": "sha512-COlqqiFdPsyy6hy6VQHpW7P0f1sSbHnQgUp3UhcymAbSp7WBjebp+EF6npVEyWfIcY/fozndfdFI0f7E7pXMbg==",
"version": "0.1.9",
"resolved": "https://registry.npmjs.org/@bjia56/portable-python-3.9/-/portable-python-3.9-0.1.9.tgz",
"integrity": "sha512-2+xxbjtZOicYn6W7Z2fFQx89xF6UFFvj/BzPZ3cAsmDW9ffLoDO2UTS7YdfS6/qTzNkPPpcOVkjQhll9OE6CoA==",
"hasInstallScript": true
},
"node_modules/@derhuerst/http-basic": {
@@ -2628,9 +2628,9 @@
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
},
"node_modules/nan": {
"version": "2.18.0",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.18.0.tgz",
"integrity": "sha512-W7tfG7vMOGtD30sHoZSSc/JVYiyDPEyQVso/Zz+/uQd0B0L46gtC+pHha5FFMRpil6fm/AoEcRWyOVi4+E/f8w=="
"version": "2.19.0",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.19.0.tgz",
"integrity": "sha512-nO1xXxfh/RWNxfd/XPfbIfFk5vgLsAxUR9y5O0cHMJu/AW9U95JLXqthYHjEp+8gQ5p96K9jUp8nbVOxCdRbtw=="
},
"node_modules/napi-build-utils": {
"version": "1.0.2",
@@ -3624,9 +3624,9 @@
"integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA=="
},
"node_modules/typescript": {
"version": "5.3.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz",
"integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==",
"version": "5.4.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz",
"integrity": "sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"

View File

@@ -1,9 +1,9 @@
{
"name": "@scrypted/server",
"version": "0.94.9",
"version": "0.94.10",
"description": "",
"dependencies": {
"@bjia56/portable-python-3.9": "^0.1.8",
"@bjia56/portable-python-3.9": "^0.1.9",
"@mapbox/node-pre-gyp": "^1.0.11",
"@scrypted/types": "^0.3.13",
"adm-zip": "^0.5.10",
@@ -17,7 +17,7 @@
"ip": "^2.0.1",
"level": "^8.0.1",
"lodash": "^4.17.21",
"nan": "^2.18.0",
"nan": "^2.19.0",
"node-dijkstra": "^2.5.0",
"node-forge": "^1.3.1",
"node-gyp": "^10.0.1",
@@ -27,7 +27,7 @@
"source-map-support": "^0.5.21",
"tar": "^6.2.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"typescript": "^5.4.2",
"whatwg-mimetype": "^4.0.0",
"ws": "^8.16.0"
},