File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 52
52
"eslint-plugin-functional" : " 3.7.2" ,
53
53
"ethereum-waffle" : " 3.4.4" ,
54
54
"husky" : " 7.0.4" ,
55
- "npm-run-all2" : " 5.0.0 " ,
55
+ "npm-run-all2" : " 5.0.2 " ,
56
56
"prettier" : " 2.8.8" ,
57
57
"rimraf" : " 3.0.2" ,
58
58
"rollup" : " 2.79.1" ,
Original file line number Diff line number Diff line change @@ -1075,13 +1075,18 @@ ansi-styles@^3.2.1:
1075
1075
dependencies :
1076
1076
color-convert "^1.9.0"
1077
1077
1078
- ansi-styles@^4.0.0, ansi-styles@^4.1.0, ansi-styles@^4.2.1 :
1078
+ ansi-styles@^4.0.0, ansi-styles@^4.1.0 :
1079
1079
version "4.3.0"
1080
1080
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
1081
1081
integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
1082
1082
dependencies :
1083
1083
color-convert "^2.0.1"
1084
1084
1085
+ ansi-styles@^5.0.0 :
1086
+ version "5.2.0"
1087
+ resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b"
1088
+ integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==
1089
+
1085
1090
ansi-styles@^6.0.0, ansi-styles@^6.1.0 :
1086
1091
version "6.1.0"
1087
1092
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.1.0.tgz#87313c102b8118abd57371afab34618bf7350ed3"
@@ -6094,12 +6099,12 @@ normalize-url@^6.0.1:
6094
6099
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-6.1.0.tgz#40d0885b535deffe3f3147bec877d05fe4c5668a"
6095
6100
integrity sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==
6096
6101
6097
-
6098
- version "5.0.0 "
6099
- resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-5.0.0 .tgz#a95a0451ab8e971c9239d17aca7a39d4bc6658ed "
6100
- integrity sha512-twczQhEpj55UROtg0Xz0nzn83TanS5Re12g5g1hcdnyAhlWOt9VNHdSHf2Z6MO3/wOVqy9tEdi0ruJt5NnMgmw ==
6102
+
6103
+ version "5.0.2 "
6104
+ resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-5.0.2 .tgz#7dae8e11ba90be9edd05379414a01407416b336c "
6105
+ integrity sha512-S2G6FWZ3pNWAAKm2PFSOtEAG/N+XO/kz3+9l6V91IY+Y3XFSt7Lp7DV92KCgEboEW0hRTu0vFaMe4zXDZYaOyA ==
6101
6106
dependencies :
6102
- ansi-styles "^4.2.1 "
6107
+ ansi-styles "^5.0.0 "
6103
6108
cross-spawn "^7.0.3"
6104
6109
memorystream "^0.3.1"
6105
6110
minimatch "^3.0.4"
You can’t perform that action at this time.
0 commit comments