Skip to content

Commit

Permalink
chore: Fixed incorrect pinning of @elastic/transport (#2120)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr authored Apr 3, 2024
1 parent 5d0d1bb commit 7b5bdaa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/versioned/elastic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@
},
{
"engines": {
"node": ">=16"
"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 7b5bdaa

Please sign in to comment.