Skip to content

Commit

Permalink
api/package.json: Upgrade uuid package
Browse files Browse the repository at this point in the history
  • Loading branch information
victorges committed Jan 20, 2023
1 parent 8d44648 commit e47a8e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"string-template": "^1.0.0",
"stripe": "^8.93.0",
"tus-node-server": "^0.9.0",
"uuid": "^3.3.2",
"uuid": "^9.0.0",
"whatwg-fetch": "^3.4.0",
"winston": "^3.2.1",
"wolfy87-eventemitter": "^5.2.9",
Expand All @@ -122,7 +122,7 @@
"@types/mustache": "^4.1.1",
"@types/node-fetch": "^2.5.10",
"@types/pg": "^7.14.4",
"@types/uuid": "^8.3.0",
"@types/uuid": "^9.0.0",
"ajv-pack": "^0.3.1",
"cloudflare": "^2.7.0",
"esm": "^3.2.22",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7211,10 +7211,10 @@
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.6.tgz#250a7b16c3b91f672a24552ec64678eeb1d3a08d"
integrity sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==

"@types/uuid@^8.3.0":
version "8.3.4"
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.4.tgz#bd86a43617df0594787d38b735f55c805becf1bc"
integrity sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==
"@types/uuid@^9.0.0":
version "9.0.0"
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.0.tgz#53ef263e5239728b56096b0a869595135b7952d2"
integrity sha512-kr90f+ERiQtKWMz5rP32ltJ/BtULDI5RVO0uavn1HQUOwjx0R1h0rnDYNL0CepF1zL5bSY6FISAfd9tOdDhU5Q==

"@types/ws@^6.0.1":
version "6.0.4"
Expand Down

0 comments on commit e47a8e4

Please sign in to comment.