File tree Expand file tree Collapse file tree 5 files changed +1217
-2430
lines changed Expand file tree Collapse file tree 5 files changed +1217
-2430
lines changed Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
strategy :
17
17
matrix :
18
- node-version : [16, 18, 20]
18
+ node-version : [18, 20]
19
19
steps :
20
20
- name : Checkout
21
21
uses : actions/checkout@v3
Original file line number Diff line number Diff line change 26
26
- name : Setup node/yarn
27
27
uses : actions/setup-node@v3
28
28
with :
29
- node-version : 16
29
+ node-version : 18
30
30
cache : ' yarn'
31
31
cache-dependency-path : ' **/yarn.lock'
32
32
@@ -153,7 +153,7 @@ jobs:
153
153
# - name: Setup node/yarn
154
154
# uses: actions/setup-node@v3
155
155
# with:
156
- # node-version: 16
156
+ # node-version: 18
157
157
# cache: 'yarn'
158
158
# cache-dependency-path: '**/yarn.lock'
159
159
@@ -184,7 +184,7 @@ jobs:
184
184
# - name: Setup node/yarn
185
185
# uses: actions/setup-node@v3
186
186
# with:
187
- # node-version: 16
187
+ # node-version: 18
188
188
# cache: 'yarn'
189
189
# cache-dependency-path: '**/yarn.lock'
190
190
@@ -213,7 +213,7 @@ jobs:
213
213
- name : Setup node/yarn
214
214
uses : actions/setup-node@v3
215
215
with :
216
- node-version : 16
216
+ node-version : 18
217
217
cache : " yarn"
218
218
cache-dependency-path : " **/yarn.lock"
219
219
Original file line number Diff line number Diff line change 47
47
// Exposure of sensitive information in follow-redirects
48
48
" GHSA-74fj-2j2h-c42q" ,
49
49
// Open Zeppelin: Base64 encoding may read from potentially dirty memory
50
- " GHSA-9vx6-7xxf-x967"
50
+ " GHSA-9vx6-7xxf-x967" ,
51
+ // semver vulnerable to Regular Expression Denial of Service
52
+ " GHSA-c2qf-rxjj-qqgw" ,
53
+ // follow-redirects' Proxy-Authorization header kept across hosts
54
+ " GHSA-cxjh-pqwp-8mfp" ,
55
+ // Prototype Pollution in async
56
+ " GHSA-fwr7-v2mv-hh25" ,
57
+ // ws affected by a DoS when handling a request with many HTTP headers
58
+ " GHSA-3h5v-q93c-6h6q"
51
59
]
52
60
}
Original file line number Diff line number Diff line change 85
85
"ethereum-waffle" : " ^4.0.10" ,
86
86
"ethers" : " ^5.5.4" ,
87
87
"hardhat" : " ^2.17.2" ,
88
+ "hardhat-contract-sizer" : " ^2.10.0" ,
88
89
"hardhat-deploy" : " ^0.11.37" ,
89
90
"hardhat-gas-reporter" : " ^1.0.9" ,
90
91
"hardhat-ignore-warnings" : " ^0.2.9" ,
91
- "hardhat-contract-sizer" : " ^2.10.0" ,
92
92
"postinstall-postinstall" : " ^2.1.0" ,
93
93
"prettier" : " ^2.5.1" ,
94
94
"prettier-plugin-solidity" : " ^1.0.0-beta.19" ,
You can’t perform that action at this time.
0 commit comments