Skip to content

Commit 0c8b476

Browse files
authored
fix: apply axios vulnerability fix (#1000)
1 parent 1b3eace commit 0c8b476

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"depcheck": "depcheck ."
6262
},
6363
"dependencies": {
64-
"axios": "^0.28.1",
64+
"axios": "^0.30.0",
6565
"cafe-utility": "^27.14.2",
6666
"isomorphic-ws": "^4.0.1",
6767
"semver": "^7.3.5",

test/regression/bee-js-986.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ test('bee-js/986 - Headers not merging properly', async () => {
3434
'swarm-encrypt': 'true',
3535
'swarm-postage-batch-id': 'f8b2ad296d64824a8fe51a33ff15fe8668df13a20ad3d4eea4bb97ca600029aa',
3636
'swarm-tag': '1337',
37-
'user-agent': 'axios/0.28.1',
37+
'user-agent': 'axios/0.30.0',
3838
},
3939
method: 'POST',
4040
url: '/bzz?name=filename.txt',
@@ -51,7 +51,7 @@ test('bee-js/986 - Headers not merging properly', async () => {
5151
'swarm-encrypt': 'true',
5252
'swarm-postage-batch-id': 'f8b2ad296d64824a8fe51a33ff15fe8668df13a20ad3d4eea4bb97ca600029aa',
5353
'swarm-tag': '1338',
54-
'user-agent': 'axios/0.28.1',
54+
'user-agent': 'axios/0.30.0',
5555
},
5656
method: 'POST',
5757
url: '/bzz?name=filename.txt',

0 commit comments

Comments
 (0)