Skip to content

Commit

Permalink
chore: update dependencies (#772)
Browse files Browse the repository at this point in the history
* chore: update dependencies

* chore: fix lockfile

* chore: fix lockfile

* chore(fix): lockfile
  • Loading branch information
sabineschaller authored Nov 22, 2022
1 parent cb3940b commit 1e2b524
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 86 deletions.
12 changes: 6 additions & 6 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"@types/koa-bodyparser": "^4.3.7",
"@types/koa__cors": "^3.0.2",
"@types/koa__router": "^8.0.11",
"@types/lodash": "^4.14.184",
"@types/lodash": "^4.14.189",
"@types/luxon": "^3.0.0",
"@types/react": "^18.0.17",
"@types/react": "^18.0.25",
"@types/rosie": "^0.0.40",
"@types/tmp": "^0.2.3",
"@types/uuid": "^8.3.4",
"apollo-server": "^3.10.1",
"auth": "workspace:../auth",
"cross-fetch": "^3.1.4",
"ilp-protocol-ildcp": "^2.2.2",
"ilp-protocol-stream": "^2.7.0",
"ilp-protocol-ildcp": "^2.2.3",
"ilp-protocol-stream": "^2.7.1",
"jest-openapi": "^0.14.2",
"nock": "^13.1.0",
"node-mocks-http": "^1.10.1",
Expand Down Expand Up @@ -68,7 +68,7 @@
"graphql-tools": "^8.3.3",
"ilp-packet": "3.1.4-alpha.1",
"ilp-protocol-ccp": "^1.2.2",
"ilp-protocol-ildcp": "^2.2.2",
"ilp-protocol-ildcp": "^2.2.3",
"ioredis": "^5.2.2",
"iso8601-duration": "^2.1.1",
"json-canonicalize": "^1.0.4",
Expand All @@ -80,8 +80,8 @@
"objection": "^3.0.1",
"objection-db-errors": "^1.1.2",
"oer-utils": "5.1.3-alpha.1",
"openapi": "workspace:../openapi",
"open-payments": "workspace:../open-payments",
"openapi": "workspace:../openapi",
"pg": "^8.6.0",
"pino": "^8.4.2",
"pino-pretty": "^9.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/mock-account-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@remix-run/eslint-config": "^1.6.8",
"@types/lodash": "^4.14.184",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-dom": "^18.0.9",
"eslint": "^8.20.0",
"typescript": "^4.7.4"
},
Expand Down
Loading

0 comments on commit 1e2b524

Please sign in to comment.