Skip to content

Commit

Permalink
Merge pull request #1124 from terascope/bundled-deps-2024-12-03
Browse files Browse the repository at this point in the history
Bundled dependency update 2024-12-03
  • Loading branch information
sotojn authored Dec 3, 2024
2 parents ac314d8 + 5dc8d4d commit 8f71210
Show file tree
Hide file tree
Showing 4 changed files with 214 additions and 388 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.6.1",
"@terascope/job-components": "~1.6.2",
"csvtojson": "~2.0.10",
"fs-extra": "~11.2.0",
"json2csv": "5.0.7",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@
},
"dependencies": {},
"devDependencies": {
"@terascope/eslint-config": "~1.1.1",
"@terascope/eslint-config": "~1.1.2",
"@terascope/file-asset-apis": "~1.0.3",
"@terascope/job-components": "~1.6.1",
"@terascope/scripts": "~1.5.2",
"@terascope/job-components": "~1.6.2",
"@terascope/scripts": "~1.5.3",
"@types/fs-extra": "~11.0.2",
"@types/jest": "~29.5.14",
"@types/json2csv": "~5.0.7",
"@types/node": "~22.9.3",
"@types/node-gzip": "~1.1.0",
"eslint": "~9.15.0",
"eslint": "~9.16.0",
"fs-extra": "~11.2.0",
"jest": "~29.7.0",
"jest-extended": "~4.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/file-asset-apis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test:watch": "ts-scripts test --watch . --"
},
"dependencies": {
"@aws-sdk/client-s3": "~3.699.0",
"@aws-sdk/client-s3": "~3.703.0",
"@smithy/node-http-handler": "~3.3.1",
"@terascope/utils": "~1.4.1",
"csvtojson": "~2.0.10",
Expand All @@ -31,7 +31,7 @@
"node-gzip": "~1.1.2"
},
"devDependencies": {
"@terascope/scripts": "~1.5.2",
"@terascope/scripts": "~1.5.3",
"@types/jest": "~29.5.14",
"aws-sdk-client-mock": "~4.1.0",
"jest": "~29.7.0",
Expand Down
Loading

0 comments on commit 8f71210

Please sign in to comment.