Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lukashroch committed Nov 9, 2023
1 parent 8da62e8 commit ac100f4
Show file tree
Hide file tree
Showing 4 changed files with 651 additions and 715 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"*.{ts,js}": "eslint --fix"
},
"dependencies": {
"@json2csv/node": "^6.1.3",
"axios": "^1.5.0",
"axios-retry": "^3.7.0",
"commander": "^11.0.0",
"@json2csv/node": "^7.0.3",
"axios": "^1.6.1",
"axios-retry": "^3.8.1",
"commander": "^11.1.0",
"date-fns": "^2.30.0",
"dotenv": "^16.3.1",
"dotenv-expand": "^10.0.0",
Expand All @@ -43,43 +43,43 @@
"json5": "^2.2.3",
"lodash": "^4.17.21",
"ms": "^2.1.3",
"mssql": "^10.0.0",
"mssql": "^10.0.1",
"node-schedule": "^2.1.1",
"nodemailer": "^6.9.5",
"nodemailer": "^6.9.7",
"pg": "^8.11.3",
"pg-promise": "^11.5.4",
"ssh2-sftp-client": "^9.1.0",
"winston": "^3.10.0",
"winston": "^3.11.0",
"winston-daily-rotate-file": "^4.7.1"
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"@types/lodash": "^4.14.198",
"@types/ms": "^0.7.31",
"@types/mssql": "^8.1.2",
"@types/node": "^20.5.9",
"@types/node-schedule": "^2.1.0",
"@types/nodemailer": "^6.4.9",
"@types/pg": "^8.10.2",
"@types/ssh2-sftp-client": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint": "^8.48.0",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.14.201",
"@types/ms": "^0.7.34",
"@types/mssql": "^9.1.3",
"@types/node": "^20.9.0",
"@types/node-schedule": "^2.1.3",
"@types/nodemailer": "^6.4.14",
"@types/pg": "^8.10.9",
"@types/ssh2-sftp-client": "^9.0.3",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-define-config": "^1.23.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-define-config": "^1.24.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"lint-staged": "^14.0.1",
"lint-staged": "^15.0.2",
"nodemon": "^3.0.1",
"nodemon-webpack-plugin": "^4.8.1",
"nodemon-webpack-plugin": "^4.8.2",
"prettier": "^3.0.3",
"rimraf": "^5.0.1",
"rimraf": "^5.0.5",
"simple-git-hooks": "^2.9.0",
"ts-loader": "^9.4.4",
"ts-loader": "^9.5.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tsx": "^3.12.8",
"tsx": "^4.0.0",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0",
"webpackbar": "^5.0.2"
Expand Down
Loading

0 comments on commit ac100f4

Please sign in to comment.