Skip to content

Commit

Permalink
Merge branch 'master' into renovate/jsdom-26.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jan 11, 2025
2 parents 3708811 + ce6df46 commit f5d23e5
Show file tree
Hide file tree
Showing 13 changed files with 1,982 additions and 1,827 deletions.
407 changes: 204 additions & 203 deletions frontend/character-list/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion frontend/character-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@emotion/styled": "^11.11.5",
"@fontsource/roboto": "^5.0.13",
"@mui/icons-material": "^6.0.0",
"@mui/x-data-grid": "7.23.5"
"@mui/x-data-grid": "7.23.6"
},
"devDependencies": {
"@types/luxon": "3.4.2",
Expand Down
391 changes: 196 additions & 195 deletions frontend/log-redirect/package-lock.json

Large diffs are not rendered by default.

256 changes: 128 additions & 128 deletions frontend/prime-scout/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions frontend/prime-scout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "19.0.0",
"react-cookie-consent": "9.0.0",
"react-dom": "19.0.0",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"scripts": {
"start": "vite",
Expand All @@ -27,7 +27,7 @@
"defaults"
],
"devDependencies": {
"@types/react": "19.0.2",
"@types/react": "19.0.4",
"@types/react-dom": "19.0.2",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"@vitejs/plugin-react": "^4.0.0",
Expand Down
1,218 changes: 615 additions & 603 deletions lambda/character-list/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lambda/character-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@aws-lambda-powertools/logger": "2.12.0",
"@aws-lambda-powertools/tracer": "2.12.0",
"@aws-sdk/client-secrets-manager": "3.721.0",
"@aws-sdk/client-secrets-manager": "3.726.1",
"@middy/core": "6.0.0",
"@middy/http-header-normalizer": "6.0.0",
"@middy/http-error-handler": "6.0.0",
Expand All @@ -17,6 +17,6 @@
"devDependencies": {
"@types/aws-lambda": "8.10.147",
"@types/http-errors": "2.0.4",
"typescript": "5.7.2"
"typescript": "5.7.3"
}
}
1,212 changes: 612 additions & 600 deletions lambda/log-redirect/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lambda/log-redirect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@middy/http-response-serializer": "6.0.0",
"@middy/error-logger": "6.0.0",
"@middy/http-content-negotiation": "6.0.0",
"@aws-sdk/client-secrets-manager": "3.721.0",
"@aws-sdk/client-secrets-manager": "3.726.1",
"graphql-request": "7.1.2",
"jwt-decode": "4.0.0",
"luxon": "3.5.0"
Expand All @@ -19,6 +19,6 @@
"@types/aws-lambda": "8.10.147",
"@types/http-errors": "2.0.4",
"@types/luxon": "3.4.2",
"typescript": "5.7.2"
"typescript": "5.7.3"
}
}
175 changes: 152 additions & 23 deletions lambda/prime-scout/package-lock.json

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

2 changes: 1 addition & 1 deletion lambda/prime-scout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@types/aws-lambda": "8.10.147",
"@types/http-errors": "2.0.4",
"typescript": "5.7.2",
"typescript": "5.7.3",
"@types/luxon": "3.4.2",
"@types/jsdom": "^21.1.6"
}
Expand Down
Loading

0 comments on commit f5d23e5

Please sign in to comment.