Skip to content

Commit

Permalink
Bundled dependency update (#3731)
Browse files Browse the repository at this point in the history
This PR updates the following dependencies:

- **@kubernetes/client-node** from `v0.20.0` to `v0.21.0`
- **@terascope/file-asset-apis** from `v0.13.0` to `v1.0.1`
- **debug** from `v4.3.4` to `v4.3.6`
- **micromatch** from `v4.0.5` to `v4.0.8`
- **prom-client** from `v15.1.2` to `v15.1.3`
- **semver** from `v7.6.2` to `v7.6.3`
- **@types/lodash** from `v4.14.202` to `v4.17.7`
- **@types/micromatch** from `v4.0.6` to `v4.0.9`
- **@types/yargs** from `v17.0.32` to `v17.0.33`
- **chance** from `v1.1.11` to `v1.1.12`
- **nock** from `v13.5.1` to `v13.5.5`
- **ts-jest** from `v29.1.4` to `v29.2.5`
  • Loading branch information
sotojn authored Aug 27, 2024
1 parent f4c1d11 commit 56fb579
Show file tree
Hide file tree
Showing 16 changed files with 915 additions and 904 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"fs-extra": "^11.2.0",
"ms": "^2.1.3",
"nanoid": "^3.3.4",
"semver": "^7.6.2",
"semver": "^7.6.3",
"signale": "^1.4.0",
"uuid": "^9.0.1"
},
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"test": "ts-scripts test"
},
"resolutions": {
"@types/lodash": "^4.14.202",
"debug": "^4.3.4",
"@types/lodash": "^4.17.7",
"debug": "^4.3.6",
"ms": "^2.1.3",
"nan": "^2.19.0"
},
Expand All @@ -54,7 +54,7 @@
"@types/elasticsearch": "^5.0.43",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.202",
"@types/lodash": "^4.17.7",
"@types/node": "^18.14.2",
"@types/uuid": "^9.0.8",
"eslint": "^8.5.0",
Expand All @@ -63,7 +63,7 @@
"jest-watch-typeahead": "^2.2.2",
"node-notifier": "^10.0.1",
"nodemon": "^3.1.4",
"ts-jest": "^29.1.4",
"ts-jest": "^29.2.5",
"typescript": "~5.2.2"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/data-mate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@types/ip6addr": "^0.2.6",
"@types/uuid": "^9.0.8",
"benchmark": "^2.1.4",
"chance": "^1.1.11",
"chance": "^1.1.12",
"lodash": "^4.17.21"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/data-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"@types/yargs": "^17.0.32"
"@types/lodash": "^4.17.7",
"@types/yargs": "^17.0.33"
},
"engines": {
"node": ">=14.17.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/docker-compose-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"test:watch": "ts-scripts test --watch . --"
},
"resolutions": {
"debug": "^4.3.4"
"debug": "^4.3.6"
},
"dependencies": {
"debug": "^4.3.4"
"debug": "^4.3.6"
},
"engines": {
"node": ">=14.17.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/job-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"convict-format-with-validator": "^6.2.0",
"datemath-parser": "^1.0.6",
"import-meta-resolve": "^4.0.0",
"prom-client": "^15.1.2",
"prom-client": "^15.1.3",
"uuid": "^9.0.1"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"typescript": "~5.2.2"
},
"dependencies": {
"@kubernetes/client-node": "^0.20.0",
"@kubernetes/client-node": "^0.21.0",
"@terascope/utils": "^1.0.0",
"codecov": "^3.8.3",
"execa": "^5.1.0",
Expand All @@ -43,12 +43,12 @@
"js-yaml": "^4.1.0",
"kafkajs": "^2.2.4",
"lodash": "^4.17.21",
"micromatch": "^4.0.5",
"micromatch": "^4.0.8",
"mnemonist": "^0.39.8",
"ms": "^2.1.3",
"package-json": "^7.0.0",
"pkg-up": "^3.1.0",
"semver": "^7.6.2",
"semver": "^7.6.3",
"signale": "^1.4.0",
"sort-package-json": "~1.57.0",
"toposort": "^2.0.2",
Expand All @@ -58,8 +58,8 @@
},
"devDependencies": {
"@types/ip": "^1.1.3",
"@types/lodash": "^4.14.202",
"@types/micromatch": "^4.0.6",
"@types/lodash": "^4.17.7",
"@types/micromatch": "^4.0.9",
"@types/ms": "^0.7.34",
"@types/semver": "^7.5.6",
"@types/signale": "^1.4.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/terafoundation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"test:watch": "ts-scripts test --watch . --"
},
"dependencies": {
"@terascope/file-asset-apis": "^0.13.0",
"@terascope/file-asset-apis": "^1.0.1",
"@terascope/types": "^1.0.0",
"@terascope/utils": "^1.0.0",
"bluebird": "^3.7.2",
Expand All @@ -42,7 +42,7 @@
"js-yaml": "^4.1.0",
"nanoid": "^3.3.4",
"node-webhdfs": "^1.0.2",
"prom-client": "15.1.2",
"prom-client": "15.1.3",
"yargs": "^17.7.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/teraslice-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@
"@types/prompts": "^2.4.9",
"@types/signale": "^1.4.7",
"@types/tmp": "^0.2.6",
"@types/yargs": "^17.0.32",
"@types/yargs": "^17.0.33",
"decompress": "^4.2.1",
"jest-fixtures": "^0.6.0",
"nock": "^13.5.1"
"nock": "^13.5.5"
},
"engines": {
"node": ">=14.17.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/teraslice-client-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"got": "^11.8.3"
},
"devDependencies": {
"nock": "^13.5.1"
"nock": "^13.5.5"
},
"engines": {
"node": ">=14.17.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/teraslice-messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"test:watch": "ts-scripts test --watch . --"
},
"resolutions": {
"debug": "^4.3.4",
"debug": "^4.3.6",
"ms": "^2.1.3"
},
"dependencies": {
Expand Down
9 changes: 5 additions & 4 deletions packages/teraslice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@
"test:watch": "TEST_ELASTICSEARCH='true' ts-scripts test --watch . --"
},
"resolutions": {
"debug": "^4.3.4",
"debug": "^4.3.6",
"ms": "^2.1.3"
},
"dependencies": {
"@kubernetes/client-node": "^0.21.0",
"@terascope/elasticsearch-api": "^4.0.0",
"@terascope/job-components": "^1.2.0",
"@terascope/teraslice-messaging": "^1.3.0",
Expand All @@ -60,7 +61,7 @@
"ms": "^2.1.3",
"nanoid": "^3.3.4",
"porty": "^3.1.1",
"semver": "^7.6.2",
"semver": "^7.6.3",
"socket.io": "^1.7.4",
"socket.io-client": "^1.7.4",
"terafoundation": "^1.2.3",
Expand All @@ -71,13 +72,13 @@
"@types/express": "^4.17.21",
"archiver": "^7.0.1",
"bufferstreams": "^3.0.0",
"chance": "^1.1.11",
"chance": "^1.1.12",
"convict": "^6.2.4",
"convict-format-with-moment": "^6.2.0",
"convict-format-with-validator": "^6.2.0",
"jest-fixtures": "^0.6.0",
"js-yaml": "^4.1.0",
"nock": "^13.5.1"
"nock": "^13.5.5"
},
"engines": {
"node": ">=14.17.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-transforms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@types/jexl": "^2.3.4",
"@types/valid-url": "^1.0.7",
"@types/validator": "^13.11.10",
"@types/yargs": "^17.0.32",
"@types/yargs": "^17.0.33",
"execa": "^5.1.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test:watch": "ts-scripts test --watch . --"
},
"dependencies": {
"prom-client": "^15.1.2"
"prom-client": "^15.1.3"
},
"engines": {
"node": ">=14.17.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test:watch": "ts-scripts test --watch . --"
},
"resolutions": {
"debug": "^4.3.4"
"debug": "^4.3.6"
},
"dependencies": {
"@terascope/types": "^1.0.0",
Expand All @@ -48,7 +48,7 @@
"date-fns": "^2.30.0",
"date-fns-tz": "^1.3.7",
"datemath-parser": "^1.0.6",
"debug": "^4.3.4",
"debug": "^4.3.6",
"geo-tz": "^7.0.7",
"ip-bigint": "^3.0.3",
"ip-cidr": "^3.1.0",
Expand Down
Loading

0 comments on commit 56fb579

Please sign in to comment.