Skip to content

Commit 2329d35

Browse files
committed
Upgrade to DuckDB 1.1.3
1 parent 7ccd607 commit 2329d35

File tree

2 files changed

+33
-8
lines changed

2 files changed

+33
-8
lines changed

packages/cubejs-duckdb-driver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@cubejs-backend/base-driver": "1.1.7",
3131
"@cubejs-backend/schema-compiler": "1.1.7",
3232
"@cubejs-backend/shared": "1.1.7",
33-
"duckdb": "^1.0.0"
33+
"duckdb": "^1.1.3"
3434
},
3535
"license": "Apache-2.0",
3636
"devDependencies": {

yarn.lock

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14790,10 +14790,10 @@ draft-js@^0.10.0, draft-js@~0.10.0:
1479014790
immutable "~3.7.4"
1479114791
object-assign "^4.1.0"
1479214792

14793-
duckdb@^1.0.0:
14794-
version "1.0.0"
14795-
resolved "https://registry.yarnpkg.com/duckdb/-/duckdb-1.0.0.tgz#de81d9b93311bb816901b582de27ae75fa0e20e2"
14796-
integrity sha512-QwpcIeN42A2lL19S70mUFibZgRcEcZpCkKHdzDgecHaYZhXj3+1i2cxSDyAk/RVg5CYnqj1Dp4jAuN4cc80udA==
14793+
duckdb@^1.1.3:
14794+
version "1.1.3"
14795+
resolved "https://registry.yarnpkg.com/duckdb/-/duckdb-1.1.3.tgz#f8d5a5da4d38cc75330c404f9f17f1c8694b8bff"
14796+
integrity sha512-tIpZr2NsSkYmfGC1ETl75RuVsaDyjvR3yAOrECcIyw7bdluzcyzEXOXoiuT+4t54hT+CppZv43gk/HiZdKW9Vw==
1479714797
dependencies:
1479814798
"@mapbox/node-pre-gyp" "^1.0.0"
1479914799
node-addon-api "^7.0.0"
@@ -27222,7 +27222,7 @@ string-length@^5.0.1:
2722227222
char-regex "^2.0.0"
2722327223
strip-ansi "^7.0.1"
2722427224

27225-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
27225+
"string-width-cjs@npm:string-width@^4.2.0":
2722627226
version "4.2.3"
2722727227
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
2722827228
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -27240,6 +27240,15 @@ string-width@^1.0.1:
2724027240
is-fullwidth-code-point "^1.0.0"
2724127241
strip-ansi "^3.0.0"
2724227242

27243+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
27244+
version "4.2.3"
27245+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
27246+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
27247+
dependencies:
27248+
emoji-regex "^8.0.0"
27249+
is-fullwidth-code-point "^3.0.0"
27250+
strip-ansi "^6.0.1"
27251+
2724327252
string-width@^2.1.1:
2724427253
version "2.1.1"
2724527254
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
@@ -27338,7 +27347,7 @@ string_decoder@~1.1.1:
2733827347
dependencies:
2733927348
safe-buffer "~5.1.0"
2734027349

27341-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
27350+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
2734227351
version "6.0.1"
2734327352
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
2734427353
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -27366,6 +27375,13 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
2736627375
dependencies:
2736727376
ansi-regex "^4.1.0"
2736827377

27378+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
27379+
version "6.0.1"
27380+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
27381+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
27382+
dependencies:
27383+
ansi-regex "^5.0.1"
27384+
2736927385
strip-ansi@^7.0.1:
2737027386
version "7.1.0"
2737127387
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -29682,7 +29698,7 @@ wordwrap@^1.0.0:
2968229698
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
2968329699
integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=
2968429700

29685-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
29701+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
2968629702
version "7.0.0"
2968729703
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
2968829704
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -29717,6 +29733,15 @@ wrap-ansi@^6.2.0:
2971729733
string-width "^4.1.0"
2971829734
strip-ansi "^6.0.0"
2971929735

29736+
wrap-ansi@^7.0.0:
29737+
version "7.0.0"
29738+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
29739+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
29740+
dependencies:
29741+
ansi-styles "^4.0.0"
29742+
string-width "^4.1.0"
29743+
strip-ansi "^6.0.0"
29744+
2972029745
wrap-ansi@^8.1.0:
2972129746
version "8.1.0"
2972229747
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)