File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 22
22
timeout-minutes : 15
23
23
post-test-steps : |
24
24
- name: Coverage Report
25
- uses: codecov/codecov-action@v3
25
+ uses: codecov/codecov-action@v4
26
26
automerge :
27
27
if : >
28
28
github.event_name == 'pull_request' && github.event.pull_request.user.login == 'dependabot[bot]'
Original file line number Diff line number Diff line change 104
104
"@sinonjs/fake-timers" : " ^11.1.0" ,
105
105
"@types/node" : " ^18.0.3" ,
106
106
"abort-controller" : " ^3.0.0" ,
107
+ "axios" : " ^1.6.5" ,
107
108
"borp" : " ^0.5.0" ,
109
+ "bufferutil" : " ^4.0.8" ,
108
110
"chai" : " ^4.3.4" ,
109
111
"chai-as-promised" : " ^7.1.1" ,
110
112
"chai-iterator" : " ^3.0.2" ,
115
117
"docsify-cli" : " ^4.4.3" ,
116
118
"form-data" : " ^4.0.0" ,
117
119
"formdata-node" : " ^6.0.3" ,
120
+ "got" : " ^14.0.0" ,
118
121
"https-pem" : " ^3.0.0" ,
119
122
"husky" : " ^9.0.7" ,
120
123
"import-fresh" : " ^3.3.0" ,
123
126
"jsfuzz" : " ^1.0.15" ,
124
127
"mitata" : " ^0.1.6" ,
125
128
"mocha" : " ^10.0.0" ,
129
+ "node-fetch" : " ^3.3.2" ,
126
130
"p-timeout" : " ^3.2.0" ,
127
131
"pre-commit" : " ^1.2.2" ,
128
132
"proxy" : " ^1.0.2" ,
129
133
"proxyquire" : " ^2.1.3" ,
134
+ "request" : " ^2.88.2" ,
130
135
"sinon" : " ^17.0.1" ,
131
136
"snazzy" : " ^9.0.0" ,
132
137
"standard" : " ^17.0.0" ,
133
138
"tap" : " ^16.1.0" ,
134
139
"tsd" : " ^0.30.1" ,
135
140
"typescript" : " ^5.0.2" ,
141
+ "utf-8-validate" : " ^5.0.10" ,
136
142
"wait-on" : " ^7.0.1" ,
137
- "ws" : " ^8.11.0" ,
138
- "axios" : " ^1.6.5" ,
139
- "got" : " ^14.0.0" ,
140
- "node-fetch" : " ^3.3.2" ,
141
- "request" : " ^2.88.2"
143
+ "ws" : " ^8.11.0"
142
144
},
143
145
"engines" : {
144
146
"node" : " >=18.0"
You can’t perform that action at this time.
0 commit comments