Skip to content

Commit

Permalink
Bump @terascope/data-mate from 0.42.0 to 0.47.0
Browse files Browse the repository at this point in the history
Bumps [@terascope/data-mate](https://github.com/terascope/teraslice) from 0.42.0 to 0.47.0.
- [Release notes](https://github.com/terascope/teraslice/releases)
- [Commits](terascope/teraslice@v0.42.0...v0.47.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 61d9144 commit 1114024
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 2 deletions.
2 changes: 1 addition & 1 deletion asset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test": "yarn --cwd ../ test"
},
"dependencies": {
"@terascope/data-mate": "^0.42.0",
"@terascope/data-mate": "^0.47.0",
"@terascope/elasticsearch-api": "^3.6.2",
"@terascope/elasticsearch-asset-apis": "^0.11.8",
"@terascope/job-components": "^0.59.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/elasticsearch-asset-apis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test:watch": "ts-scripts test --watch . --"
},
"dependencies": {
"@terascope/data-mate": "^0.42.0",
"@terascope/data-mate": "^0.47.0",
"@terascope/data-types": "^0.37.0",
"@terascope/elasticsearch-api": "^3.6.2",
"@terascope/utils": "^0.46.0",
Expand Down
85 changes: 85 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,30 @@
validator "^13.9.0"
xlucene-parser "^0.45.0"

"@terascope/data-mate@^0.47.0":
version "0.47.0"
resolved "https://registry.yarnpkg.com/@terascope/data-mate/-/data-mate-0.47.0.tgz#b6c58799c8960912ccb72d5ee756560859edb635"
integrity sha512-q+4q4BG1aNRi/GXvLFpBGEqSRnNDyITdeS+4FoM1fZyro+Xu5E14ziZUCdlbFjo+qPSc7vyc6+09341X5kTWfA==
dependencies:
"@terascope/data-types" "^0.42.0"
"@terascope/types" "^0.11.2"
"@terascope/utils" "^0.51.0"
"@types/validator" "^13.7.17"
awesome-phonenumber "^2.70.0"
date-fns "^2.30.0"
ip-bigint "^3.0.3"
ip6addr "^0.2.5"
ipaddr.js "^2.0.1"
is-cidr "^4.0.2"
is-ip "^3.1.0"
jexl "^2.2.2"
lodash "^4.17.21"
mnemonist "^0.39.5"
uuid "^9.0.0"
valid-url "^1.0.9"
validator "^13.9.0"
xlucene-parser "^0.50.0"

"@terascope/data-types@^0.37.0":
version "0.37.0"
resolved "https://registry.yarnpkg.com/@terascope/data-types/-/data-types-0.37.0.tgz#6718cfd6e705d108ce1c1681558e3c5679886886"
Expand All @@ -734,6 +758,17 @@
lodash "^4.17.21"
yargs "^17.7.2"

"@terascope/data-types@^0.42.0":
version "0.42.0"
resolved "https://registry.yarnpkg.com/@terascope/data-types/-/data-types-0.42.0.tgz#13bbb7739ff8b1352f98730f1829f5b61bd34933"
integrity sha512-EC+PObGY4d/gCN8NCOWbccctSQ3ZBMKIHzIMh7JJt4/HKjgxDNxvakOZU+V0janmPzw11Q4DziIxmvkNf5rqXg==
dependencies:
"@terascope/types" "^0.11.2"
"@terascope/utils" "^0.51.0"
graphql "^14.7.0"
lodash "^4.17.21"
yargs "^17.7.2"

"@terascope/elasticsearch-api@^3.6.2":
version "3.6.2"
resolved "https://registry.yarnpkg.com/@terascope/elasticsearch-api/-/elasticsearch-api-3.6.2.tgz#a572f83bc8376e246374ce71ad6eafb3dd9a6177"
Expand Down Expand Up @@ -913,6 +948,48 @@
shallow-clone "^3.0.1"
validator "^13.9.0"

"@terascope/utils@^0.51.0":
version "0.51.0"
resolved "https://registry.yarnpkg.com/@terascope/utils/-/utils-0.51.0.tgz#ff48164dd4e3afa501517fdaac4fa2ac1f4a5323"
integrity sha512-PneoBPGLZJvsRU8edQG0IISzNj3aKB1SZc2wPJW2jn30cGEyU+lltebDYtS2A204c98duslRD4u7npb6byecAw==
dependencies:
"@terascope/types" "^0.11.2"
"@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.7.17"
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.9.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 @@ -5835,6 +5912,14 @@ xlucene-parser@^0.45.0:
"@terascope/utils" "^0.46.0"
netmask "^2.0.2"

xlucene-parser@^0.50.0:
version "0.50.0"
resolved "https://registry.yarnpkg.com/xlucene-parser/-/xlucene-parser-0.50.0.tgz#1f4125545d87c36bf2bf2c7eef792fbcecb88577"
integrity sha512-v76Bghn30pzkTqS3l8wrS1wdXywmZ3kMZ4XNZHqQpYQAtsD3EaG4O8K7r7vmWcTzXy1sP+Cm47ylsWWFMWuJqw==
dependencies:
"@terascope/types" "^0.11.2"
"@terascope/utils" "^0.51.0"

xlucene-translator@^0.30.0:
version "0.30.0"
resolved "https://registry.yarnpkg.com/xlucene-translator/-/xlucene-translator-0.30.0.tgz#7cf2bc1a295a2fe206b4395a24f1707d2a2a42ea"
Expand Down

0 comments on commit 1114024

Please sign in to comment.