Skip to content

Commit

Permalink
chore: Fixed incorrect pinning of @elastic/transport
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr committed Apr 3, 2024
1 parent 5d0d1bb commit 11538f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/versioned/elastic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"node": ">=16"
},
"dependencies": {
"@elastic/elasticsearch": ">=7.16.0 <8.5.0"
"@elastic/elasticsearch": ">=7.16.0",
"@elastic/transport": "8.4.1"
},
"files": [
"elasticsearch.tap.js"
Expand All @@ -33,7 +34,7 @@
"node": ">=18"
},
"dependencies": {
"@elastic/elasticsearch": ">=8.5.0"
"@elastic/elasticsearch": ">=7.16.0"
},
"files": [
"elasticsearch.tap.js"
Expand Down

0 comments on commit 11538f2

Please sign in to comment.