Skip to content

Bump duckdb-async from 0.10.2 to 1.1.3 in /server/node-service #1307

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

Merged
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
2 changes: 1 addition & 1 deletion server/node-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"axios": "^1.7.7",
"base64-arraybuffer": "^1.0.2",
"bluebird": "^3.7.2",
"duckdb-async": "^0.10.0",
"duckdb-async": "^1.1.3",
"dynamodb-data-types": "^4.0.1",
"express": "^4.21.0",
"express-async-errors": "^3.1.1",
Expand Down
20 changes: 10 additions & 10 deletions server/node-service/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5312,23 +5312,23 @@ __metadata:
languageName: node
linkType: hard

"duckdb-async@npm:^0.10.0":
version: 0.10.2
resolution: "duckdb-async@npm:0.10.2"
"duckdb-async@npm:^1.1.3":
version: 1.1.3
resolution: "duckdb-async@npm:1.1.3"
dependencies:
duckdb: 0.10.2
checksum: 965fdba9b92a9fcb1fdea263b846c11145a515af4afe806afd8f3908113467f756624b59fa3351ed6d4893dc1c81410b763abb44d08619d4ace5e6407e4136be
duckdb: 1.1.3
checksum: f4fe4854811a1818c177540dab36ff95d59f0de4065bdcd8b1a02c609ab52bbf5648f86011af6078db1a07d47f277884d073b7211990ba3d1f6bbf39d17153fe
languageName: node
linkType: hard

"duckdb@npm:0.10.2":
version: 0.10.2
resolution: "duckdb@npm:0.10.2"
"duckdb@npm:1.1.3":
version: 1.1.3
resolution: "duckdb@npm:1.1.3"
dependencies:
"@mapbox/node-pre-gyp": ^1.0.0
node-addon-api: ^7.0.0
node-gyp: ^9.3.0
checksum: 5d55c4a2e79fec84de8d590c275daac69f7d3e556802c13ad2909bb05cc91cf2603cf84c9ad8d7fe102a8f094a37808a9c9d2bbcef15404e2c5f906134bda797
checksum: 026ed420f1884fec5909b334e055dd85e86c3edda4f3e3aab599048fdc81903ddc060837bd04a41de2857959f7a6cba52183a4c39c23b947d3c86113ab9dcd98
languageName: node
linkType: hard

Expand Down Expand Up @@ -7751,7 +7751,7 @@ __metadata:
bluebird: ^3.7.2
commander: ^10.0.0
copyfiles: ^2.4.1
duckdb-async: ^0.10.0
duckdb-async: ^1.1.3
dynamodb-data-types: ^4.0.1
express: ^4.21.0
express-async-errors: ^3.1.1
Expand Down
Loading