Skip to content

Commit

Permalink
Bump @terascope/types from 1.3.0 to 1.3.1
Browse files Browse the repository at this point in the history
Bumps [@terascope/types](https://github.com/terascope/teraslice) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/terascope/teraslice/releases)
- [Commits](terascope/teraslice@v1.3.0...v1.3.1)

---
updated-dependencies:
- dependency-name: "@terascope/types"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 7f52622 commit d9f6dad
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@terascope/job-components": "~1.6.0",
"@terascope/scripts": "~1.5.0",
"@terascope/teraslice-state-storage": "~1.4.0",
"@terascope/types": "~1.3.0",
"@terascope/types": "~1.3.1",
"@types/bluebird": "~3.5.38",
"@types/got": "~9.6.12",
"@types/jest": "~29.5.14",
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 @@ -35,7 +35,7 @@
"moment": "~2.30.1"
},
"devDependencies": {
"@terascope/types": "~1.3.0",
"@terascope/types": "~1.3.1",
"@types/node": "~22.9.0",
"jest": "~29.7.0"
},
Expand Down
19 changes: 6 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -973,19 +973,12 @@
"@terascope/elasticsearch-api" "^4.4.0"
"@terascope/utils" "^1.4.0"

"@terascope/types@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@terascope/types/-/types-1.2.0.tgz#cbad101f0153698450d6e99be7bdac88b883b779"
integrity sha512-Bcl+ZZy7l9uifVNsIRBhcfAOiknHTOYYg1BCiAwy/Zy+iqG0Mk6K1gsKUdOhXMbn8txC66hy3/BmsTCHZZI8Bg==
dependencies:
prom-client "^15.1.3"

"@terascope/types@^1.3.0", "@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==
"@terascope/types@^1.2.0", "@terascope/types@^1.3.0", "@terascope/types@~1.3.1":
version "1.3.1"
resolved "https://registry.yarnpkg.com/@terascope/types/-/types-1.3.1.tgz#fff859db11f82d922b29a10d323c669374811fc8"
integrity sha512-BK7p1N2jpYV3ic4V1X6+T7ly66mxFxTGNThjFGZgLrgYBemLpuOrIhUk9xLTyj6bPs59dYPMuNQiJkWL0dwoBg==
dependencies:
prom-client "^15.1.3"
prom-client "~15.1.3"

"@terascope/utils@^1.3.2":
version "1.3.2"
Expand Down Expand Up @@ -5664,7 +5657,7 @@ progress@^2.0.3:
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==

prom-client@^15.1.3:
prom-client@^15.1.3, prom-client@~15.1.3:
version "15.1.3"
resolved "https://registry.yarnpkg.com/prom-client/-/prom-client-15.1.3.tgz#69fa8de93a88bc9783173db5f758dc1c69fa8fc2"
integrity sha512-6ZiOBfCywsD4k1BN9IX0uZhF+tJkV8q8llP64G5Hajs4JOeVLPCwpPVcpXy3BwYiUGgyJzsJJQeOIv7+hDSq8g==
Expand Down

0 comments on commit d9f6dad

Please sign in to comment.