Skip to content

Commit

Permalink
chore(deps-dev): bump redis from 4.3.1 to 4.6.10 (#3639)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 26, 2023
1 parent a42a104 commit 3a26c89
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 131 deletions.
6 changes: 4 additions & 2 deletions .tav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,16 @@ mysql2:
- node test/instrumentation/modules/mysql2/mysql.test.js
- node test/instrumentation/modules/mysql2/pool-release-1.test.js

# redis
# - [email protected] was a bad release, it accidentally broke node v14 support
redis-v2-v4:
name: redis
versions: '>=2.0.0 <4.0.0'
commands: node test/instrumentation/modules/redis-2-3.test.js

redis:
name: redis
versions: '>=4.0.0 <5.0.0'
versions: '>=4.0.0 <4.6.9 || >4.6.9 <5.0.0'
node: '>=14.0.0'
commands:
- node test/instrumentation/modules/redis.test.js
- node test/instrumentation/modules/redis4-legacy.test.js
Expand Down
203 changes: 74 additions & 129 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3a26c89

Please sign in to comment.