Skip to content

Commit

Permalink
fix(deps): update dependencies (non-major) (#199)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent 73feb1a commit 391fe1e
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 85 deletions.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
},
"dependencies": {
"pino-pretty": "13.0.0",
"secure-json-parse": "3.0.1"
"secure-json-parse": "3.0.2"
}
}
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@headlessui/react": "2.2.0",
"@uidotdev/usehooks": "2.4.1",
"clsx": "2.1.1",
"cronstrue": "2.52.0",
"cronstrue": "2.53.0",
"luxon": "3.5.0",
"react": "19.0.0",
"react-dom": "19.0.0",
Expand Down
181 changes: 103 additions & 78 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,19 @@
"typescript": "5.7.3"
},
"dependencies": {
"@fastify/passport": "3.0.1",
"@fastify/secure-session": "8.1.0",
"@fastify/static": "8.0.3",
"@fastify/passport": "3.0.2",
"@fastify/secure-session": "8.1.1",
"@fastify/static": "8.0.4",
"@kubernetes/client-node": "1.0.0",
"cron-parser": "4.9.0",
"deepmerge": "4.3.1",
"dotenv": "16.4.7",
"fastify": "5.2.0",
"fastify": "5.2.1",
"ms": "2.1.3",
"openid-client": "6.1.7",
"passport-local": "1.0.0",
"pino": "9.6.0",
"react-router-dom": "7.1.1",
"react-router-dom": "7.1.3",
"superstruct": "2.0.2",
"yaml": "2.7.0"
},
Expand Down

0 comments on commit 391fe1e

Please sign in to comment.