Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit 589e22a

Browse files
author
Minggang Wang
committed
Upgrade dependencies
This patch upgades: - async 2.6.0 => 3.2.0 - elint 4.19.1 => 6.8.0 - js-sha512 0.7.1 =>0.8.0 - mocha 5.0.5 =>7.1.1 - jsdom 11.5.1 => 16.2.1 - puppeteer 1.2.0 => 2.1.1 - commander 4.1.0 => 5.0.0 - rclnodejs 0.11.1 => 0.13.0 - uuid 3.1.0 => 7.0.2 Fix #None
1 parent f48ac1b commit 589e22a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@
3232
"Zhong Qiu <[email protected]>"
3333
],
3434
"devDependencies": {
35-
"async": "^2.6.0",
35+
"async": "^3.2.0",
3636
"express": "^4.16.2",
37-
"eslint": "^4.19.1",
38-
"js-sha512": "^0.7.1",
39-
"mocha": "^5.0.5",
40-
"jsdom": "^11.5.1",
41-
"puppeteer": "^1.2.0"
37+
"eslint": "^6.8.0",
38+
"js-sha512": "^0.8.0",
39+
"mocha": "^7.1.1",
40+
"jsdom": "^16.2.1",
41+
"puppeteer": "^2.1.1"
4242
},
4343
"dependencies": {
44-
"commander": "^4.1.0",
44+
"commander": "^5.0.0",
4545
"debug": "^4.1.1",
46-
"rclnodejs": "^0.11.1",
47-
"uuid": "^3.1.0",
46+
"rclnodejs": "^0.x.1",
47+
"uuid": "^7.0.2",
4848
"ws": "^7.1.1"
4949
}
5050
}

0 commit comments

Comments
 (0)