Bump libs (#179)

This commit is contained in:
Simon J
2023-10-11 17:19:24 +11:00
committed by GitHub
parent 8ef9ca80b6
commit 5ce2e4efb7
3 changed files with 761 additions and 535 deletions

View File

@@ -7,53 +7,52 @@
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"dependencies": { "dependencies": {
"@svrooij/sonos": "^2.5.0", "@svrooij/sonos": "^2.5.0",
"@types/express": "^4.17.17", "@types/express": "^4.17.19",
"@types/fs-extra": "^11.0.1", "@types/fs-extra": "^11.0.2",
"@types/jsonwebtoken": "^9.0.1", "@types/jsonwebtoken": "^9.0.3",
"@types/jws": "^3.2.5", "@types/jws": "^3.2.6",
"@types/morgan": "^1.9.4", "@types/morgan": "^1.9.6",
"@types/node": "^16.11.7", "@types/node": "^16.11.7",
"@types/randomstring": "^1.1.8", "@types/randomstring": "^1.1.9",
"@types/sharp": "^0.31.1", "@types/underscore": "^1.11.11",
"@types/underscore": "^1.11.4", "@types/uuid": "^9.0.5",
"@types/uuid": "^9.0.1", "@types/xmldom": "0.1.32",
"@types/xmldom": "0.1.31", "axios": "^1.5.1",
"axios": "^1.3.4", "dayjs": "^1.11.10",
"dayjs": "^1.11.7",
"eta": "^2.0.1", "eta": "^2.0.1",
"express": "^4.18.2", "express": "^4.18.2",
"fp-ts": "^2.13.1", "fp-ts": "^2.16.1",
"fs-extra": "^11.1.0", "fs-extra": "^11.1.1",
"jsonwebtoken": "^9.0.0", "jsonwebtoken": "^9.0.2",
"jws": "^4.0.0", "jws": "^4.0.0",
"libxmljs2": "^0.31.0", "libxmljs2": "^0.32.0",
"morgan": "^1.10.0", "morgan": "^1.10.0",
"node-html-parser": "^6.1.5", "node-html-parser": "^6.1.10",
"randomstring": "^1.2.3", "randomstring": "^1.3.0",
"sharp": "^0.31.3", "sharp": "^0.32.6",
"soap": "^1.0.0", "soap": "^1.0.0",
"ts-md5": "^1.3.1", "ts-md5": "^1.3.1",
"typescript": "^4.9.5", "typescript": "^5.2.2",
"underscore": "^1.13.6", "underscore": "^1.13.6",
"urn-lib": "^2.0.0", "urn-lib": "^2.0.0",
"uuid": "^9.0.0", "uuid": "^9.0.1",
"winston": "^3.8.2", "winston": "^3.11.0",
"xmldom-ts": "^0.3.1" "xmldom-ts": "^0.3.1"
}, },
"devDependencies": { "devDependencies": {
"@types/chai": "^4.3.4", "@types/chai": "^4.3.7",
"@types/jest": "^29.4.0", "@types/jest": "^29.5.5",
"@types/mocha": "^10.0.1", "@types/mocha": "^10.0.2",
"@types/supertest": "^2.0.12", "@types/supertest": "^2.0.14",
"@types/tmp": "^0.2.3", "@types/tmp": "^0.2.4",
"chai": "^4.3.7", "chai": "^4.3.10",
"get-port": "^6.1.2", "get-port": "^7.0.0",
"image-js": "^0.35.3", "image-js": "^0.35.4",
"jest": "^29.4.3", "jest": "^29.7.0",
"nodemon": "^2.0.21", "nodemon": "^3.0.1",
"supertest": "^6.3.3", "supertest": "^6.3.3",
"tmp": "^0.2.1", "tmp": "^0.2.1",
"ts-jest": "^29.0.5", "ts-jest": "^29.1.1",
"ts-mockito": "^2.6.1", "ts-mockito": "^2.6.1",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"xmldom-ts": "^0.3.1", "xmldom-ts": "^0.3.1",

View File

@@ -50,7 +50,7 @@
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */ // "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
"typeRoots": [ "typeRoots": [
"./typings", "./typings",
"node_modules/@types" "./node_modules/@types"
] ]
/* List of folders to include type definitions from. */, /* List of folders to include type definitions from. */,
// "types": ["src/customTypes/scale-that-svg.d.ts"], /* Type declaration files to be included in compilation. */ // "types": ["src/customTypes/scale-that-svg.d.ts"], /* Type declaration files to be included in compilation. */

1229
yarn.lock

File diff suppressed because it is too large Load Diff