Skip to content

Commit

Permalink
Merge pull request #1012 from terascope/dependency-updates-2025-2-18
Browse files Browse the repository at this point in the history
bundled dependency updates
  • Loading branch information
sotojn authored Feb 18, 2025
2 parents e19e882 + 80b0dee commit 6d97121
Show file tree
Hide file tree
Showing 4 changed files with 245 additions and 248 deletions.
12 changes: 6 additions & 6 deletions asset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"test": "yarn --cwd ../ test"
},
"dependencies": {
"@faker-js/faker": "~9.4.0",
"@terascope/data-mate": "~1.7.4",
"@terascope/job-components": "~1.9.3",
"@faker-js/faker": "~9.5.0",
"@terascope/data-mate": "~1.7.5",
"@terascope/job-components": "~1.9.5",
"@terascope/standard-asset-apis": "~1.0.3",
"@terascope/teraslice-state-storage": "~1.8.1",
"@terascope/utils": "^1.7.3",
"@terascope/teraslice-state-storage": "~1.8.2",
"@terascope/utils": "~1.7.4",
"@types/chance": "~1.1.6",
"@types/express": "~4.17.21",
"chance": "~1.1.12",
Expand All @@ -37,7 +37,7 @@
"randexp": "~0.5.3",
"short-unique-id": "~5.2.0",
"timsort": "~0.3.0",
"ts-transforms": "~1.7.4",
"ts-transforms": "~1.7.5",
"tslib": "~2.8.1"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@
"test:watch": "ts-scripts test --watch asset --"
},
"devDependencies": {
"@terascope/eslint-config": "~1.1.5",
"@terascope/job-components": "~1.9.3",
"@terascope/scripts": "~1.10.1",
"@terascope/eslint-config": "~1.1.6",
"@terascope/job-components": "~1.9.5",
"@terascope/scripts": "~1.10.3",
"@terascope/standard-asset-apis": "~1.0.3",
"@types/express": "~4.17.21",
"@types/fs-extra": "~11.0.4",
"@types/jest": "~29.5.14",
"@types/json2csv": "~5.0.7",
"@types/node": "~22.13.1",
"@types/node": "~22.13.4",
"@types/node-gzip": "~1.1.3",
"@types/semver": "~7.5.8",
"@types/timsort": "~0.3.3",
"eslint": "~9.20.0",
"eslint": "~9.20.1",
"fs-extra": "~11.3.0",
"jest": "~29.7.0",
"jest-extended": "~4.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/standard-asset-apis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
},
"dependencies": {
"@sindresorhus/fnv1a": "~3.1.0",
"@terascope/utils": "~1.7.3"
"@terascope/utils": "~1.7.4"
},
"devDependencies": {
"@terascope/scripts": "~1.10.1",
"@terascope/scripts": "~1.10.3",
"@types/jest": "~29.5.14",
"@types/node": "~22.13.1",
"@types/node": "~22.13.4",
"jest": "~29.7.0",
"jest-extended": "~4.0.2",
"jest-fixtures": "~0.6.0",
Expand Down
Loading

0 comments on commit 6d97121

Please sign in to comment.