mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
chore(deps): upgrade dependencies for backend + lint fixes
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
parent
df6540163c
commit
a15ece1e7f
3 changed files with 718 additions and 539 deletions
|
@ -25,20 +25,20 @@
|
|||
"typeorm": "typeorm-ts-node-commonjs -d src/ormconfig.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@azure/storage-blob": "12.24.0",
|
||||
"@azure/storage-blob": "12.25.0",
|
||||
"@hedgedoc/commons": "workspace:commons",
|
||||
"@mrdrogdrog/optional": "1.2.1",
|
||||
"@nestjs/common": "10.4.1",
|
||||
"@nestjs/config": "3.2.3",
|
||||
"@nestjs/core": "10.4.1",
|
||||
"@nestjs/event-emitter": "2.0.4",
|
||||
"@nestjs/platform-express": "10.4.1",
|
||||
"@nestjs/platform-ws": "10.4.1",
|
||||
"@nestjs/schedule": "4.1.0",
|
||||
"@nestjs/swagger": "7.4.0",
|
||||
"@nestjs/common": "10.4.5",
|
||||
"@nestjs/config": "3.3.0",
|
||||
"@nestjs/core": "10.4.5",
|
||||
"@nestjs/event-emitter": "2.1.1",
|
||||
"@nestjs/platform-express": "10.4.5",
|
||||
"@nestjs/platform-ws": "10.4.5",
|
||||
"@nestjs/schedule": "4.1.1",
|
||||
"@nestjs/swagger": "7.4.2",
|
||||
"@nestjs/typeorm": "10.0.2",
|
||||
"@nestjs/websockets": "10.4.1",
|
||||
"@node-rs/argon2": "1.8.3",
|
||||
"@nestjs/websockets": "10.4.5",
|
||||
"@node-rs/argon2": "2.0.0",
|
||||
"@zxcvbn-ts/core": "3.0.4",
|
||||
"@zxcvbn-ts/language-common": "3.0.4",
|
||||
"@zxcvbn-ts/language-en": "3.0.2",
|
||||
|
@ -47,9 +47,9 @@
|
|||
"class-validator": "0.14.1",
|
||||
"cli-color": "2.0.4",
|
||||
"connect-typeorm": "2.0.0",
|
||||
"cookie": "0.6.0",
|
||||
"cookie": "0.7.2",
|
||||
"diff": "5.2.0",
|
||||
"express-session": "1.18.0",
|
||||
"express-session": "1.18.1",
|
||||
"file-type": "16.5.4",
|
||||
"htmlparser2": "9.1.0",
|
||||
"joi": "17.13.3",
|
||||
|
@ -59,7 +59,7 @@
|
|||
"mysql": "2.18.1",
|
||||
"node-fetch": "2.7.0",
|
||||
"openid-client": "5.6.5",
|
||||
"pg": "8.12.0",
|
||||
"pg": "8.13.0",
|
||||
"raw-body": "3.0.0",
|
||||
"reflect-metadata": "0.2.2",
|
||||
"rimraf": "6.0.1",
|
||||
|
@ -68,38 +68,38 @@
|
|||
"typeorm": "0.3.20",
|
||||
"uuid": "10.0.0",
|
||||
"ws": "8.18.0",
|
||||
"yjs": "13.6.18"
|
||||
"yjs": "13.6.20"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@darraghor/eslint-plugin-nestjs-typed": "5.0.25",
|
||||
"@darraghor/eslint-plugin-nestjs-typed": "5.0.27",
|
||||
"@nestjs/cli": "10.4.5",
|
||||
"@nestjs/schematics": "10.1.4",
|
||||
"@nestjs/testing": "10.4.1",
|
||||
"@nestjs/schematics": "10.2.2",
|
||||
"@nestjs/testing": "10.4.5",
|
||||
"@trivago/prettier-plugin-sort-imports": "4.3.0",
|
||||
"@tsconfig/node18": "18.2.4",
|
||||
"@types/cli-color": "2.0.6",
|
||||
"@types/cookie": "0.6.0",
|
||||
"@types/cookie-signature": "1.1.2",
|
||||
"@types/diff": "5.2.2",
|
||||
"@types/express": "4.17.21",
|
||||
"@types/diff": "5.2.3",
|
||||
"@types/express": "5.0.0",
|
||||
"@types/express-session": "1.18.0",
|
||||
"@types/jest": "29.5.12",
|
||||
"@types/jest": "29.5.13",
|
||||
"@types/markdown-it": "13.0.7",
|
||||
"@types/mysql": "2.15.25",
|
||||
"@types/mysql": "2.15.26",
|
||||
"@types/node": "20.16.2",
|
||||
"@types/node-fetch": "2.6.11",
|
||||
"@types/pg": "8.11.0",
|
||||
"@types/pg": "8.11.10",
|
||||
"@types/source-map-support": "0.5.10",
|
||||
"@types/supertest": "2.0.16",
|
||||
"@types/uuid": "9.0.8",
|
||||
"@types/ws": "8.5.10",
|
||||
"@typescript-eslint/eslint-plugin": "6.21.0",
|
||||
"@typescript-eslint/parser": "6.21.0",
|
||||
"eslint": "8.57.0",
|
||||
"@types/uuid": "10.0.0",
|
||||
"@types/ws": "8.5.12",
|
||||
"@typescript-eslint/eslint-plugin": "8.11.0",
|
||||
"@typescript-eslint/parser": "8.11.0",
|
||||
"eslint": "8.57.1",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"eslint-plugin-import": "2.29.1",
|
||||
"eslint-plugin-jest": "27.9.0",
|
||||
"eslint-plugin-local-rules": "2.0.1",
|
||||
"eslint-plugin-import": "2.31.0",
|
||||
"eslint-plugin-jest": "28.8.3",
|
||||
"eslint-plugin-local-rules": "3.0.2",
|
||||
"eslint-plugin-prettier": "5.2.1",
|
||||
"jest": "29.7.0",
|
||||
"mocked-env": "1.3.5",
|
||||
|
@ -110,7 +110,7 @@
|
|||
"ts-mockery": "1.2.0",
|
||||
"ts-node": "11.0.0-beta.1",
|
||||
"tsconfig-paths": "4.2.0",
|
||||
"typescript": "5.5.4"
|
||||
"typescript": "5.6.3"
|
||||
},
|
||||
"jest": {
|
||||
"moduleFileExtensions": [
|
||||
|
|
|
@ -220,7 +220,7 @@ describe('Alias', () => {
|
|||
await testSetup.aliasService.removeAlias(note, newAlias);
|
||||
// Ignore errors on removing alias
|
||||
// eslint-disable-next-line no-empty
|
||||
} catch (e) {}
|
||||
} catch {}
|
||||
await testSetup.notesService.deleteNote(note);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue