Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbasPL committed Jul 14, 2023
1 parent ebf0d1e commit 6d0c994
Show file tree
Hide file tree
Showing 2 changed files with 323 additions and 377 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,28 @@
"build": "tsc"
},
"devDependencies": {
"@types/async-lock": "^1.1.5",
"@types/node": "^18.7.16",
"@types/node-cron": "^3.0.4",
"@types/async-lock": "^1.4.0",
"@types/node": "^20.4.2",
"@types/node-cron": "^3.0.8",
"@types/qs": "^6.9.7",
"@types/set-cookie-parser": "^2.4.2",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"eslint": "^8.23.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.45.0",
"eslint-config-google": "^0.14.0",
"nodemon": "^2.0.19",
"nodemon": "^3.0.1",
"ts-node": "^10.9.1",
"typescript": "^4.8.2"
"typescript": "^5.1.6"
},
"dependencies": {
"@ctrl/deluge": "^4.2.0",
"async-lock": "^1.3.2",
"axios": "^0.27.2",
"dotenv": "^16.0.2",
"keyv": "^4.5.0",
"@ctrl/deluge": "^4.3.1",
"async-lock": "^1.4.0",
"axios": "^1.4.0",
"dotenv": "^16.3.1",
"keyv": "^4.5.2",
"keyv-file": "^0.2.0",
"node-cron": "^3.0.2",
"qs": "^6.11.0",
"set-cookie-parser": "^2.5.1"
"qs": "^6.11.2",
"set-cookie-parser": "^2.6.0"
}
}

0 comments on commit 6d0c994

Please sign in to comment.