Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #124

Merged
merged 1 commit into from
Mar 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
202 changes: 101 additions & 101 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 @@ -26,8 +26,8 @@
"defaults"
],
"devDependencies": {
"@types/react": "18.2.64",
"@types/react-dom": "18.2.21",
"@types/react": "18.2.66",
"@types/react-dom": "18.2.22",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"@vitejs/plugin-react": "^4.0.0",
"vite": "^5.0.0",
Expand Down
1,192 changes: 596 additions & 596 deletions lambda/log-redirect/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions lambda/log-redirect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "util-lambda",
"version": "1.0.0",
"dependencies": {
"@aws-lambda-powertools/logger": "2.0.2",
"@aws-lambda-powertools/tracer": "2.0.2",
"@aws-lambda-powertools/logger": "2.0.3",
"@aws-lambda-powertools/tracer": "2.0.3",
"@middy/core": "5.3.2",
"@middy/http-header-normalizer": "5.3.2",
"@middy/http-error-handler": "5.3.2",
"@middy/http-response-serializer": "5.3.2",
"@middy/error-logger": "5.3.2",
"@aws-sdk/client-secrets-manager": "3.529.1",
"@aws-sdk/client-secrets-manager": "3.535.0",
"graphql-request": "6.1.0",
"jwt-decode": "4.0.0",
"luxon": "3.4.4"
Expand Down
60 changes: 30 additions & 30 deletions lambda/prime-scout/package-lock.json

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

4 changes: 2 additions & 2 deletions lambda/prime-scout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "prime-scout-lambda",
"version": "1.0.0",
"dependencies": {
"@aws-lambda-powertools/logger": "2.0.2",
"@aws-lambda-powertools/tracer": "2.0.2",
"@aws-lambda-powertools/logger": "2.0.3",
"@aws-lambda-powertools/tracer": "2.0.3",
"@middy/core": "5.3.2",
"@middy/http-header-normalizer": "5.3.2",
"@middy/http-error-handler": "5.3.2",
Expand Down
Loading