File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Release workflow
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - releases
7
7
8
8
jobs :
9
9
lint :
Original file line number Diff line number Diff line change 57
57
},
58
58
"dependencies" : {
59
59
"prop-types" : " ^15.8.1" ,
60
- "uuid" : " 8.3.2 "
60
+ "uuid" : " ^7.0.3 "
61
61
},
62
62
"devDependencies" : {
63
63
"@babel/cli" : " 7.19.3" ,
Original file line number Diff line number Diff line change @@ -8277,9 +8277,9 @@ module-deps@^6.2.3:
8277
8277
xtend "^4.0.0"
8278
8278
8279
8279
moment-timezone@^0.5.23:
8280
- version "0.5.34 "
8281
- resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.34 .tgz#a75938f7476b88f155d3504a9343f7519d9a405c "
8282
- integrity sha512-3zAEHh2hKUs3EXLESx/wsgw6IQdusOT8Bxm3D9UrHPQR7zlMmzwybC8zHEM1tQ4LJwP7fcxrWr8tuBg05fFCbg ==
8280
+ version "0.5.37 "
8281
+ resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.37 .tgz#adf97f719c4e458fdb12e2b4e87b8bec9f4eef1e "
8282
+ integrity sha512-uEDzDNFhfaywRl+vwXxffjjq1q0Vzr+fcQpQ1bU0kbzorfS7zVtZnCnGc8mhWmF39d4g4YriF6kwA75mJKE/Zg ==
8283
8283
dependencies:
8284
8284
moment ">= 2.9.0"
8285
8285
@@ -11912,16 +11912,16 @@ util@~0.12.0:
11912
11912
safe-buffer "^5.1.2"
11913
11913
which-typed-array "^1.1.2"
11914
11914
11915
-
11916
- version "8.3.2"
11917
- resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
11918
- integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
11919
-
11920
11915
uuid@^3.3.2:
11921
11916
version "3.4.0"
11922
11917
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
11923
11918
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
11924
11919
11920
+ uuid@^7.0.3:
11921
+ version "7.0.3"
11922
+ resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.3.tgz#c5c9f2c8cf25dc0a372c4df1441c41f5bd0c680b"
11923
+ integrity sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==
11924
+
11925
11925
v8-compile-cache-lib@^3.0.1:
11926
11926
version "3.0.1"
11927
11927
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf"
You can’t perform that action at this time.
0 commit comments