Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump async from 3.2.0 to 3.2.2 #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
122 changes: 119 additions & 3 deletions LabJack-nodejs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion LabJack-nodejs/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
"dependencies": {
"allocate_buffer": "^1.0.0",
"async": "1.5.2",
"async": "3.2.2",
"diff": "^4.0.1",
"ljm-ffi": "*",
"ljswitchboard-ljm_driver_constants": "*",
Expand Down
6 changes: 3 additions & 3 deletions LabJack-process_manager/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion LabJack-process_manager/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"node_modules"
],
"dependencies": {
"async": "1.5.2",
"async": "3.2.2",
"dict": "1.4.0",
"q": "1.5.1"
},
Expand Down
6 changes: 3 additions & 3 deletions lj-apps-win-registry-info/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lj-apps-win-registry-info/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"url": "https://github.com/labjack/labjack_kipling/issues"
},
"dependencies": {
"async": "1.5.2",
"async": "3.2.2",
"winreg": "1.2.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion lj_async_0_to_x_shim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"chai": "^4.2.0"
},
"dependencies": {
"async": "3.1.0"
"async": "3.2.2"
}
}
41 changes: 38 additions & 3 deletions ljm-ffi/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ljm-ffi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lib"
],
"dependencies": {
"async": "1.5.2",
"async": "3.2.2",
"ffi-napi": "2.4.6",
"ljswitchboard-ljm_driver_constants": "*",
"ljswitchboard-modbus_map": "*",
Expand Down
6 changes: 3 additions & 3 deletions ljm-shell_logger/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ljm-shell_logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"homepage": "https://github.com/labjack/labjack_kipling/tree/master/ljm-shell_logger",
"dependencies": {
"async": "1.5.2",
"async": "3.2.2",
"chalk": "1.1.x",
"q": "1.5.1",
"shell": "0.3.x",
Expand Down
6 changes: 3 additions & 3 deletions ljmmm-parse/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ljmmm-parse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"test": "mocha"
},
"dependencies": {
"async": "1.5.2",
"async": "3.2.2",
"sprintf-js": "1.1.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion ljswitchboard-builder/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"adm-zip": "0.4.13",
"archiver": "3.1.1",
"async": "3.1.0",
"async": "3.2.2",
"colors": "1.4.0",
"concat-stream": "1.5.2",
"decompress": "4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion ljswitchboard-core/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"url": "https://github.com/labjack/labjack_kipling/issues"
},
"dependencies": {
"async": "1.5.2",
"async": "3.2.2",
"q": "1.5.1"
},
"devDependencies": {
Expand Down
Loading