Skip to content

Commit

Permalink
fix: update uuid module
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf committed Apr 2, 2020
1 parent c2c2243 commit d937e59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -53,7 +53,7 @@
},
"dependencies": {
"prop-types": "^15.7.2",
"uuid": "^7.0.2"
"uuid": "^7.0.3"
},
"devDependencies": {
"@babel/cli": "^7.7.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -11955,10 +11955,10 @@ uuid@^3.3.2:
version "3.3.3"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866"

uuid@^7.0.2:
version "7.0.2"
resolved "https://registry.yarnpkg.org/uuid/-/uuid-7.0.2.tgz#7ff5c203467e91f5e0d85cfcbaaf7d2ebbca9be6"
integrity sha512-vy9V/+pKG+5ZTYKf+VcphF5Oc6EFiu3W8Nv3P3zIh0EqVI80ZxOzuPfe9EHjkFNvf8+xuTHVeei4Drydlx4zjw==
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==

v8-compile-cache@^2.0.3, v8-compile-cache@^2.1.0:
version "2.1.0"
Expand Down

0 comments on commit d937e59

Please sign in to comment.