Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent 02f2c21 commit 1ce9fd1
Show file tree
Hide file tree
Showing 2 changed files with 1,015 additions and 349 deletions.
30 changes: 15 additions & 15 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.12.1",
"description": "Intake24 Tasks Service",
"author": "MRC Epidemiology Unit, University of Cambridge",
"license": "GPL-3.0",
Expand All @@ -24,13 +24,13 @@
},
"dependencies": {
"@json2csv/node": "^7.0.6",
"axios": "^1.7.4",
"axios": "^1.7.7",
"axios-retry": "^4.5.0",
"commander": "^12.1.0",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6",
"execa": "^9.3.1",
"execa": "^9.4.0",
"fast-csv": "^5.0.1",
"form-data": "^4.0.0",
"fs-extra": "^11.2.0",
Expand All @@ -39,31 +39,31 @@
"ms": "^2.1.3",
"mssql": "^11.0.1",
"node-schedule": "^2.1.1",
"nodemailer": "^6.9.14",
"pg": "^8.12.0",
"nodemailer": "^6.9.15",
"pg": "^8.13.0",
"pg-promise": "^11.9.1",
"ssh2-sftp-client": "^11.0.0",
"winston": "^3.14.2",
"winston": "^3.15.0",
"winston-daily-rotate-file": "^5.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.26.0",
"@antfu/eslint-config": "^2.27.3",
"@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.4.0",
"@types/node": "^22.7.4",
"@types/node-schedule": "^2.1.7",
"@types/nodemailer": "^6.4.15",
"@types/pg": "^8.11.6",
"@types/ssh2-sftp-client": "^9.0.3",
"eslint": "^9.9.0",
"@types/nodemailer": "^6.4.16",
"@types/pg": "^8.11.10",
"@types/ssh2-sftp-client": "^9.0.4",
"eslint": "^9.12.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"lint-staged": "^15.2.9",
"lint-staged": "^15.2.10",
"simple-git-hooks": "^2.11.1",
"tsup": "^8.2.4",
"tsx": "^4.17.0",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"typescript": "^5.5.4"
},
"simple-git-hooks": {
Expand Down
Loading

0 comments on commit 1ce9fd1

Please sign in to comment.