Skip to content

Commit

Permalink
chore(deps): update dependency @types/uuid to ^9.0.7 (#2205)
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 Nov 21, 2023
1 parent 33ef241 commit 1fbd849
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.6",
"@types/uuid": "^9.0.7",
"axios": "^1.6.0",
"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.5",
"@types/koa__cors": "^4.0.3",
"@types/koa__router": "^12.0.4",
"@types/uuid": "^9.0.6",
"@types/uuid": "^9.0.7",
"cross-fetch": "^4.0.0",
"jest-openapi": "^0.14.2",
"nock": "^13.3.8",
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.45",
"@types/tmp": "^0.2.6",
"@types/uuid": "^9.0.6",
"@types/uuid": "^9.0.7",
"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.7",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/uuid": "^9.0.6",
"@types/uuid": "^9.0.7",
"autoprefixer": "^10.4.16",
"eslint": "^8.53.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
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 1fbd849

Please sign in to comment.