Skip to content

Commit

Permalink
Merge pull request #1449 from Tampere/chore/update-deps-20241216
Browse files Browse the repository at this point in the history
chore: update dependencies
  • Loading branch information
mmoila authored Dec 16, 2024
2 parents 38d1faf + 03a4460 commit acb5ddc
Show file tree
Hide file tree
Showing 9 changed files with 975 additions and 1,011 deletions.
362 changes: 170 additions & 192 deletions backend/package-lock.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@
"devDependencies": {
"@types/connect-pg-simple": "^7.0.3",
"@types/email-templates": "^10.0.4",
"@types/node": "^22.10.0",
"@types/node": "^22.10.2",
"@types/nodemailer": "^6.4.17",
"concurrently": "^8.2.2",
"eslint": "^9.15.0",
"eslint": "^9.17.0",
"node-dev": "^8.0.0",
"pino-pretty": "^11.3.0",
"tsc-alias": "^1.8.10",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"vite-tsconfig-paths": "^5.1.3",
"vitest": "^2.1.5"
"typescript-eslint": "^8.18.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8"
},
"dependencies": {
"@fastify/compress": "^7.0.3",
Expand All @@ -60,14 +60,14 @@
"@fastify/static": "^7.0.4",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"axios": "^1.7.8",
"axios": "^1.7.9",
"connect-pg-simple": "^9.0.1",
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"dotenv": "^16.4.7",
"email-templates": "^12.0.1",
"excel4node": "^1.8.2",
"fast-json-stable-stringify": "^2.1.0",
"fastify": "^4.28.1",
"fastify": "^4.29.0",
"nodemailer": "^6.9.16",
"openid-client": "^5.7.1",
"pg-boss": "^9.0.3",
Expand All @@ -76,9 +76,9 @@
"pug": "^3.0.3",
"server-text-width": "^1.0.2",
"slonik": "^46.2.0",
"soap": "^1.1.6",
"superjson": "^2.2.1",
"soap": "^1.1.7",
"superjson": "^2.2.2",
"tre-hanna-shared": "file:../shared",
"zod": "^3.23.8"
"zod": "^3.24.1"
}
}
90 changes: 45 additions & 45 deletions e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.49.0",
"@types/node": "^22.10.0",
"nodemon": "^3.1.7",
"playwright": "^1.49.0"
"@playwright/test": "^1.49.1",
"@types/node": "^22.10.2",
"nodemon": "^3.1.9",
"playwright": "^1.49.1"
},
"dependencies": {
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"dayjs": "^1.11.13",
"node-fetch": "^3.3.2",
"pg": "^8.13.1",
"superjson": "^2.2.1"
"superjson": "^2.2.2"
}
}
Loading

0 comments on commit acb5ddc

Please sign in to comment.