Skip to content

Commit

Permalink
chore: bump libraries causing vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurapov committed Nov 5, 2024
1 parent b912bff commit b9439c0
Show file tree
Hide file tree
Showing 6 changed files with 1,044 additions and 678 deletions.
10 changes: 5 additions & 5 deletions localenv/mock-account-servicing-entity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"@apollo/client": "^3.11.8",
"@headlessui/react": "^1.7.18",
"@interledger/http-signature-utils": "2.0.2",
"@remix-run/node": "^2.6.0",
"@remix-run/react": "^2.6.0",
"@remix-run/serve": "^2.6.0",
"@remix-run/node": "^2.13.1",
"@remix-run/react": "^2.13.1",
"@remix-run/serve": "^2.13.1",
"@types/node": "^18.7.12",
"@types/uuid": "^9.0.8",
"axios": "^1.6.8",
Expand All @@ -29,10 +29,10 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@remix-run/dev": "^2.6.0",
"@remix-run/dev": "^2.13.1",
"@tailwindcss/forms": "^0.5.9",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.22",
"@tailwindcss/forms": "^0.5.9",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@interledger/open-payments": "6.13.2",
"@interledger/openapi": "2.0.1",
"@koa/cors": "^5.0.0",
"@koa/router": "^12.0.0",
"@koa/router": "^13.1.0",
"ajv": "^8.12.0",
"axios": "^1.7.4",
"dotenv": "^16.4.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@interledger/pay": "0.4.0-alpha.9",
"@interledger/stream-receiver": "^0.3.3-alpha.3",
"@koa/cors": "^5.0.0",
"@koa/router": "^12.0.0",
"@koa/router": "^13.1.0",
"@opentelemetry/api": "^1.8.0",
"@opentelemetry/exporter-metrics-otlp-grpc": "^0.49.1",
"@opentelemetry/exporter-trace-otlp-grpc": "^0.52.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"dependencies": {
"@astrojs/markdown-remark": "^5.2.0",
"@astrojs/starlight": "^0.25.5",
"@astrojs/starlight": "^0.28.6",
"@interledger/docs-design-system": "^0.5.2",
"astro": "4.16.1",
"astro": "4.16.9",
"astro-graphql-plugin": "^0.3.0",
"graphql": "16.8.1",
"mermaid": "^10.9.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,25 @@
"@headlessui/react": "^1.7.18",
"@ory/client": "^1.9.0",
"@ory/integrations": "^1.1.5",
"@remix-run/node": "^2.6.0",
"@remix-run/react": "^2.6.0",
"@remix-run/serve": "^2.6.0",
"@remix-run/node": "^2.13.1",
"@remix-run/react": "^2.13.1",
"@remix-run/serve": "^2.13.1",
"axios": "^1.7.4",
"class-variance-authority": "^0.7.0",
"graphql": "^16.8.1",
"ilp-packet": "3.1.4-alpha.2",
"isbot": "^5.1.2",
"json-canonicalize": "^1.0.6",
"pino": "^8.19.0",
"qs": "^6.11.2",
"json-canonicalize": "^1.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"uuid": "^9.0.1",
"yaml": "^2.6.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@remix-run/dev": "^2.6.0",
"@remix-run/dev": "^2.13.1",
"@remix-run/eslint-config": "^2.6.0",
"@tailwindcss/forms": "^0.5.9",
"@types/node": "^20.12.5",
Expand Down
Loading

0 comments on commit b9439c0

Please sign in to comment.