- Upgrade to node v20 (#187)

This commit is contained in:
Simon J
2024-01-24 12:25:48 +11:00
committed by GitHub
parent 5ce2e4efb7
commit b7beb4c610
11 changed files with 7741 additions and 152371 deletions

View File

@@ -7,32 +7,32 @@
"license": "GPL-3.0-only",
"dependencies": {
"@svrooij/sonos": "^2.5.0",
"@types/express": "^4.17.19",
"@types/fs-extra": "^11.0.2",
"@types/jsonwebtoken": "^9.0.3",
"@types/jws": "^3.2.6",
"@types/morgan": "^1.9.6",
"@types/node": "^16.11.7",
"@types/randomstring": "^1.1.9",
"@types/underscore": "^1.11.11",
"@types/uuid": "^9.0.5",
"@types/xmldom": "0.1.32",
"axios": "^1.5.1",
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"@types/jsonwebtoken": "^9.0.5",
"@types/jws": "^3.2.9",
"@types/morgan": "^1.9.9",
"@types/node": "^20.11.5",
"@types/randomstring": "^1.1.11",
"@types/underscore": "^1.11.15",
"@types/uuid": "^9.0.7",
"@types/xmldom": "0.1.34",
"axios": "^1.6.5",
"dayjs": "^1.11.10",
"eta": "^2.0.1",
"eta": "^2.2.0",
"express": "^4.18.2",
"fp-ts": "^2.16.1",
"fs-extra": "^11.1.1",
"fp-ts": "^2.16.2",
"fs-extra": "^11.2.0",
"jsonwebtoken": "^9.0.2",
"jws": "^4.0.0",
"libxmljs2": "^0.32.0",
"libxmljs2": "^0.33.0",
"morgan": "^1.10.0",
"node-html-parser": "^6.1.10",
"node-html-parser": "^6.1.12",
"randomstring": "^1.3.0",
"sharp": "^0.32.6",
"sharp": "^0.33.2",
"soap": "^1.0.0",
"ts-md5": "^1.3.1",
"typescript": "^5.2.2",
"typescript": "^5.3.3",
"underscore": "^1.13.6",
"urn-lib": "^2.0.0",
"uuid": "^9.0.1",
@@ -40,24 +40,31 @@
"xmldom-ts": "^0.3.1"
},
"devDependencies": {
"@types/chai": "^4.3.7",
"@types/jest": "^29.5.5",
"@types/mocha": "^10.0.2",
"@types/supertest": "^2.0.14",
"@types/tmp": "^0.2.4",
"chai": "^4.3.10",
"@types/chai": "^4.3.11",
"@types/jest": "^29.5.11",
"@types/mocha": "^10.0.6",
"@types/supertest": "^6.0.2",
"@types/tmp": "^0.2.6",
"chai": "^5.0.0",
"get-port": "^7.0.0",
"image-js": "^0.35.4",
"image-js": "^0.35.5",
"jest": "^29.7.0",
"nodemon": "^3.0.1",
"supertest": "^6.3.3",
"nodemon": "^3.0.3",
"supertest": "^6.3.4",
"tmp": "^0.2.1",
"ts-jest": "^29.1.1",
"ts-jest": "^29.1.2",
"ts-mockito": "^2.6.1",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"xmldom-ts": "^0.3.1",
"xpath-ts": "^1.3.13"
},
"overrides": {
"axios-ntlm": "npm:dry-uninstall",
"axios": "$axios",
"@svrooij/sonos": {
"fast-xml-parser": "^4.3.3"
}
},
"scripts": {
"clean": "rm -Rf build node_modules",
"build": "tsc",
@@ -66,6 +73,5 @@
"register-dev": "ts-node ./src/register.ts http://${BNB_DEV_HOST_IP}:4534",
"test": "jest",
"gitinfo": "git describe --tags > .gitinfo"
},
"packageManager": "yarn@1.22.19"
}
}