Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ledyba committed Jan 13, 2025
1 parent 4f950fb commit 9444ead
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 74 deletions.
168 changes: 105 additions & 63 deletions server/package-lock.json

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

22 changes: 11 additions & 11 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,30 +26,30 @@
"author": "Kaede Fujisaki",
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@types/marked": "^5.0.2",
"@types/mocha": "^10.0.9",
"@types/node": "^20",
"@types/marked": "^6.0.0",
"@types/mocha": "^10.0.10",
"@types/node": "^22",
"mocha": "^11.0.1",
"npm-check-updates": "^17.1.10",
"npm-check-updates": "^17.1.13",
"ts-node-dev": "^2.0.0"
},
"dependencies": {
"@expo/spawn-async": "^1.7.2",
"@fastify/send": "^3.3.0",
"@fastify/static": "^8.0.3",
"@wordpress/escape-html": "^3.13.0",
"@fastify/send": "^3.3.1",
"@fastify/static": "^8.0.4",
"@wordpress/escape-html": "^3.15.0",
"axios": "^1.7.9",
"dayjs": "^1.11.13",
"exifr": "^7.1.3",
"fastify": "^5.1.0",
"fastify": "^5.2.1",
"file-type": "^19.6.0",
"generic-pool": "^3.9.0",
"handlebars": "^4.7.8",
"marked": "^15.0.3",
"marked": "^15.0.6",
"node-cache": "^5.1.2",
"pino": "^9.5.0",
"pino": "^9.6.0",
"ts-node": "^10.9.2",
"ts-postgres": "^2.0.4",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}

0 comments on commit 9444ead

Please sign in to comment.