Skip to content

Commit

Permalink
Merge branch 'main' into bc/2529/cleanup-integration-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BlairCurrey committed Mar 28, 2024
2 parents 6041ee9 + 0b526f2 commit 4c32b74
Show file tree
Hide file tree
Showing 10 changed files with 53 additions and 55 deletions.
2 changes: 1 addition & 1 deletion aws/lambdas/exchange-rates/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.1

require (
github.com/aws/aws-lambda-go v1.46.0
github.com/aws/aws-sdk-go v1.51.5
github.com/aws/aws-sdk-go v1.51.9
)

require github.com/jmespath/go-jmespath v0.4.0 // indirect
2 changes: 2 additions & 0 deletions aws/lambdas/exchange-rates/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ github.com/aws/aws-sdk-go v1.51.2 h1:Ruwgz5aqIXin5Yfcgc+PCzoqW5tEGb9aDL/JWDsre7k
github.com/aws/aws-sdk-go v1.51.2/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk=
github.com/aws/aws-sdk-go v1.51.5 h1:tUHg/ZJgS2Hog4Wl4xpbBqCrmFg6AYv7gPVaCs4v0+s=
github.com/aws/aws-sdk-go v1.51.5/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk=
github.com/aws/aws-sdk-go v1.51.9 h1:w6ZlyFX7l4+ZNVPmWw7LwOHSaBDDQuP22l1gh7OYu7w=
github.com/aws/aws-sdk-go v1.51.9/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=
github.com/jmespath/go-jmespath v0.4.0/go.mod h1:T8mJZnbsbmF+m6zOOFylbeCJqk5+pHWvzYPziyZiYoo=
Expand Down
6 changes: 3 additions & 3 deletions infrastructure/helm/rafiki/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
version: 19.0.1
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 14.3.3
version: 15.1.4
- name: rafiki-auth
repository: https://interledger.github.io/helm-charts
version: 0.4.0
Expand All @@ -14,5 +14,5 @@ dependencies:
- name: rafiki-frontend
repository: https://interledger.github.io/helm-charts
version: 0.4.0
digest: sha256:a9ab17cb71b72024de25455220bde6b0a13b5f5540241f44a3d1e43b56ab4aa2
generated: "2024-03-20T12:40:24.937765893Z"
digest: sha256:3aadc4eef1a8667d4e2f3406e08b919501fb1073feb5bff0d2339719ce3904a6
generated: "2024-03-26T09:20:34.879805696Z"
2 changes: 1 addition & 1 deletion infrastructure/helm/rafiki/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
version: "19.0.1"
repository: "https://charts.bitnami.com/bitnami"
- name: postgresql
version: '14.3.3'
version: '15.1.4'
repository: 'https://charts.bitnami.com/bitnami'
- name: rafiki-auth
version: '0.4.0'
Expand Down
4 changes: 2 additions & 2 deletions localenv/mock-account-servicing-entity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@apollo/client": "^3.9.8",
"@apollo/client": "^3.9.9",
"@interledger/http-signature-utils": "2.0.2",
"@remix-run/node": "^2.6.0",
"@remix-run/react": "^2.6.0",
Expand All @@ -26,7 +26,7 @@
},
"devDependencies": {
"@remix-run/dev": "^2.6.0",
"@types/react": "^18.2.67",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.22"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@adonisjs/fold": "^8.2.0",
"@apollo/server": "^4.10.1",
"@apollo/server": "^4.10.2",
"@as-integrations/koa": "^1.1.1",
"@escape.tech/graphql-armor": "^2.4.0",
"@graphql-tools/graphql-file-loader": "^8.0.1",
Expand All @@ -49,7 +49,7 @@
"uuid": "^9.0.1"
},
"devDependencies": {
"@apollo/client": "^3.9.8",
"@apollo/client": "^3.9.9",
"@faker-js/faker": "^8.4.1",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/introspection": "4.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"postinstall": "pnpm copy-op-schemas"
},
"devDependencies": {
"@apollo/client": "^3.9.8",
"@apollo/client": "^3.9.9",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/introspection": "4.0.3",
"@graphql-codegen/typescript": "4.0.6",
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@adonisjs/fold": "^8.2.0",
"@apollo/server": "^4.10.1",
"@apollo/server": "^4.10.2",
"@as-integrations/koa": "^1.1.1",
"@escape.tech/graphql-armor": "^2.4.0",
"@faker-js/faker": "^8.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@apollo/client": "^3.9.8",
"@apollo/client": "^3.9.9",
"@headlessui/react": "^1.7.18",
"@remix-run/node": "^2.6.0",
"@remix-run/react": "^2.6.0",
Expand All @@ -29,7 +29,7 @@
"@remix-run/dev": "^2.6.0",
"@remix-run/eslint-config": "^2.6.0",
"@tailwindcss/forms": "^0.5.7",
"@types/react": "^18.2.67",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.22",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.4.19",
Expand Down
2 changes: 1 addition & 1 deletion packages/mock-account-service-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/uuid": "^9.0.8"
},
"dependencies": {
"@apollo/client": "^3.9.8",
"@apollo/client": "^3.9.9",
"@interledger/http-signature-utils": "2.0.2",
"graphql": "^16.8.1",
"pino": "^8.19.0",
Expand Down
78 changes: 37 additions & 41 deletions pnpm-lock.yaml

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

0 comments on commit 4c32b74

Please sign in to comment.