Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfagun74 committed Apr 2, 2024
1 parent 16dbf7b commit 480a829
Show file tree
Hide file tree
Showing 3 changed files with 188 additions and 196 deletions.
8 changes: 0 additions & 8 deletions .npm-upgrade.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
"mime": {
"versions": "4",
"reason": "ESM"
},
"better-sqlite3": {
"versions": "^9.0.0",
"reason": "No typeorm support"
},
"reflect-metadata": {
"versions": "^0.2.0",
"reason": "not supported yet"
}
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"async-g-i-s": "1.5.2",
"axios": "1.6.8",
"bcrypt": "5.1.1",
"better-sqlite3": "^8.7.0",
"better-sqlite3": "^9.4.3",
"builder-pattern": "2.2.0",
"chokidar": "3.6.0",
"class-transformer": "0.5.1",
Expand All @@ -62,8 +62,8 @@
"node-7z": "3.0.0",
"passport": "0.7.0",
"passport-http": "0.3.0",
"pg": "8.11.4",
"reflect-metadata": "0.1.14",
"pg": "8.11.5",
"reflect-metadata": "0.2.2",
"rimraf": "5.0.5",
"rxjs": "7.8.1",
"sanitize-filename": "1.6.3",
Expand All @@ -90,13 +90,13 @@
"@types/mime": "3.0.4",
"@types/morgan": "1.9.9",
"@types/multer": "^1.4.11",
"@types/node": "20.12.2",
"@types/node": "20.12.3",
"@types/node-7z": "2.1.8",
"@types/passport-http": "0.3.11",
"@types/string-similarity": "4.0.2",
"@types/unidecode": "^0.1.3",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
Expand Down
Loading

0 comments on commit 480a829

Please sign in to comment.