Skip to content

Commit

Permalink
Dependency update 2025-02-03 (#1358)
Browse files Browse the repository at this point in the history
This PR updates the following dependencies:

## Elasticsearch-assets

- @terascope/data-mate: `v1.7.4`
- @terascope/elasticsearch-api: `v4.8.1`
- @terascope/job-components: `v1.9.3`
- @terascope/teraslice-state-storage: `v1.8.1`
- @terascope/utils: `v1.7.3`
- @terascope/data-types: `v1.7.3`
- @terascope/elasticsearch-api: `v4.8.1`
- @terascope/job-components: `v1.9.3`
- @terascope/scripts: `v1.10.0`
- @terascope/teraslice-state-storage: `v1.8.1`
- elasticsearch-store: `v1.8.1`
- eslint: `v9.19.0` 
- semver: `v7.7.0`
- nock: `v14.0.0`

## elasticsearch-assets-apis

- @terascope/data-mate: `v1.7.4`
- @terascope/data-types: `v1.7.3`
- @terascope/elasticsearch-api: `v4.8.1`
- @terascope/utils: `v1.7.3`
- @terascope/scripts: `v1.10.0`
- @types/node: `v22.13.0`
  • Loading branch information
sotojn authored Feb 3, 2025
1 parent cb73fc7 commit d0da71f
Show file tree
Hide file tree
Showing 4 changed files with 231 additions and 107 deletions.
10 changes: 5 additions & 5 deletions asset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"test": "yarn --cwd ../ test"
},
"dependencies": {
"@terascope/data-mate": "~1.7.3",
"@terascope/elasticsearch-api": "~4.7.2",
"@terascope/data-mate": "~1.7.4",
"@terascope/elasticsearch-api": "~4.8.1",
"@terascope/elasticsearch-asset-apis": "~1.1.0",
"@terascope/job-components": "~1.9.2",
"@terascope/teraslice-state-storage": "~1.7.2",
"@terascope/utils": "~1.7.2",
"@terascope/job-components": "~1.9.3",
"@terascope/teraslice-state-storage": "~1.8.1",
"@terascope/utils": "~1.7.3",
"datemath-parser": "~1.0.6",
"got": "~13.0.0",
"moment": "~2.30.1"
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,29 +44,29 @@
"test:watch": "ts-scripts test --watch asset --"
},
"devDependencies": {
"@terascope/data-types": "~1.7.2",
"@terascope/elasticsearch-api": "~4.7.2",
"@terascope/data-types": "~1.7.3",
"@terascope/elasticsearch-api": "~4.8.1",
"@terascope/elasticsearch-asset-apis": "~1.1.0",
"@terascope/eslint-config": "~1.1.5",
"@terascope/job-components": "~1.9.2",
"@terascope/scripts": "~1.9.2",
"@terascope/teraslice-state-storage": "~1.7.2",
"@terascope/job-components": "~1.9.3",
"@terascope/scripts": "~1.10.0",
"@terascope/teraslice-state-storage": "~1.8.1",
"@terascope/types": "~1.4.1",
"@types/bluebird": "~3.5.42",
"@types/fs-extra": "~11.0.4",
"@types/got": "~9.6.12",
"@types/jest": "~29.5.14",
"@types/node": "~22.10.10",
"@types/node": "~22.13.0",
"@types/semver": "~7.5.8",
"elasticsearch-store": "~1.7.3",
"eslint": "~9.18.0",
"elasticsearch-store": "~1.8.1",
"eslint": "~9.19.0",
"fs-extra": "~11.3.0",
"jest": "~29.7.0",
"jest-extended": "~4.0.2",
"moment": "~2.30.1",
"nock": "~13.5.6",
"nock": "~14.0.0",
"node-notifier": "~10.0.1",
"semver": "~7.6.3",
"semver": "~7.7.0",
"teraslice-test-harness": "~1.3.2",
"ts-jest": "~29.2.5",
"typescript": "~5.7.3"
Expand Down
12 changes: 6 additions & 6 deletions packages/elasticsearch-asset-apis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@
"test:watch": "TEST_ELASTICSEARCH='true' ts-scripts test --watch . --"
},
"dependencies": {
"@terascope/data-mate": "~1.7.3",
"@terascope/data-types": "~1.7.2",
"@terascope/elasticsearch-api": "~4.7.2",
"@terascope/utils": "~1.7.2",
"@terascope/data-mate": "~1.7.4",
"@terascope/data-types": "~1.7.3",
"@terascope/elasticsearch-api": "~4.8.1",
"@terascope/utils": "~1.7.3",
"datemath-parser": "~1.0.6",
"got": "~13.0.0",
"moment": "~2.30.1"
},
"devDependencies": {
"@terascope/scripts": "^1.9.2",
"@terascope/scripts": "^1.10.0",
"@terascope/types": "~1.4.1",
"@types/node": "~22.10.10",
"@types/node": "~22.13.0",
"jest": "~29.7.0"
},
"engines": {
Expand Down
Loading

0 comments on commit d0da71f

Please sign in to comment.