Skip to content

Commit 087ed5c

Browse files
authored
chore: bump packages
2 parents 0b22dfc + de1b770 commit 087ed5c

File tree

1 file changed

+21
-17
lines changed

1 file changed

+21
-17
lines changed

package.json

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wiotp/sdk",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "SDK for developing device, gateway, and application clients for IBM Watson IoT Platform",
55
"main": "dist/index.js",
66
"files": [
@@ -14,40 +14,40 @@
1414
"access": "public"
1515
},
1616
"dependencies": {
17-
"axios": "^1.6.5",
17+
"axios": "^1.7.9",
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.0",
23+
"form-data": "^4.0.1",
2424
"format": "^0.2.2",
25-
"loglevel": "^1.8.1",
25+
"loglevel": "^1.9.2",
2626
"mqtt": "^4.3.8",
27-
"systeminformation": "^5.21.22",
27+
"systeminformation": "^5.25.11",
2828
"tinycache": "^1.1.2",
2929
"uuid": "^9.0.1",
30-
"yaml": "^2.3.4",
30+
"yaml": "2.6.1",
3131
"yargs": "^17.7.2"
3232
},
3333
"devDependencies": {
34-
"@babel/cli": "^7.23.4",
35-
"@babel/core": "^7.23.7",
36-
"@babel/preset-env": "^7.23.8",
37-
"@babel/register": "^7.23.7",
38-
"@ibm-cloud/cloudant": "^0.8.2",
34+
"@babel/cli": "^7.26.4",
35+
"@babel/core": "^7.26.0",
36+
"@babel/preset-env": "^7.26.0",
37+
"@babel/register": "^7.25.9",
38+
"@ibm-cloud/cloudant": "^0.8.3",
3939
"@istanbuljs/nyc-config-babel": "^3.0.0",
4040
"babel-plugin-istanbul": "^6.1.1",
4141
"babelify": "^10.0.0",
42-
"browserify": "^17.0.0",
43-
"chai": "^4.4.1",
44-
"chai-as-promised": "^7.1.1",
42+
"browserify": "^17.0.1",
43+
"chai": "^4.5.0",
44+
"chai-as-promised": "^7.1.2",
4545
"coveralls": "3.1.1",
46-
"mocha": "^10.2.0",
46+
"mocha": "^10.8.2",
4747
"mocha-steps": "^1.3.0",
4848
"nyc": "15.1.0",
49-
"rimraf": "^5.0.5",
50-
"terser": "^5.26.0"
49+
"rimraf": "^5.0.10",
50+
"terser": "^5.37.0"
5151
},
5252
"scripts": {
5353
"clean": "rimraf dist/*",
@@ -71,6 +71,10 @@
7171
{
7272
"name": "Bryan Boyd",
7373
"email": "[email protected]"
74+
},
75+
{
76+
"name": "Amritha Raj Herle",
77+
"email": "[email protected]"
7478
}
7579
],
7680
"repository": {

0 commit comments

Comments
 (0)