Skip to content

Commit

Permalink
Merge pull request #1139 from terascope/bundled-deps-2025-01-02
Browse files Browse the repository at this point in the history
bundled dependency updates 2025-01-02
  • Loading branch information
busma13 authored Jan 2, 2025
2 parents ae04d28 + 9f2d103 commit d8a6c34
Show file tree
Hide file tree
Showing 4 changed files with 336 additions and 297 deletions.
2 changes: 1 addition & 1 deletion asset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@terascope/file-asset-apis": "~1.0.3",
"@terascope/job-components": "~1.7.0",
"@terascope/job-components": "~1.8.0",
"csvtojson": "~2.0.10",
"fs-extra": "~11.2.0",
"json2csv": "5.0.7",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"devDependencies": {
"@terascope/eslint-config": "~1.1.3",
"@terascope/file-asset-apis": "~1.0.3",
"@terascope/job-components": "~1.7.0",
"@terascope/scripts": "~1.6.0",
"@terascope/job-components": "~1.8.0",
"@terascope/scripts": "~1.7.1",
"@types/fs-extra": "~11.0.2",
"@types/jest": "~29.5.14",
"@types/json2csv": "~5.0.7",
"@types/node": "~22.10.2",
"@types/node": "~22.10.3",
"@types/node-gzip": "~1.1.0",
"eslint": "~9.17.0",
"fs-extra": "~11.2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/file-asset-apis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
"test:watch": "ts-scripts test --watch . --"
},
"dependencies": {
"@aws-sdk/client-s3": "~3.712.0",
"@smithy/node-http-handler": "~3.3.2",
"@terascope/utils": "~1.5.0",
"@aws-sdk/client-s3": "~3.717.0",
"@smithy/node-http-handler": "~3.3.3",
"@terascope/utils": "~1.6.0",
"csvtojson": "~2.0.10",
"fs-extra": "~11.2.0",
"json2csv": "5.0.7",
"lz4-asm": "~0.4.2",
"node-gzip": "~1.1.2"
},
"devDependencies": {
"@terascope/scripts": "~1.6.0",
"@terascope/scripts": "~1.7.1",
"@types/jest": "~29.5.14",
"aws-sdk-client-mock": "~4.1.0",
"jest": "~29.7.0",
Expand Down
Loading

0 comments on commit d8a6c34

Please sign in to comment.