Skip to content

Commit

Permalink
[TASK] Update uuid to v10
Browse files Browse the repository at this point in the history
| datasource | package | from  | to     |
| ---------- | ------- | ----- | ------ |
| npm        | uuid    | 9.0.1 | 10.0.0 |
  • Loading branch information
renovate[bot] authored Jun 9, 2024
1 parent 111cf38 commit f5fbe10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Resources/Private/Frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
},
"dependencies": {
"clipboard-polyfill": "^4.0.0",
"uuid": "^9.0.0"
"uuid": "^10.0.0"
}
}
8 changes: 4 additions & 4 deletions Resources/Private/Frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3576,10 +3576,10 @@ util-deprecate@^1.0.2:
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==

uuid@^9.0.0:
version "9.0.1"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30"
integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==
uuid@^10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-10.0.0.tgz#5a95aa454e6e002725c79055fd42aaba30ca6294"
integrity sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==

v8-compile-cache@^2.3.0:
version "2.4.0"
Expand Down

0 comments on commit f5fbe10

Please sign in to comment.