Skip to content

Commit b2f2336

Browse files
authored
chore: bump axios and form-data packages
fixes: https://jsw.ibm.com/browse/MASMON-4392
2 parents 087ed5c + 06ed3cd commit b2f2336

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wiotp/sdk",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"description": "SDK for developing device, gateway, and application clients for IBM Watson IoT Platform",
55
"main": "dist/index.js",
66
"files": [
@@ -14,13 +14,13 @@
1414
"access": "public"
1515
},
1616
"dependencies": {
17-
"axios": "^1.7.9",
17+
"axios": "^1.11.0",
1818
"bluebird": "^3.7.2",
1919
"btoa": "^1.2.1",
2020
"concat-stream": "^2.0.0",
2121
"esm": "^3.2.25",
2222
"events": "^3.3.0",
23-
"form-data": "^4.0.1",
23+
"form-data": "^4.0.4",
2424
"format": "^0.2.2",
2525
"loglevel": "^1.9.2",
2626
"mqtt": "^4.3.8",

0 commit comments

Comments
 (0)