Update server dependencies.

This commit is contained in:
baldo 2022-09-14 15:56:16 +02:00
parent 843cd37243
commit 894ee97fdf
3 changed files with 355 additions and 378 deletions

View file

@ -1,10 +1,13 @@
module.exports = { module.exports = {
preset: 'ts-jest', preset: "ts-jest",
testEnvironment: 'node', testEnvironment: "node",
roots: ['<rootDir>/server'], roots: ["<rootDir>/server"],
globals: { transform: {
'ts-jest': { "^.+\\.tsx?$": [
tsconfig: '<rootDir>/server/tsconfig.json' "ts-jest",
} {
} tsconfig: "<rootDir>/server/tsconfig.json",
},
],
},
}; };

View file

@ -56,7 +56,7 @@
"serve-static": "^1.14.1", "serve-static": "^1.14.1",
"sparkson": "^1.3.6", "sparkson": "^1.3.6",
"sqlite": "^4.1.2", "sqlite": "^4.1.2",
"sqlite3": "^5.0.11" "sqlite3": "^5.1.0"
}, },
"devDependencies": { "devDependencies": {
"@rushstack/eslint-patch": "^1.1.4", "@rushstack/eslint-patch": "^1.1.4",
@ -66,15 +66,15 @@
"@types/command-line-usage": "^5.0.2", "@types/command-line-usage": "^5.0.2",
"@types/compression": "^1.7.2", "@types/compression": "^1.7.2",
"@types/deep-extend": "^0.4.32", "@types/deep-extend": "^0.4.32",
"@types/express": "^4.17.13", "@types/express": "^4.17.14",
"@types/glob": "^8.0.0", "@types/glob": "^8.0.0",
"@types/graceful-fs": "^4.1.5", "@types/graceful-fs": "^4.1.5",
"@types/html-to-text": "^8.1.1", "@types/html-to-text": "^8.1.1",
"@types/jest": "^29.0.0", "@types/jest": "^29.0.2",
"@types/lodash": "^4.14.184", "@types/lodash": "^4.14.185",
"@types/node": "^18.7.15", "@types/node": "^18.7.18",
"@types/node-cron": "^3.0.3", "@types/node-cron": "^3.0.4",
"@types/nodemailer": "^6.4.5", "@types/nodemailer": "^6.4.6",
"@types/request": "^2.48.8", "@types/request": "^2.48.8",
"@vue/eslint-config-prettier": "^7.0.0", "@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.1", "@vue/eslint-config-typescript": "^11.0.1",
@ -102,13 +102,13 @@
"grunt-rev": "^0.1.0", "grunt-rev": "^0.1.0",
"grunt-usemin": "^3.1.1", "grunt-usemin": "^3.1.1",
"grunt-wiredep": "^3.0.1", "grunt-wiredep": "^3.0.1",
"jest": "^29.0.2", "jest": "^29.0.3",
"jshint-stylish": "^2.2.1", "jshint-stylish": "^2.2.1",
"load-grunt-tasks": "^5.1.0", "load-grunt-tasks": "^5.1.0",
"prettier": "^2.7.1", "prettier": "^2.7.1",
"time-grunt": "^2.0.0", "time-grunt": "^2.0.0",
"ts-jest": "^28.0.8", "ts-jest": "^29.0.1",
"typescript": "^4.8.2", "typescript": "^4.8.3",
"yarn-audit-fix": "^9.3.5" "yarn-audit-fix": "^9.3.5"
}, },
"resolutions": { "resolutions": {

694
yarn.lock

File diff suppressed because it is too large Load diff