diff --git a/asset/package.json b/asset/package.json index e45c0711..32dcd69a 100644 --- a/asset/package.json +++ b/asset/package.json @@ -20,7 +20,7 @@ "@terascope/data-mate": "^0.49.0", "@terascope/elasticsearch-api": "^3.12.0", "@terascope/elasticsearch-asset-apis": "^0.11.9", - "@terascope/job-components": "^0.65.1", + "@terascope/job-components": "^0.66.0", "@terascope/teraslice-state-storage": "^0.45.1", "@terascope/utils": "^0.52.0", "datemath-parser": "^1.0.6", diff --git a/package.json b/package.json index ef52a320..a522748f 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@terascope/elasticsearch-api": "^3.12.0", "@terascope/elasticsearch-asset-apis": "^0.11.9", "@terascope/eslint-config": "^0.8.0", - "@terascope/job-components": "^0.65.1", + "@terascope/job-components": "^0.66.0", "@terascope/scripts": "0.63.0", "@terascope/teraslice-state-storage": "^0.45.1", "@terascope/types": "^0.12.0", diff --git a/yarn.lock b/yarn.lock index 6cdd9c7c..01549a79 100644 --- a/yarn.lock +++ b/yarn.lock @@ -798,12 +798,12 @@ progress "^2.0.3" yargs "^17.2.1" -"@terascope/job-components@^0.65.1": - version "0.65.1" - resolved "https://registry.yarnpkg.com/@terascope/job-components/-/job-components-0.65.1.tgz#1cb5b20c0ce9be602a9ee44e6e3578b67cefbee9" - integrity sha512-ywz7oDR4v0a8/Fv45rWPl/fhK+uuc6FKl19B4fHcC5FIicgmYntkS8a/IrOamxUP8V2O5EY+dDs9CMYV3/CUGA== +"@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== dependencies: - "@terascope/utils" "^0.52.1" + "@terascope/utils" "^0.53.0" convict "^6.2.4" convict-format-with-moment "^6.2.0" convict-format-with-validator "^6.2.0" @@ -900,6 +900,48 @@ shallow-clone "^3.0.1" validator "^13.11.0" +"@terascope/utils@^0.53.0": + version "0.53.0" + resolved "https://registry.yarnpkg.com/@terascope/utils/-/utils-0.53.0.tgz#120dddb70ef0be165f4416132a2ac33109208911" + integrity sha512-RSwyaaPWcnhGMuC5W0qJ99y0GczPoU9NgH8JjM7+vKYT3i3Wt6CZuxHhHP9Aa8Vs3W+96BLmZwaqX5XSHu0zHw== + dependencies: + "@terascope/types" "^0.12.1" + "@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.195" + "@types/validator" "^13.11.7" + 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.5" + 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"