Skip to content

Commit

Permalink
feat: upgrade uuid from 7.0.3 to 9.0.1
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade uuid from 7.0.3 to 9.0.1.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/macpro-mdct/project/09eaf66d-df6d-46fe-9a1d-af8bb99d93f3?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Jan 3, 2024
1 parent e23abdb commit 2b253e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion services/uploads/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"json2csv": "^5.0.6",
"jsonwebtoken": "9.0.0",
"luxon": "3.3.0",
"uuid": "^7.0.3"
"uuid": "^9.0.1"
},
"resolutions": {
"xml2js": "^0.5.0"
Expand Down
8 changes: 4 additions & 4 deletions services/uploads/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2842,10 +2842,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131"
integrity sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==

uuid@^7.0.3:
version "7.0.3"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.3.tgz#c5c9f2c8cf25dc0a372c4df1441c41f5bd0c680b"
integrity sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==
uuid@^9.0.1:
version "9.0.1"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30"
integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==

vary@^1.1.2:
version "1.1.2"
Expand Down

0 comments on commit 2b253e1

Please sign in to comment.