Skip to content

Commit e5c3f1f

Browse files
committed
fix: ci pipeline errors
1 parent 0808a72 commit e5c3f1f

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
timeout-minutes: 15
2323
post-test-steps: |
2424
- name: Coverage Report
25-
uses: codecov/codecov-action@v3
25+
uses: codecov/codecov-action@v4
2626
automerge:
2727
if: >
2828
github.event_name == 'pull_request' && github.event.pull_request.user.login == 'dependabot[bot]'

package.json

+7-5
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,9 @@
104104
"@sinonjs/fake-timers": "^11.1.0",
105105
"@types/node": "^18.0.3",
106106
"abort-controller": "^3.0.0",
107+
"axios": "^1.6.5",
107108
"borp": "^0.5.0",
109+
"bufferutil": "^4.0.8",
108110
"chai": "^4.3.4",
109111
"chai-as-promised": "^7.1.1",
110112
"chai-iterator": "^3.0.2",
@@ -115,6 +117,7 @@
115117
"docsify-cli": "^4.4.3",
116118
"form-data": "^4.0.0",
117119
"formdata-node": "^6.0.3",
120+
"got": "^14.0.0",
118121
"https-pem": "^3.0.0",
119122
"husky": "^9.0.7",
120123
"import-fresh": "^3.3.0",
@@ -123,22 +126,21 @@
123126
"jsfuzz": "^1.0.15",
124127
"mitata": "^0.1.6",
125128
"mocha": "^10.0.0",
129+
"node-fetch": "^3.3.2",
126130
"p-timeout": "^3.2.0",
127131
"pre-commit": "^1.2.2",
128132
"proxy": "^1.0.2",
129133
"proxyquire": "^2.1.3",
134+
"request": "^2.88.2",
130135
"sinon": "^17.0.1",
131136
"snazzy": "^9.0.0",
132137
"standard": "^17.0.0",
133138
"tap": "^16.1.0",
134139
"tsd": "^0.30.1",
135140
"typescript": "^5.0.2",
141+
"utf-8-validate": "^5.0.10",
136142
"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"
142144
},
143145
"engines": {
144146
"node": ">=18.0"

0 commit comments

Comments
 (0)