Skip to content

Commit

Permalink
Bump @terascope/teraslice-state-storage from 1.3.2 to 1.4.0
Browse files Browse the repository at this point in the history
Bumps [@terascope/teraslice-state-storage](https://github.com/terascope/teraslice) from 1.3.2 to 1.4.0.
- [Release notes](https://github.com/terascope/teraslice/releases)
- [Commits](https://github.com/terascope/teraslice/commits/v1.4.0)

---
updated-dependencies:
- dependency-name: "@terascope/teraslice-state-storage"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 18f8bca commit 9209a6a
Show file tree
Hide file tree
Showing 3 changed files with 97 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 @@ -22,7 +22,7 @@
"@terascope/elasticsearch-api": "~4.3.2",
"@terascope/elasticsearch-asset-apis": "~1.0.4",
"@terascope/job-components": "~1.5.3",
"@terascope/teraslice-state-storage": "~1.3.2",
"@terascope/teraslice-state-storage": "~1.4.0",
"@terascope/utils": "~1.3.2",
"datemath-parser": "~1.0.6",
"got": "~13.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@terascope/eslint-config": "~1.1.0",
"@terascope/job-components": "~1.5.3",
"@terascope/scripts": "~1.5.0",
"@terascope/teraslice-state-storage": "~1.3.2",
"@terascope/teraslice-state-storage": "~1.4.0",
"@terascope/types": "~1.2.0",
"@types/bluebird": "~3.5.38",
"@types/got": "~9.6.12",
Expand Down
106 changes: 95 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,17 @@
lodash "^4.17.21"
yargs "^17.7.2"

"@terascope/elasticsearch-api@^4.3.2", "@terascope/elasticsearch-api@~4.3.2":
"@terascope/elasticsearch-api@^4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@terascope/elasticsearch-api/-/elasticsearch-api-4.4.0.tgz#4f9eb25702720a8b0b8c1e8f20d0fd76209c4485"
integrity sha512-Z4ubPscGSVniTI2zcmTfPqAT6xtcNFvmWCLYdVbmcQkA5VJMvyhjj4RPqe9UhQEnH+s/krTRgxIiZOAbC757nA==
dependencies:
"@terascope/types" "^1.3.0"
"@terascope/utils" "^1.4.0"
bluebird "^3.7.2"
setimmediate "^1.0.5"

"@terascope/elasticsearch-api@~4.3.2":
version "4.3.2"
resolved "https://registry.yarnpkg.com/@terascope/elasticsearch-api/-/elasticsearch-api-4.3.2.tgz#7b980db57ecf214f09322cf9f57ebbd245f6b364"
integrity sha512-xvueZPwnEv2cyeBBGWR/lCdqPq7LsBlTy8uvBMRJvcVsRjrcmgxlu9od80HkOQLujN0fJ0ZL53gwOckJvHSvHA==
Expand Down Expand Up @@ -931,13 +941,13 @@
typedoc-plugin-markdown "~4.0.3"
yargs "^17.7.2"

"@terascope/teraslice-state-storage@~1.3.2":
version "1.3.2"
resolved "https://registry.yarnpkg.com/@terascope/teraslice-state-storage/-/teraslice-state-storage-1.3.2.tgz#dd7dc257698326a27928ec083862883f2f0513ae"
integrity sha512-rz16igYHyb0q0lCGrhXtdGnOLW4LL/sV/K2P28j9lcwpsu8Qu1lFBYidf3jLRdDsYfsJWYIzJGxTjAaquMLeUQ==
"@terascope/teraslice-state-storage@~1.4.0":
version "1.4.0"
resolved "https://registry.yarnpkg.com/@terascope/teraslice-state-storage/-/teraslice-state-storage-1.4.0.tgz#f256ab881ea0fb7b497bb4f190254014f2153271"
integrity sha512-D15xAngDUwO9vQio5fpNIKgk601PjfBF7zuVMXIIylZCyPQSa7RLUAMeKFISjUyy54PegporXy/wKM7sGC7pWw==
dependencies:
"@terascope/elasticsearch-api" "^4.3.2"
"@terascope/utils" "^1.3.2"
"@terascope/elasticsearch-api" "^4.4.0"
"@terascope/utils" "^1.4.0"

"@terascope/types@^1.2.0", "@terascope/types@~1.2.0":
version "1.2.0"
Expand All @@ -946,7 +956,56 @@
dependencies:
prom-client "^15.1.3"

"@terascope/utils@^1.3.2", "@terascope/utils@~1.3.2":
"@terascope/types@^1.3.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@terascope/types/-/types-1.3.0.tgz#5b890fd84a10cd08e66d9f979b729a8a9d2b1d60"
integrity sha512-Dlz7xK4J2aj86YqMyYBFCBe1JsfVEgXHlCDr8pTr+O/5LEpWhEe256c+2Vq1GR5mDuEfmpDk3PkMNOajlxdsTQ==
dependencies:
prom-client "^15.1.3"

"@terascope/utils@^1.3.2", "@terascope/utils@^1.4.0":
version "1.4.0"
resolved "https://registry.yarnpkg.com/@terascope/utils/-/utils-1.4.0.tgz#92001274fc8b3becc75b80b3ba5d85d6d932a73c"
integrity sha512-7BnKfzDx0YEW8EdJI4JCYS7rmdI1h1M3CMaiyEsD81BKUF8eyid9z841BlzuqUzjIxTlpRuF5TOddwxsbq4hRg==
dependencies:
"@chainsafe/is-ip" "^2.0.2"
"@terascope/types" "^1.3.0"
"@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.3.7"
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.2"
shallow-clone "^3.0.1"
validator "^13.12.0"

"@terascope/utils@~1.3.2":
version "1.3.2"
resolved "https://registry.yarnpkg.com/@terascope/utils/-/utils-1.3.2.tgz#c9f22523a1dc0d578c1c3428303f0f2076edbf69"
integrity sha512-HNnZtkwQjOyH907lt4wX1avNtyyE1anXzvbBTc9YuX9SPVbeff92+mjYL+6qWtuv/TiHlKBT77+F1i5eB8WEuA==
Expand Down Expand Up @@ -6107,7 +6166,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==
Expand Down Expand Up @@ -6202,7 +6270,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==
Expand Down Expand Up @@ -6787,7 +6862,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==
Expand Down

0 comments on commit 9209a6a

Please sign in to comment.