From 0668e49678539f30fc883ec09e8b373921536c31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 11:30:06 +0000 Subject: [PATCH] Bump @terascope/job-components from 1.7.0 to 1.8.0 Bumps [@terascope/job-components](https://github.com/terascope/teraslice) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/terascope/teraslice/releases) - [Commits](https://github.com/terascope/teraslice/compare/v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: "@terascope/job-components" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- asset/package.json | 2 +- package.json | 2 +- yarn.lock | 83 +++++++++++++++++++++++++++++++++++++++++----- 3 files changed, 77 insertions(+), 10 deletions(-) diff --git a/asset/package.json b/asset/package.json index 23a794d0..ba03af8a 100644 --- a/asset/package.json +++ b/asset/package.json @@ -21,7 +21,7 @@ "@terascope/data-mate": "~1.5.0", "@terascope/elasticsearch-api": "~4.5.0", "@terascope/elasticsearch-asset-apis": "~1.0.5", - "@terascope/job-components": "~1.7.0", + "@terascope/job-components": "~1.8.0", "@terascope/teraslice-state-storage": "~1.5.0", "@terascope/utils": "~1.5.0", "datemath-parser": "~1.0.6", diff --git a/package.json b/package.json index 37f9fb2f..fcbe65b1 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@terascope/elasticsearch-api": "~4.5.0", "@terascope/elasticsearch-asset-apis": "~1.0.5", "@terascope/eslint-config": "~1.1.3", - "@terascope/job-components": "~1.7.0", + "@terascope/job-components": "~1.8.0", "@terascope/scripts": "~1.6.0", "@terascope/teraslice-state-storage": "~1.5.0", "@terascope/types": "~1.3.1", diff --git a/yarn.lock b/yarn.lock index 2be8cac6..52e2bd97 100644 --- a/yarn.lock +++ b/yarn.lock @@ -890,13 +890,13 @@ progress "^2.0.3" yargs "^17.2.1" -"@terascope/job-components@~1.7.0": - version "1.7.0" - resolved "https://registry.yarnpkg.com/@terascope/job-components/-/job-components-1.7.0.tgz#ed9918b0d44f801eb51b1325dd656fac61778002" - integrity sha512-bQNuV11FJdjFl9EWAiOxKcgbD3I2staJHSpwYh2IHDsVwNxAW1zcMS6f8P1cX3rgw2gOJb91vzGKd4eOZ3CuYQ== +"@terascope/job-components@~1.8.0": + version "1.8.0" + resolved "https://registry.yarnpkg.com/@terascope/job-components/-/job-components-1.8.0.tgz#41423e1bc5cbada05bcfff572d7df4f85b49d381" + integrity sha512-1m3iT5tSDWt9m1YC2cDlEzF/skDdRAkgIGX/BttuElZo57/iu51T2dnzf3Yt/h6G45rBNGymT0ZsmYxPs3UoGQ== dependencies: "@terascope/types" "~1.3.1" - "@terascope/utils" "~1.5.0" + "@terascope/utils" "~1.6.0" convict "~6.2.4" convict-format-with-moment "~6.2.0" convict-format-with-validator "~6.2.0" @@ -990,6 +990,48 @@ shallow-clone "~3.0.1" validator "~13.12.0" +"@terascope/utils@~1.6.0": + version "1.6.0" + resolved "https://registry.yarnpkg.com/@terascope/utils/-/utils-1.6.0.tgz#ff0d5a2f264403bf9901086071552d94b53398aa" + integrity sha512-qL+zZjKbQZhriKIX/Yu7E4wBaqFvWDWX0xX/E9TqrASqcTBBY1X+kRHhEz5q4No9RSdwJiDFIA0zAqadbkbBQA== + dependencies: + "@chainsafe/is-ip" "~2.0.2" + "@terascope/types" "~1.3.1" + "@turf/bbox" "~7.1.0" + "@turf/bbox-polygon" "~7.1.0" + "@turf/boolean-contains" "~7.1.0" + "@turf/boolean-disjoint" "~7.1.0" + "@turf/boolean-equal" "~7.1.0" + "@turf/boolean-intersects" "~7.1.0" + "@turf/boolean-point-in-polygon" "~7.1.0" + "@turf/boolean-within" "~7.1.0" + "@turf/circle" "~7.1.0" + "@turf/helpers" "~7.1.0" + "@turf/invariant" "~7.1.0" + "@turf/line-to-polygon" "~7.1.0" + "@types/lodash-es" "~4.17.12" + "@types/validator" "~13.12.2" + awesome-phonenumber "~7.2.0" + date-fns "~4.1.0" + date-fns-tz "~3.2.0" + datemath-parser "~1.0.6" + debug "~4.4.0" + geo-tz "~8.1.1" + ip-bigint "~8.2.0" + ip-cidr "~4.0.2" + ip6addr "~0.2.5" + ipaddr.js "~2.2.0" + is-cidr "~5.1.0" + is-plain-object "~5.0.0" + js-string-escape "~1.0.1" + kind-of "~6.0.3" + latlon-geohash "~2.0.0" + lodash-es "~4.17.21" + mnemonist "~0.39.8" + p-map "~7.0.3" + shallow-clone "~3.0.1" + validator "~13.12.0" + "@tootallnate/once@1": version "1.1.2" resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82" @@ -6143,7 +6185,16 @@ string-length@^4.0.1: char-regex "^1.0.2" strip-ansi "^6.0.0" -"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: +"string-width-cjs@npm:string-width@^4.2.0": + version "4.2.3" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" + integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== + dependencies: + emoji-regex "^8.0.0" + is-fullwidth-code-point "^3.0.0" + strip-ansi "^6.0.1" + +string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: version "4.2.3" resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== @@ -6238,7 +6289,14 @@ string_decoder@~1.1.1: dependencies: safe-buffer "~5.1.0" -"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1: +"strip-ansi-cjs@npm:strip-ansi@^6.0.1": + version "6.0.1" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" + integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== + dependencies: + ansi-regex "^5.0.1" + +strip-ansi@^6.0.0, strip-ansi@^6.0.1: version "6.0.1" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== @@ -6814,7 +6872,16 @@ word-wrap@^1.2.5: resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz#d2c45c6dd4fbce621a66f136cbe328afd0410b34" integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA== -"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0: +"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" + integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== + dependencies: + ansi-styles "^4.0.0" + string-width "^4.1.0" + strip-ansi "^6.0.0" + +wrap-ansi@^7.0.0: version "7.0.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==