diff --git a/.gitignore b/.gitignore index 807a9970..f862ff94 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ # Node node_modules/ package-lock.json +*.tgz # Generated declaration output (built by `npm run build:types`, shipped via the # package `files` allowlist; never committed). diff --git a/package.json b/package.json index a953dadf..dca6bc83 100644 --- a/package.json +++ b/package.json @@ -63,11 +63,11 @@ "smoke": "node ./hypaware-core/smoke/index.js" }, "dependencies": { - "@aws-sdk/client-s3": "3.1103.0", + "@aws-sdk/client-s3": "3.1105.0", "@aws-sdk/credential-provider-ini": "3.973.12", "hyparquet": "1.27.1", "hyparquet-compressors": "1.1.1", - "icebird": "0.8.15", + "icebird": "0.8.16", "squirreling": "0.15.0" }, "optionalDependencies": {