Skip to content

Commit

Permalink
chore(deps): update dependency @types/uuid to ^9.0.6 (#2068)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 20, 2023
1 parent e01c667 commit 5a8af5d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion localenv/mock-account-servicing-entity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@remix-run/react": "^1.19.3",
"@remix-run/serve": "^1.19.3",
"@types/node": "^18.7.12",
"@types/uuid": "^9.0.5",
"@types/uuid": "^9.0.6",
"axios": "^1.5.1",
"graphql": "^16.8.1",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@types/koa-session": "^6.4.4",
"@types/koa__cors": "^4.0.2",
"@types/koa__router": "^12.0.2",
"@types/uuid": "^9.0.5",
"@types/uuid": "^9.0.6",
"cross-fetch": "^4.0.0",
"jest-openapi": "^0.14.2",
"nock": "^13.3.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/luxon": "^3.3.3",
"@types/rosie": "^0.0.44",
"@types/tmp": "^0.2.5",
"@types/uuid": "^9.0.5",
"@types/uuid": "^9.0.6",
"cross-fetch": "^4.0.0",
"ilp-protocol-ildcp": "^2.2.3",
"ilp-protocol-stream": "^2.7.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@tailwindcss/forms": "^0.5.6",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"@types/uuid": "^9.0.5",
"@types/uuid": "^9.0.6",
"autoprefixer": "^10.4.16",
"eslint": "^8.51.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
Expand Down
20 changes: 10 additions & 10 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 5a8af5d

Please sign in to comment.