Skip to content

Commit

Permalink
Bump @terascope/job-components from 0.66.0 to 0.67.0
Browse files Browse the repository at this point in the history
Bumps [@terascope/job-components](https://github.com/terascope/teraslice) from 0.66.0 to 0.67.0.
- [Release notes](https://github.com/terascope/teraslice/releases)
- [Commits](terascope/teraslice@v0.66.0...v0.67.0)

---
updated-dependencies:
- dependency-name: "@terascope/job-components"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 55faa82 commit d629dd6
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 13 deletions.
2 changes: 1 addition & 1 deletion asset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@terascope/job-components": "^0.66.0",
"@terascope/job-components": "^0.67.0",
"@terascope/standard-asset-apis": "^0.7.1",
"@terascope/utils": "^0.53.0",
"@types/chance": "^1.1.4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@terascope/eslint-config": "^0.8.0",
"@terascope/job-components": "^0.66.0",
"@terascope/job-components": "^0.67.0",
"@terascope/scripts": "0.69.0",
"@terascope/standard-asset-apis": "^0.7.1",
"@types/express": "^4.17.19",
Expand Down
64 changes: 53 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -840,17 +840,17 @@
progress "^2.0.3"
yargs "^17.2.1"

"@terascope/job-components@^0.66.0":
version "0.66.0"
resolved "https://registry.yarnpkg.com/@terascope/job-components/-/job-components-0.66.0.tgz#e4aec4f325c5373315ea81df9939b8cdc5628dbd"
integrity sha512-76AfRqRQomKKBvkxcT7lJhq0PWPMQaegi44bBPvNmRTtigEHzTo0n0nluQ5r7CUUQI3rOLOzr42Xy+2pxwRpMQ==
"@terascope/job-components@^0.67.0":
version "0.67.0"
resolved "https://registry.yarnpkg.com/@terascope/job-components/-/job-components-0.67.0.tgz#cec62a198802b150f5474255028e21564a2c7d31"
integrity sha512-9QLGUQbqy6PQbPCx0Sr4bQRrNyJi0rYYeLcLFGAwGCQDpkPWAbR1EY/7F0aS1xKZnCA+Rf3yAFlxBtTn3NQ0mg==
dependencies:
"@terascope/utils" "^0.53.0"
"@terascope/utils" "^0.54.0"
convict "^6.2.4"
convict-format-with-moment "^6.2.0"
convict-format-with-validator "^6.2.0"
datemath-parser "^1.0.6"
uuid "^9.0.0"
uuid "^9.0.1"

"@terascope/scripts@0.69.0":
version "0.69.0"
Expand Down Expand Up @@ -893,6 +893,11 @@
resolved "https://registry.yarnpkg.com/@terascope/types/-/types-0.12.2.tgz#aa245bd996b8105eda3a30dcdaefa64502e6fbcb"
integrity sha512-yKvFtvT0pnK6boVzu8o0Q6Wypsi3R2U5/BjQSdwF/CFsmXiOeqcFQGhCxp4TZhKijVyVwJr+nV7rlXg4SyL3WQ==

"@terascope/types@^0.13.0":
version "0.13.0"
resolved "https://registry.yarnpkg.com/@terascope/types/-/types-0.13.0.tgz#00418809622e3b79d78cbd422e3839a0ff737cec"
integrity sha512-M4pPzKaOWyCT/AKNwkqvA8TDEoTK3XoICwgtetCKrtC/QjgYDi2aYkyIE+QnKoRavzBj0YWT13D8RN6/Rp1XKA==

"@terascope/utils@^0.53.0", "@terascope/utils@^0.53.1":
version "0.53.1"
resolved "https://registry.yarnpkg.com/@terascope/utils/-/utils-0.53.1.tgz#aca85b8c5f05be57e521c04d6497f625b5c34287"
Expand Down Expand Up @@ -935,6 +940,48 @@
shallow-clone "^3.0.1"
validator "^13.11.0"

"@terascope/utils@^0.54.0":
version "0.54.0"
resolved "https://registry.yarnpkg.com/@terascope/utils/-/utils-0.54.0.tgz#98e9642a94c18211142b9faecd00a8113e4cb361"
integrity sha512-TESyaZW3yGe87hPoor2YcptjYotd50urvsCoBMptgsWmODdp+9AMVqd7LZBPAhCRNtig2mn/K9fNRcBguZBGug==
dependencies:
"@terascope/types" "^0.13.0"
"@turf/bbox" "^6.4.0"
"@turf/bbox-polygon" "^6.4.0"
"@turf/boolean-contains" "^6.4.0"
"@turf/boolean-disjoint" "^6.4.0"
"@turf/boolean-equal" "^6.4.0"
"@turf/boolean-intersects" "^6.4.0"
"@turf/boolean-point-in-polygon" "^6.4.0"
"@turf/boolean-within" "^6.4.0"
"@turf/circle" "^6.4.0"
"@turf/helpers" "^6.2.0"
"@turf/invariant" "^6.2.0"
"@turf/line-to-polygon" "^6.4.0"
"@types/lodash" "^4.14.202"
"@types/validator" "^13.11.9"
awesome-phonenumber "^2.70.0"
date-fns "^2.30.0"
date-fns-tz "^1.3.7"
datemath-parser "^1.0.6"
debug "^4.3.4"
geo-tz "^7.0.7"
ip-bigint "^3.0.3"
ip-cidr "^3.1.0"
ip6addr "^0.2.5"
ipaddr.js "^2.0.1"
is-cidr "^4.0.2"
is-ip "^3.1.0"
is-plain-object "^5.0.0"
js-string-escape "^1.0.1"
kind-of "^6.0.3"
latlon-geohash "^1.1.0"
lodash "^4.17.21"
mnemonist "^0.39.8"
p-map "^4.0.0"
shallow-clone "^3.0.1"
validator "^13.11.0"

"@tootallnate/once@1":
version "1.1.2"
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
Expand Down Expand Up @@ -6811,11 +6858,6 @@ uuid@^8.0.0, uuid@^8.3.2:
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==

uuid@^9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.0.tgz#592f550650024a38ceb0c562f2f6aa435761efb5"
integrity sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==

uuid@^9.0.1:
version "9.0.1"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30"
Expand Down

0 comments on commit d629dd6

Please sign in to comment.