Skip to content

Commit

Permalink
fix: upgrade @types/redis from 2.8.28 to 2.8.29 (#39)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade @types/redis from 2.8.28 to 2.8.29.

See this package in npm:
https://www.npmjs.com/package/@types/redis

See this project in Snyk:
https://app.snyk.io/org/redislabs/project/4a61bb1f-5f3a-46ff-943f-a6fe23d51b9b?utm_source=github&utm_medium=upgrade-pr

Co-authored-by: Leibale Eidelman <leibale1998@gmail.com>
  • Loading branch information
snyk-bot and leibale committed Jul 21, 2021
1 parent 47ca5ac commit 96dbdd3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@
"homepage": "https://github.com/RedisAI/redisai-js#readme",
"dependencies": {
"redis": "^3.1.2",
"@types/redis": "^2.8.28"
"@types/redis": "^2.8.29"
},
"devDependencies": {
"@babel/polyfill": "^7.8.7",
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"@types/node": "^13.13.4",
"@types/redis": "^2.8.28",
"@types/redis": "^2.8.29",
"chai": "^4.2.0",
"codecov": "^3.6.5",
"core-js": "^2.5.7",
Expand Down

0 comments on commit 96dbdd3

Please sign in to comment.