Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
version 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
silverbucket committed May 6, 2021
1 parent e4801c8 commit d29eeeb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redis-connection-pool",
"version": "1.7.2",
"version": "1.7.3",
"description": "a redis client connection pool",
"license": "MIT",
"private": false,
Expand All @@ -22,13 +22,13 @@
"doc": "node_modules/.bin/jsdoc2md src/redis-connection-pool.js > API.md"
},
"dependencies": {
"debug": "^4.0.1",
"generic-pool": "^3.4.2",
"redis": "^3.1.1"
"debug": "^4.3.1",
"generic-pool": "^3.7.8",
"redis": "^3.1.2"
},
"devDependencies": {
"jaribu": "^2.0.0",
"jsdoc-to-markdown": "^7.0.1"
"jaribu": "^2.2.3",
"jsdoc-to-markdown": "7.0.1"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d29eeeb

Please sign in to comment.