Skip to content

Commit d937e59

Browse files
committed
fix: update uuid module
1 parent c2c2243 commit d937e59

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
"dependencies": {
5555
"prop-types": "^15.7.2",
56-
"uuid": "^7.0.2"
56+
"uuid": "^7.0.3"
5757
},
5858
"devDependencies": {
5959
"@babel/cli": "^7.7.4",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -11955,10 +11955,10 @@ uuid@^3.3.2:
1195511955
version "3.3.3"
1195611956
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866"
1195711957

11958-
uuid@^7.0.2:
11959-
version "7.0.2"
11960-
resolved "https://registry.yarnpkg.org/uuid/-/uuid-7.0.2.tgz#7ff5c203467e91f5e0d85cfcbaaf7d2ebbca9be6"
11961-
integrity sha512-vy9V/+pKG+5ZTYKf+VcphF5Oc6EFiu3W8Nv3P3zIh0EqVI80ZxOzuPfe9EHjkFNvf8+xuTHVeei4Drydlx4zjw==
11958+
uuid@^7.0.3:
11959+
version "7.0.3"
11960+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.3.tgz#c5c9f2c8cf25dc0a372c4df1441c41f5bd0c680b"
11961+
integrity sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==
1196211962

1196311963
v8-compile-cache@^2.0.3, v8-compile-cache@^2.1.0:
1196411964
version "2.1.0"

0 commit comments

Comments
 (0)