deps: lock systeminformation to 5.3.3

pull/56/head
undefined 4 years ago
parent 46cb2e31dd
commit 9c0afa38e3

@ -21,10 +21,10 @@
"@shelf/jest-mongodb": "^1.2.3",
"@types/cross-spawn": "^6.0.2",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.28",
"@types/node": "^14.14.31",
"@types/semver": "^7.3.4",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"cross-spawn": "^7.0.3",
"eslint": "^7.20.0",
"eslint-config-airbnb-typescript": "^12.0.0",
@ -35,8 +35,8 @@
"latest-version": "^5.1.0",
"ora": "^5.3.0",
"semver": "^7.3.4",
"ts-jest": "^26.5.0",
"typescript": "4.1.5"
"ts-jest": "^26.5.2",
"typescript": "4.2.2"
},
"dependencies": {
"fs-extra": "^9.1.0",

@ -7,7 +7,7 @@
"author": "undefined <i@undefined.moe>",
"license": "AGPL-3.0-only",
"dependencies": {
"adm-zip": "^0.5.2",
"adm-zip": "^0.5.3",
"decode-html": "^2.0.0",
"fs-extra": "^9.1.0",
"xml2js": "^0.4.23"

@ -6,15 +6,15 @@
"author": "undefined <i@undefined.moe>",
"repository": "https://github.com/hydro-dev/Hydro.git",
"dependencies": {
"adm-zip": "^0.5.2",
"adm-zip": "^0.5.3",
"axios": "^0.21.1",
"bson": "^4.2.2",
"fs-extra": "^9.1.0",
"js-yaml": "^4.0.0",
"lodash": "^4.17.20",
"lodash": "^4.17.21",
"p-queue": "^6.6.1",
"shell-quote": "^1.7.2",
"systeminformation": "^5.3.3",
"systeminformation": "5.3.3",
"yargs": "^16.2.0"
},
"peerDependencies": {

@ -11,7 +11,7 @@
"node": ">=13"
},
"dependencies": {
"adm-zip": "^0.5.2",
"adm-zip": "^0.5.3",
"ansi_up": "^5.0.0",
"cookies": "^0.8.0",
"detect-browser": "^5.1.1",
@ -22,7 +22,7 @@
"koa-proxies": "^0.11.0",
"koa-router": "^10.0.0",
"koa-static-cache": "^5.1.3",
"lodash": "^4.17.20",
"lodash": "^4.17.21",
"lru-cache": "^6.0.0",
"minio": "7.0.17",
"moment-timezone": "^0.5.32",
@ -32,7 +32,7 @@
"serialize-javascript": "^5.0.1",
"sockjs": "^0.3.20",
"superagent": "^6.1.0",
"systeminformation": "^5.3.3",
"systeminformation": "5.3.3",
"terminal-kit": "^1.47.0",
"wtfnode": "^0.8.4",
"yargs": "^16.2.0"
@ -41,13 +41,13 @@
"@types/adm-zip": "^0.4.33",
"@types/fs-extra": "^9.0.7",
"@types/js-yaml": "^4.0.0",
"@types/koa": "^2.11.8",
"@types/koa": "^2.13.0",
"@types/koa-router": "^7.4.1",
"@types/koa-static-cache": "^5.1.0",
"@types/lodash": "^4.14.168",
"@types/lru-cache": "^5.1.0",
"@types/minio": "^7.0.7",
"@types/mongodb": "^3.6.7",
"@types/mongodb": "^3.6.8",
"@types/nodemailer": "^6.4.0",
"@types/serialize-javascript": "^5.0.0",
"@types/sockjs": "^0.3.32",

@ -7,7 +7,7 @@
"author": "undefined <i@undefined.moe>",
"license": "AGPL-3.0-only",
"dependencies": {
"adm-zip": "^0.5.2",
"adm-zip": "^0.5.3",
"decode-html": "^2.0.0",
"fs-extra": "^9.1.0"
},

@ -10,7 +10,7 @@
"build": "tsc"
},
"devDependencies": {
"@types/mongodb": "^3.6.7"
"@types/mongodb": "^3.6.8"
},
"peerDependencies": {
"hydrooj": "^2.17.22"

Loading…
Cancel
Save