File tree 2 files changed +6
-16
lines changed
2 files changed +6
-16
lines changed Original file line number Diff line number Diff line change 74
74
"@yarnpkg/lockfile" : " ^1.1.0" ,
75
75
"chalk" : " ^2.4.2" ,
76
76
"cross-spawn" : " ^6.0.5" ,
77
- "find-yarn-workspace-root" : " ^1.2.1 " ,
77
+ "find-yarn-workspace-root" : " ^2.0.0 " ,
78
78
"fs-extra" : " ^7.0.1" ,
79
79
"is-ci" : " ^2.0.0" ,
80
80
"klaw-sync" : " ^6.0.0" ,
Original file line number Diff line number Diff line change @@ -1857,13 +1857,12 @@ find-up@^5.0.0:
1857
1857
locate-path "^6.0.0"
1858
1858
path-exists "^4.0.0"
1859
1859
1860
- find-yarn-workspace-root@^1.2.1 :
1861
- version "1.2.1 "
1862
- resolved "https://registry.yarnpkg.com/find-yarn-workspace-root/-/find-yarn-workspace-root-1.2.1. tgz#40eb8e6e7c2502ddfaa2577c176f221422f860db "
1863
- integrity sha512-dVtfb0WuQG+8Ag2uWkbG79hOUzEsRrhBzgfn86g2sJPkzmcpGdghbNTfUKGTxymFrY/tLIodDzLoW9nOJ4FY8Q ==
1860
+ find-yarn-workspace-root@^2.0.0 :
1861
+ version "2.0.0 "
1862
+ resolved "https://registry.yarnpkg.com/find-yarn-workspace-root/-/find-yarn-workspace-root-2.0.0. tgz#f47fb8d239c900eb78179aa81b66673eac88f7bd "
1863
+ integrity sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ ==
1864
1864
dependencies :
1865
- fs-extra "^4.0.3"
1866
- micromatch "^3.1.4"
1865
+ micromatch "^4.0.2"
1867
1866
1868
1867
fn-name@~2.0.1 :
1869
1868
version "2.0.1"
@@ -1894,15 +1893,6 @@ fragment-cache@^0.2.1:
1894
1893
dependencies :
1895
1894
map-cache "^0.2.2"
1896
1895
1897
- fs-extra@^4.0.3 :
1898
- version "4.0.3"
1899
- resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.3.tgz#0d852122e5bc5beb453fb028e9c0c9bf36340c94"
1900
- integrity sha512-q6rbdDd1o2mAnQreO7YADIxf/Whx4AHBiRf6d+/cVT8h44ss+lHgxf1FemcqDnQt9X3ct4McHr+JMGlYSsK7Cg==
1901
- dependencies :
1902
- graceful-fs "^4.1.2"
1903
- jsonfile "^4.0.0"
1904
- universalify "^0.1.0"
1905
-
1906
1896
fs-extra@^7.0.1 :
1907
1897
version "7.0.1"
1908
1898
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"
You can’t perform that action at this time.
0 commit comments