Skip to content

Commit 01bf0ec

Browse files
authored
Merge pull request #670 from Alxblsk/bump-uuid
chore(dependency): upgrade uuid package to the recent version
2 parents f08e999 + b7a7139 commit 01bf0ec

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

Diff for: example/yarn.lock

+5
Original file line numberDiff line numberDiff line change
@@ -6786,6 +6786,11 @@ uuid@^3.0.1, uuid@^3.3.2:
67866786
version "3.3.3"
67876787
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866"
67886788

6789+
uuid@^8.3.2:
6790+
version "8.3.2"
6791+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
6792+
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
6793+
67896794
validate-npm-package-license@^3.0.1:
67906795
version "3.0.4"
67916796
resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a"

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
"dependencies": {
5959
"prop-types": "^15.7.2",
60-
"uuid": "^7.0.3"
60+
"uuid": "^8.3.2"
6161
},
6262
"devDependencies": {
6363
"@babel/cli": "^7.7.4",

Diff for: yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -14515,10 +14515,10 @@ uuid@^3.3.3:
1451514515
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
1451614516
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
1451714517

14518-
uuid@^7.0.3:
14519-
version "7.0.3"
14520-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.3.tgz#c5c9f2c8cf25dc0a372c4df1441c41f5bd0c680b"
14521-
integrity sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==
14518+
uuid@^8.3.2:
14519+
version "8.3.2"
14520+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
14521+
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
1452214522

1452314523
v8-compile-cache@^2.0.3, v8-compile-cache@^2.1.0:
1452414524
version "2.1.0"

0 commit comments

Comments
 (0)