Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2025
1 parent 529da28 commit 350f518
Show file tree
Hide file tree
Showing 2 changed files with 602 additions and 468 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@9.7.1",
"packageManager": "pnpm@9.15.4",
"description": "Intake24 Tasks Service",
"author": "MRC Epidemiology Unit, University of Cambridge",
"license": "GPL-3.0",
Expand All @@ -24,45 +24,45 @@
},
"dependencies": {
"@json2csv/node": "^7.0.6",
"axios": "^1.7.7",
"axios": "^1.7.9",
"axios-retry": "^4.5.0",
"commander": "^12.1.0",
"date-fns": "^4.1.0",
"dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6",
"execa": "^9.5.1",
"dotenv": "^16.4.7",
"dotenv-expand": "^11.0.7",
"execa": "^9.5.2",
"fast-csv": "^5.0.2",
"form-data": "^4.0.1",
"fs-extra": "^11.2.0",
"fs-extra": "^11.3.0",
"json5": "^2.2.3",
"lodash-es": "^4.17.21",
"ms": "^2.1.3",
"mssql": "^11.0.1",
"node-schedule": "^2.1.1",
"nodemailer": "^6.9.16",
"nodemailer": "^6.10.0",
"pg": "^8.13.1",
"pg-promise": "^11.10.1",
"pg-promise": "^11.10.2",
"ssh2-sftp-client": "^11.0.0",
"winston": "^3.15.0",
"winston": "^3.17.0",
"winston-daily-rotate-file": "^5.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@antfu/eslint-config": "^3.16.0",
"@tsconfig/node20": "^20.1.4",
"@types/fs-extra": "^11.0.4",
"@types/lodash-es": "^4.17.12",
"@types/ms": "^0.7.34",
"@types/mssql": "^9.1.5",
"@types/node": "^22.8.4",
"@types/mssql": "^9.1.6",
"@types/node": "^22.13.0",
"@types/node-schedule": "^2.1.7",
"@types/nodemailer": "^6.4.16",
"@types/pg": "^8.11.10",
"@types/nodemailer": "^6.4.17",
"@types/pg": "^8.11.11",
"@types/ssh2-sftp-client": "^9.0.4",
"eslint": "^9.13.0",
"eslint-plugin-format": "^0.1.2",
"lint-staged": "^15.2.10",
"eslint": "^9.19.0",
"eslint-plugin-format": "^0.1.3",
"lint-staged": "^15.4.3",
"simple-git-hooks": "^2.11.1",
"tsup": "^8.3.5",
"tsup": "^8.3.6",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
},
Expand Down
Loading

0 comments on commit 350f518

Please sign in to comment.